qwen
Qwen: Qwen3 235B A22B Thinking 2507
Qwen3-235B-A22B-Thinking-2507 is a high-performance, open-weight Mixture-of-Experts (MoE) language model optimized for complex reasoning tasks. It activates 22B of its 235B parameters per forward pass and natively supports up to 262,144...
Context
262k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.10
Benchmark
—
Pricing
Input tokens$0.10 per 1M tokens
Output tokens$0.10 per 1M tokens
Cache read$0.10 per 1M tokens
Technical details
Model IDqwen/qwen3-235b-a22b-thinking-2507
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens262,144
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-thinking-2507',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 235B A22B Thinking 2507?
Get an API key and start making requests in minutes.
Get an API key