Qwen3 Max

Model details

Qwen3 Max

Model
alibaba/qwen3-max
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
No
Context window
262,144
Max tokens
32,768
Cost / million input
$1.2
Cost / million output
$6
Cost / million cache read
$0.24
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "alibaba/qwen3-max",
          "name": "Qwen3 Max",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 262144,
          "maxTokens": 32768,
          "cost": {
            "input": 1.2,
            "output": 6,
            "cacheRead": 0.24,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}