qwen
Qwen: Qwen3 Coder 480B A35B
Try in chat →Qwen3-Coder-480B-A35B-Instruct is a Mixture-of-Experts (MoE) code generation model developed by the Qwen team. It is optimized for agentic coding tasks such as function calling, tool use, and long-context reasoning over...
Context
262k tokens
Input / 1M tokens
$0.97
Output / 1M tokens
$4.88
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.97 per 1M tokens
Output tokens$4.88 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen3-coder
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens65,536
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'qwen/qwen3-coder',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 Coder 480B A35B?
Try it in the browser first, then get an API key and start making requests in minutes.