qwenVision
Qwen: Qwen3 VL 32B Instruct
Try in chat →Qwen3-VL-32B-Instruct is a large-scale multimodal vision-language model designed for high-precision understanding and reasoning across text, images, and video. With 32 billion parameters, it combines deep visual perception with advanced text...
Context
131k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.42
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.10 per 1M tokens
Output tokens$0.42 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen3-vl-32b-instruct
Context window131k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen
Max output tokens32,768
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-vl-32b-instruct',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 VL 32B Instruct?
Try it in the browser first, then get an API key and start making requests in minutes.