Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DeepSeek V4 Flash Vision Exp:面向图像感知 Agent 的实验性多模态模型。
deepseek-v4-flash-vision-exp
curl "https://api.mixroute.ai/v1/chat/completions" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-v4-flash-vision-exp", "messages": [{ "role": "user", "content": [ {"type": "text", "text": "描述这张图片。"}, {"type": "image_url", "image_url": {"url": "https://example.com/image.jpg"}} ] }], "max_tokens": 256 }'
model
messages
image_url
max_tokens
reasoning_effort
tools