qwenVision
Qwen: Qwen3.8 Max Prime
Try in chat →Qwen3.8 Max Prime is a higher-throughput variant of Qwen3.8 Max from Alibaba's Qwen team, served as a separate SKU at a higher price point. It accepts text, image, and video...
Context
1M tokens
Input / 1M tokens
$4
Output / 1M tokens
$12
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$4 per 1M tokens
Output tokens$12 per 1M tokens
Cache read$0.50 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen3.8-max-prime
Context window1M tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerQwen
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.8-max-prime',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3.8 Max Prime?
Try it in the browser first, then get an API key and start making requests in minutes.