Back to Models
Qwen3 Coder 480B
qwenqwen/qwen3-coder-480b
Qwen3's largest coding-specialized model (480B total, 35B active, 160 experts, 8 active per token MoE). State-of-the-art code generation and understanding. Non-thinking mode only.
Context Length
262K
Max Output
66K
Input Price
$0.720/ 1M tokens
Output Price
$2.82/ 1M tokens
Modalities
text→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.720 / 1M tokens |
| Output | $2.82 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop
API Usage Examples
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "qwen/qwen3-coder-480b",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'