qwenVision
Qwen: Qwen3 VL 8B Thinking
Try in chat →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
131k tokens
Input / 1M tokens
$0.18
Output / 1M tokens
$2.10
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.18 per 1M tokens
Output tokens$2.10 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDqwen/qwen3-vl-8b-thinking
Context window131k 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?
Try it in the browser first, then get an API key and start making requests in minutes.