Qwen3 Coder 480B A35B Instruct

Model details

Qwen3 Coder 480B A35B Instruct

Model
alibaba/qwen3-coder
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
No
Context window
262,144
Max tokens
65,536
Cost / million input
$1.5
Cost / million output
$7.5
Cost / million cache read
$0.3
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "alibaba/qwen3-coder",
          "name": "Qwen3 Coder 480B A35B Instruct",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 262144,
          "maxTokens": 65536,
          "cost": {
            "input": 1.5,
            "output": 7.5,
            "cacheRead": 0.3,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}