qwenVision
Qwen: Qwen3 VL 8B Thinking
Qwen3-VL-8B-Thinking is the reasoning-optimized variant of the Qwen3-VL-8B multimodal model, designed for advanced visual and textual reasoning across complex scenes, documents, and temporal sequences. It integrates enhanced multimodal alignment and...
Context
256k tokens
Input / 1M tokens
$0.12
Output / 1M tokens
$1.36
Benchmark
—
Pricing
Input tokens$0.12 per 1M tokens
Output tokens$1.36 per 1M tokens
Technical details
Model IDqwen/qwen3-vl-8b-thinking
Context window256k tokens
Input modalitiesimage, text
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-8b-thinking',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 VL 8B Thinking?
Get an API key and start making requests in minutes.
Get an API key