Back to Models
qwen/qwen3-coder-480b-a35b-instruct-fp8
Qwen3 Coder 480B A35B
Alibaba's most capable open-source agentic coding model. A Mixture-of-Experts architecture with 480B total parameters (35B active), trained on 7.5 trillion tokens. Achieves state-of-the-art results among open models on agentic coding benchmarks, comparable to Claude Sonnet 4.
262,144 tokens
Input: ¥32/M
Output: ¥263/M
Specifications
Modalities
Input
text
Output
text
Code Examples
curl https://api.fastmetal.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "Qwen3-Coder-480B-A35B-Instruct-FP8",
"messages": [{"role": "user", "content": "Hello!"}]
}'