qwenVision
Qwen: Qwen3 VL 30B A3B Thinking
Qwen3-VL-30B-A3B-Thinking is a multimodal model that unifies strong text generation with visual understanding for images and videos. Its Thinking variant enhances reasoning in STEM, math, and complex tasks. It excels...
Context
131k tokens
Input / 1M tokens
$0.13
Output / 1M tokens
$1.56
Benchmark
—
Pricing
Input tokens$0.13 per 1M tokens
Output tokens$1.56 per 1M tokens
Technical details
Model IDqwen/qwen3-vl-30b-a3b-thinking
Context window131k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen3
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-30b-a3b-thinking',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 VL 30B A3B Thinking?
Get an API key and start making requests in minutes.
Get an API key