qwen
Qwen: Qwen3.6 Max Preview
Try in chat →Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse mixture-of-experts architecture with approximately 1 trillion total parameters. It is optimized for agentic coding, tool use, and...
Context
262k tokens
Input / 1M tokens
$1.03
Output / 1M tokens
$6.16
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$1.03 per 1M tokens
Output tokens$6.16 per 1M tokens
Cache write$1.28 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen3.6-max-preview
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.6-max-preview',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3.6 Max Preview?
Try it in the browser first, then get an API key and start making requests in minutes.