qwen

Qwen: Qwen3 Coder 30B A3B Instruct

Qwen3-Coder-30B-A3B-Instruct is a 30.5B parameter Mixture-of-Experts (MoE) model with 128 experts (8 active per forward pass), designed for advanced code generation, repository-scale understanding, and agentic tool use. Built on the...

Context
160k tokens
Input / 1M tokens
$0.07
Output / 1M tokens
$0.27
Benchmark

Pricing

Input tokens$0.07 per 1M tokens
Output tokens$0.27 per 1M tokens

Technical details

Model IDqwen/qwen3-coder-30b-a3b-instruct
Context window160k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens32,768

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-30b-a3b-instruct',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3 Coder 30B A3B Instruct?

Get an API key and start making requests in minutes.

Get an API key