qwen
Qwen: Qwen3 Max Thinking
Try in chat →Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-step reasoning. By significantly scaling model capacity and reinforcement learning compute, it...
Context
262k tokens
Input / 1M tokens
$0.78
Output / 1M tokens
$3.90
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.78 per 1M tokens
Output tokens$3.90 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen3-max-thinking
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen
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-max-thinking',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 Max Thinking?
Try it in the browser first, then get an API key and start making requests in minutes.