qwenVision
Qwen: Qwen3 VL 8B Instruct
Qwen3-VL-8B-Instruct is a multimodal vision-language model from the Qwen3-VL series, built for high-fidelity understanding and reasoning across text, images, and video. It features improved multimodal fusion with Interleaved-MRoPE for long-horizon...
Context
256k tokens
Input / 1M tokens
$0.08
Output / 1M tokens
$0.50
Benchmark
—
Pricing
Input tokens$0.08 per 1M tokens
Output tokens$0.50 per 1M tokens
Technical details
Model IDqwen/qwen3-vl-8b-instruct
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-instruct',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Qwen: Qwen3 VL 8B Instruct?
Get an API key and start making requests in minutes.
Get an API key