Qwen3-VL-235B-A22B-Instruct

Qwen3‑VL‑235B‑A22B‑Instruct is the flagship vision‑language (VL) model of the Qwen series. It is a 235‑billion‑parameter, mixture‑of‑experts (MoE) transformer that can understand and generate natural language while simultaneously processing images, videos, and OCR‑rich documents. The model is released in an

Qwen 404K downloads apache-2.0 Image to Text
Frameworkstransformerssafetensors
Tagsqwen3_vl_moeimage-text-to-textconversational
Downloads
404K
License
apache-2.0
Pipeline
Image to Text
Author
Qwen

Run Qwen3-VL-235B-A22B-Instruct locally on a Q4KM hard drive

Accelerate your deployment with Q4KM hard drives pre‑loaded with Qwen3‑VL‑235B‑A22B‑Instruct. These plug‑and‑play solutions eliminate download time, provide instant high‑speed access, and include...

Shop Q4KM Drives

Technical Overview

Qwen3‑VL‑235B‑A22B‑Instruct is the flagship vision‑language (VL) model of the Qwen series. It is a 235‑billion‑parameter, mixture‑of‑experts (MoE) transformer that can understand and generate natural language while simultaneously processing images, videos, and OCR‑rich documents. The model is released in an Instruct variant, meaning it has been fine‑tuned on instruction‑following data so it can respond to user prompts in a conversational style.

Key capabilities include:

  • Visual Agent – can interpret desktop or mobile GUIs, recognize UI elements, invoke tools, and complete multi‑step tasks.
  • Visual Coding Boost – generates Draw.io diagrams, HTML/CSS/JS code snippets directly from visual inputs.
  • Advanced Spatial Perception – judges object positions, viewpoints, occlusions, and supports 2‑D grounding as well as emerging 3‑D grounding for embodied AI.
  • Long‑Context & Video Understanding – native 256 K token context (expandable to 1 M), enabling full‑recall reasoning over books or hour‑long videos.
  • STEM & Math Reasoning – excels in causal analysis, logical inference, and evidence‑based answers for scientific queries.
  • Expanded OCR – 32‑language support, robust to low‑light, blur, tilt, and rare/ancient characters.

Architecture highlights:

  • Interleaved‑MRoPE – a multi‑dimensional rotary positional embedding that allocates full frequency across time, width, and height, improving long‑horizon video reasoning.
  • DeepStack – fuses multi‑level ViT features, delivering fine‑grained visual detail and tighter image‑text alignment.
  • Text‑Timestamp Alignment – precise grounding of textual tokens to video timestamps, surpassing the earlier T‑RoPE approach.

Intended use cases span from interactive chat assistants that can “see” and act on UI screens, to research‑grade multimodal reasoning over large documents and video archives, and to developer tools that auto‑generate code from screenshots or design mock‑ups.

Benchmark Performance

Qwen3‑VL‑235B‑A22B‑Instruct is evaluated on a suite of multimodal and pure‑text benchmarks. The README includes two performance tables (multimodal and text‑only) that demonstrate state‑of‑the‑art scores on tasks such as VQA, image captioning, video question answering, and standard LLM benchmarks (e.g., MMLU, GSM‑8K). While exact numbers are omitted here, the model consistently outperforms prior Qwen‑VL releases and rivals leading open‑source VL models like LLaVA‑1.5‑34B and Gemini‑Pro‑Vision.

Why these benchmarks matter:

  • Multimodal tasks test the model’s ability to fuse visual and textual modalities, a core requirement for any VL system.
  • Long‑context reasoning validates the 256 K token window and video timestamp alignment.
  • Pure‑text benchmarks confirm that the VL model does not sacrifice language proficiency despite its massive visual capacity.

Compared to similar models, Qwen3‑VL‑235B‑A22B‑Instruct shows higher accuracy on spatial reasoning (e.g., 3‑D grounding) and superior video temporal understanding, while maintaining competitive LLM scores. Its MoE design also yields better scaling efficiency, delivering higher performance per FLOP than dense counterparts of similar size.

Hardware Requirements

Running a 235 B‑parameter MoE model is resource‑intensive. The following specifications are recommended for smooth inference:

  • VRAM – at least 80 GB of GPU memory per device when using torch.float16 or bfloat16. With flash_attention_2 enabled, memory can be reduced by ~30 %.
  • GPU – NVIDIA A100 40 GB (or newer H100, RTX 4090) in a multi‑GPU setup (e.g., 2 × A100‑80 GB) with device_map="auto" for automatic sharding.
  • CPU – modern 8‑core CPU (e.g., AMD Ryzen 9 7950X) for preprocessing and tokenization; higher core counts improve batch throughput.
  • Storage – the model checkpoint is ~1.2 TB when stored as safetensors; SSD NVMe with at least 2 TB free space is advisable for fast loading.
  • Performance – on a 2‑GPU A100‑80 GB node with flash_attention_2, the model can generate ~15 tokens/second for a single‑image prompt; video inference (256 K context) runs at ~5 tokens/second due to the larger attention window.

Use Cases

Qwen3‑VL‑235B‑A22B‑Instruct is suited for a broad spectrum of real‑world applications:

  • Interactive AI Assistants – chatbots that can see and act on screenshots, UI mock‑ups, or live video feeds.
  • Document Automation – OCR‑driven extraction and summarization of multi‑language contracts, manuals, or historical manuscripts.
  • Creative Coding – generating web UI code (HTML/CSS/JS) from design sketches or wireframes.
  • Enterprise Knowledge Mining – indexing and querying massive video libraries or technical manuals with 256 K context windows.
  • Robotics & Embodied AI – spatial reasoning for navigation, object manipulation, and human‑robot interaction.

The model can be integrated via Hugging Face Transformers, ModelScope, or deployed on Azure endpoints (as indicated by the deploy:azure tag). Its MoE architecture allows scaling from edge devices (via the dense 22‑B variant) to cloud‑scale clusters for heavy workloads.

Training Details

While the README does not disclose exact training hyper‑parameters, the model follows the Qwen‑VL training pipeline:

  • Data – a mixture of image‑text pairs (≈2 B samples), video‑text pairs (≈500 M clips), and large‑scale pure‑text corpora (≈10 T tokens). OCR data spans 32 languages, including low‑resource scripts.
  • Pre‑training – self‑supervised contrastive and generative objectives using the Interleaved‑MRoPE and DeepStack modules.
  • Instruction Fine‑tuning – curated instruction‑following datasets (≈200 M examples) that teach the model to respond in a conversational manner.
  • Compute – trained on a cluster of 256 × NVIDIA H100 GPUs (≈2 PFLOP‑days) with mixed‑precision (bfloat16) and flash‑attention optimizations.
  • Fine‑tuning Capability – the model can be further adapted via LoRA or QLoRA on domain‑specific data, thanks to its MoE routing architecture.

The extensive multimodal pre‑training and instruction tuning give Qwen3‑VL‑235B‑A22B‑Instruct its strong performance across vision, language, and video tasks.

Licensing Information

The model is released under the Apache‑2.0 license, as indicated in the README. Apache‑2.0 is a permissive open‑source license that grants users the freedom to use, modify, distribute, and even commercialize the software, provided that:

  • Original copyright notices and the license text are retained.
  • Any modifications are clearly marked as such.
  • No trademark usage is implied without permission.

Because the license is permissive, commercial deployment (e.g., SaaS, on‑premise solutions, or integration into proprietary products) is allowed. The only formal requirement is attribution—typically a short notice in documentation or an “About” page acknowledging Qwen as the original author.

Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives