qwen

Qwen: Qwen3 Coder Flash

Qwen3 Coder Flash is Alibaba's fast and cost efficient version of their proprietary Qwen3 Coder Plus. It is a powerful coding agent model specializing in autonomous programming via tool calling...

Context
1M tokens
Input / 1M tokens
$0.30
Output / 1M tokens
$1.50
Benchmark

Pricing

Input tokens$0.30 per 1M tokens
Output tokens$1.50 per 1M tokens
Cache read$0.06 per 1M tokens
Cache write$0.38 per 1M tokens

Technical details

Model IDqwen/qwen3-coder-flash
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-flash',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3 Coder Flash?

Get an API key and start making requests in minutes.

Get an API key