AI
DeepSeek API
DeepSeek
Model IDdeepseek-normal
厂商 / Provider
类型 / Type对话
上下文 / Context
价格 / Price¥0.002000 /1K
可用性 / Uptime99.9%
在线预览
LIVE PREVIEW
运行后将在此显示响应结果
注意:沙盒在你的浏览器中直接向接入地址发起请求。请填入你自己的 API Key,密钥不会被本站存储。
等效代码
cURL
curl https://api.acicode.cc/v1/chat/completions \
-H "Authorization: Bearer sk-acicode-xxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-normal",
"messages": [{"role": "user", "content": "Hello!"}]
}'