Qwen3 VL 235B A22B Instruct
Qwen3 VL 235B A22B Instruct is Alibaba Cloud's multimodal vision-language model supporting interleaved text, images, and video over a native context of 262.1K tokens, with architectural improvements in spatial-temporal modeling and agentic GUI interaction.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen3-vl-instruct', prompt: 'Why is the sky blue?'})Playground
Try out Qwen3 VL 235B A22B Instruct by Alibaba Cloud. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.
Qwen3 VL 235B A22B Instruct
Providers
Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.
| Provider |
|---|
P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.
P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.
Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.
More models by Alibaba Cloud
| Model |
|---|
About Qwen3 VL 235B A22B Instruct
Qwen3 VL 235B A22B Instruct is the general-purpose variant in the Qwen3-VL model family, built on a mixture-of-experts (MoE) architecture with 235 billion total parameters and approximately 22 billion active per token. Its context window of 262.1K tokens accommodates interleaved sequences of text, images, and video frames, making it practical for reasoning across large multimodal documents without segmenting input.
Three architectural innovations distinguish Qwen3-VL from prior generations. Enhanced interleaved Multimodal Rotary Position Embedding (MRoPE) improves spatial and temporal modeling across visual inputs, giving Qwen3 VL 235B A22B Instruct a stronger sense of object positions within images and event ordering within video. DeepStack integration fuses multi-level Vision Transformer (ViT) features from shallow, middle, and deep layers to tighten alignment between visual tokens and language tokens, improving grounding precision. Text-based temporal alignment for video replaces the prior T-RoPE approach with explicit textual timestamp grounding, enabling more reliable event localization within long video sequences.
Qwen3 VL 235B A22B Instruct extends its vision capabilities to agentic scenarios: it can parse GUI screenshots, understand layout and interactive elements, and plan actions for PC or mobile automation workflows. Optical character recognition (OCR) covers 32 languages and handles challenging conditions including low light, blurred text, and tilted documents. On standard multimodal benchmarks including MMMU and visual-math evaluations (MathVista, MathVision), Qwen3 VL 235B A22B Instruct reports competitive results against other frontier vision-language models.
What To Consider When Choosing a Provider
- Configuration: For applications that process video or multi-image inputs, confirm that your selected provider's serving infrastructure supports large multimodal payloads at your target throughput before routing production traffic.
- Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
- Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.
When to Use Qwen3 VL 235B A22B Instruct
Best for
- Multilingual document intelligence: Pipelines that require OCR across 32 languages under varied image quality conditions
- GUI automation and screen reading: Agents that interpret application screenshots to plan and execute UI actions
- Long video comprehension: Tasks that need precise event localization and temporal reasoning over extended sequences
- Multi-image analysis: Comparing product photographs, reviewing multiple chart pages, or cross-referencing figures across a document
- Spatial grounding: Reasoning tasks that require accurate 2D or 3D grounding of objects within images
Consider alternatives when
- Extended visual reasoning traces: Consider Qwen3-VL-Thinking when STEM and compositional visual reasoning need step-by-step traces
- Text-only workloads: A text-only model will provide lower cost and faster throughput when vision isn't used
- Latency-critical basic tasks: Simple instruction following without complex visual analysis doesn't need this model's scale
Conclusion
Qwen3 VL 235B A22B Instruct is a capable general-purpose vision-language model for production workflows that mix text with images, video, and documents. Its architectural improvements in spatial-temporal modeling and GUI-reading make it broadly applicable across document processing, video analysis, and screen-based automation, while the multimodal context window of 262.1K tokens accommodates inputs that would otherwise require splitting.