🚀 在线体验
DeepSeek 在线体验
直接在浏览器中试用DeepSeek,无需注册
API 演示快速响应低延迟
API 配置
复制下面的配置以快速集成 DeepSeek
API 端点
https://api.atlascloud.ai/v1
模型
deepseek-chat
温度
0.7
最大 Tokens
2048
Top P
0.95
请求示例
{
"model": "deepseek-chat",
"temperature": 0.7,
"max_tokens": 2048,
"messages": [
{"role": "user", "content": "Write a Python quicksort function"}
]
}对话演示
看 DeepSeek 的实际效果
user
Summarize DeepSeek V3 tech report in 5 points
assistant
1) MoE architecture: 671B total, 37B active params 2) Pre-training: 14.8T tokens 3) Training cost: 2.788M H800 GPU hours 4) Stable training: no rollbacks 5) Open source: checkpoints available
在 Atlas Cloud 上体验完整功能