qwen
Qwen: Qwen3 Coder Plus
Qwen3 Coder Plus is Alibaba's proprietary version of the Open Source Qwen3 Coder 480B A35B. It is a powerful coding agent model specializing in autonomous programming via tool calling and...
Context
1M tokens
Input / 1M tokens
$0.65
Output / 1M tokens
$3.25
Benchmark
—
Pricing
Input tokens$0.65 per 1M tokens
Output tokens$3.25 per 1M tokens
Cache read$0.13 per 1M tokens
Cache write$0.81 per 1M tokens
Technical details
Model IDqwen/qwen3-coder-plus
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-plus',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 Coder Plus?
Get an API key and start making requests in minutes.
Get an API key