deepseek-v4-flashType
LLM
Input
$0.15 / 1M tokens
Output
$0.30 / 1M tokens
Context
1M
API Reference
Get API KeycURL
1curl https://smartoken.top/v1/chat/completions \2 -H "Authorization: Bearer $SMARTOKEN_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "deepseek-v4-flash",6 "messages": [7 {8 "role": "user",9 "content": "你好"10 }11 ],12 "stream": false13 }'