Qwen 3.5 Flash

Model details

Qwen 3.5 Flash

Model
alibaba/qwen3.5-flash
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text, image
Reasoning
Yes
Context window
1,000,000
Max tokens
64,000
Cost / million input
$0.1
Cost / million output
$0.4
Cost / million cache read
$0.001
Cost / million cache write
$0.125
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "alibaba/qwen3.5-flash",
          "name": "Qwen 3.5 Flash",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 1000000,
          "maxTokens": 64000,
          "cost": {
            "input": 0.09999999999999999,
            "output": 0.39999999999999997,
            "cacheRead": 0.001,
            "cacheWrite": 0.125
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}