qwen
Qwen: Qwen3 235B A22B Instruct 2507
Qwen3-235B-A22B-Instruct-2507 is a multilingual, instruction-tuned mixture-of-experts language model based on the Qwen3-235B architecture, with 22B active parameters per forward pass. It is optimized for general-purpose text generation, including instruction following,...
Context
262k tokens
Input / 1M tokens
$0.09
Output / 1M tokens
$0.10
Benchmark
—
Pricing
Input tokens$0.09 per 1M tokens
Output tokens$0.10 per 1M tokens
Technical details
Model IDqwen/qwen3-235b-a22b-2507
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens16,384
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-235b-a22b-2507',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 235B A22B Instruct 2507?
Get an API key and start making requests in minutes.
Get an API key