🚀 在线体验
DeepSeek 在线体验
直接在浏览器中试用DeepSeek,无需注册
API 演示快速响应低延迟
API 配置
复制下面的配置以快速集成 DeepSeek
API 端点
https://api.atlascloud.ai/v1
模型
deepseek-v4-pro
温度
0.7
最大 Tokens
2048
Top P
0.95
请求示例
{
"model": "deepseek-v4-pro",
"temperature": 0.7,
"max_tokens": 2048,
"messages": [
{"role": "user", "content": "Write a Python quicksort function"}
]
}对话演示
看 DeepSeek 的实际效果
user
Summarize DeepSeek V4 in 5 points
assistant
1) MoE + hybrid attention (CSA + HCA) 2) V4-Pro 1.6T total / 49B active; V4-Flash 284B / 13B 3) 1M token context window 4) SWE-bench Verified 80.6% (top open-source) 5) Open source under MIT, weights on Hugging Face
在 Atlas Cloud 上体验完整功能