qwen
Qwen: Qwen3 30B A3B Thinking 2507
Qwen3-30B-A3B-Thinking-2507 is a 30B parameter Mixture-of-Experts reasoning model optimized for complex tasks requiring extended multi-step thinking. The model is designed specifically for “thinking mode,” where internal reasoning traces are separated...
Context
131k tokens
Input / 1M tokens
$0.08
Output / 1M tokens
$0.40
Benchmark
—
Pricing
Input tokens$0.08 per 1M tokens
Output tokens$0.40 per 1M tokens
Cache read$0.08 per 1M tokens
Technical details
Model IDqwen/qwen3-30b-a3b-thinking-2507
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen3
Max output tokens131,072
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-30b-a3b-thinking-2507',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 30B A3B Thinking 2507?
Get an API key and start making requests in minutes.
Get an API key