Languagetext
DeepSeek V4 Pro
DeepSeek V4 Pro
输入
Top p
01
Reasoning
Temperature
02
Max completion tokens
1200000
准备开始生成API 参考
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "deepseek-v4-pro",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'