qwen

Qwen: Qwen3 Coder 480B A35B

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
1M tokens
Input / 1M tokens
$0.22
Output / 1M tokens
$1.80
Benchmark

Pricing

Input tokens$0.22 per 1M tokens
Output tokens$1.80 per 1M tokens

Technical details

Model IDqwen/qwen3-coder
Context window1M 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?

Get an API key and start making requests in minutes.

Get an API key