Qwen3-30B-A3B

Model details

Qwen3-30B-A3B

Model
alibaba/qwen-3-30b
Provider
vercel-ai-gateway
API
anthropic-messages
Base URL
https://ai-gateway.vercel.sh
Input
text
Reasoning
Yes
Context window
40,960
Max tokens
16,384
Cost / million input
$0.08
Cost / million output
$0.29
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "vercel-ai-gateway": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "alibaba/qwen-3-30b",
          "name": "Qwen3-30B-A3B",
          "reasoning": true,
          "input": [
            "text"
          ],
          "contextWindow": 40960,
          "maxTokens": 16384,
          "cost": {
            "input": 0.08,
            "output": 0.29,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://ai-gateway.vercel.sh"
    }
  }
}