Vision Languagetextimage
DeepSeek V4.1 Flash
DeepSeek-V4.1-Flash 是 DeepSeek 全新架构系列中尺寸最小的模型,原生支持多模态视觉理解。新架构旨在提升能力上限、推理速度与吞吐量,并支持扩展至更大参数规模。
输入
Top p
0.011
Reasoning
Temperature
02
Max completion tokens
1393216
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.1-flash",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 1,
"top_p": 1,
"max_completion_tokens": 32768
}'