Languagetext

DeepSeek V4 Flash 0731

DeepSeek V4 Flash 0731,官方正式版 Flash(0731 构建)

Entrada

Top p
01
Reasoning
Temperature
02
Max completion tokens
1384000
Ready to generateReady to generate

Referencia de la API

POSThttps://api.token360.ai/v1/chat/completions
curl https://api.token360.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "deepseek-v4-flash-0731",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "temperature": 1,
  "top_p": 1,
  "max_completion_tokens": 32768
}'