qwenVision

Qwen: Qwen3 VL 235B A22B Instruct

Qwen3-VL-235B-A22B Instruct is an open-weight multimodal model that unifies strong text generation with visual understanding across images and video. The Instruct model targets general vision-language use (VQA, document parsing, chart/table...

Context
262k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$0.88
Benchmark

Pricing

Input tokens$0.20 per 1M tokens
Output tokens$0.88 per 1M tokens
Cache read$0.11 per 1M tokens

Technical details

Model IDqwen/qwen3-vl-235b-a22b-instruct
Context window262k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerQwen3
Max output tokens16,384

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-235b-a22b-instruct',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Qwen: Qwen3 VL 235B A22B Instruct?

Get an API key and start making requests in minutes.

Get an API key