Vision Languagetextimage
Qwen3.5 Flash
Low-latency, cost-efficient variant of the Qwen3.5 multimodal family.
Input
Top p
01
Thinking
Temperature
02
Max completion tokens
165536
Ready to generateAPI Reference
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": "qwen3.5-flash",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'