Qwen 3.6 Max Preview

Model details

Qwen 3.6 Max Preview

Model
alibaba/qwen-3.6-max-preview
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text, image
Reasoning
Yes
Context window
240,000
Max tokens
64,000
Cost / million input
$1.3
Cost / million output
$7.8
Cost / million cache read
$0.26
Cost / million cache write
$1.625
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "alibaba/qwen-3.6-max-preview",
          "name": "Qwen 3.6 Max Preview",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 240000,
          "maxTokens": 64000,
          "cost": {
            "input": 1.3,
            "output": 7.8,
            "cacheRead": 0.26,
            "cacheWrite": 1.625
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}