Vision Languagetextimage

Qwen3.5 Flash

Low-latency, cost-efficient variant of the Qwen3.5 multimodal family.

输入

Top p
01
Reasoning
Temperature
02
Max completion tokens
165536
准备开始生成准备开始生成

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": "qwen3.5-flash",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'