Languagetext
DeepSeek V4 Pro 0813
DeepSeek V4 Pro 0813 正式版,支持深度思考(thinking),最大上下文 1M tokens
Entrada
Top p
01
Reasoning
Temperature
02
Max completion tokens
1384000
Referencia de la 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-0813",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 1,
"top_p": 1,
"max_completion_tokens": 32768
}'