All Models
Qwen active

Qwen3 Coder 480B A35B

qwen/qwen3-coder-480b-a35b

MoE coding model (480B total, 35B active) with tool use and 262K context. Free tier.

Specifications

Context Window 262K tokens
Max Output 8.2K tokens
Latency moderate
Knowledge Cutoff
Training Data

Pricing

Input $0.00 per 1M tokens
Output $0.00 per 1M tokens

Capabilities

text Text generation and understanding
tool use Function calling and tool integration

API Identifiers

Model ID qwen/qwen3-coder-480b-a35b
Provider API ID qwen3-coder-480b-a35b

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "qwen/qwen3-coder-480b-a35b",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'