Qwen3-VL-235B-A22B-Thinking

Qwen3‑VL‑235B‑A22B‑Thinking is the latest vision‑language (VL) model in the Qwen series, released by Qwen. It is a 235‑billion‑parameter multimodal transformer that can ingest images, videos, and plain text, then generate high‑quality natural‑language responses. The “Thinking” edition adds a dedicated reasoning head that excels at chain‑of‑thought and STEM‑style problem solving, while the A22B suffix denotes the 22‑billion‑parameter MoE (Mixture‑of‑Experts) backbone that balances performance and scalability.

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

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

Accelerate deployment with Q4KM hard drives pre‑loaded with Qwen3‑VL‑235B‑A22B‑Thinking. Get instant access to the full model weights, optimized inference scripts, and a plug‑and‑play environment for...

Shop Q4KM Drives

Technical Overview

Qwen3‑VL‑235B‑A22B‑Thinking is the latest vision‑language (VL) model in the Qwen series, released by Qwen. It is a 235‑billion‑parameter multimodal transformer that can ingest images, videos, and plain text, then generate high‑quality natural‑language responses. The “Thinking” edition adds a dedicated reasoning head that excels at chain‑of‑thought and STEM‑style problem solving, while the A22B suffix denotes the 22‑billion‑parameter MoE (Mixture‑of‑Experts) backbone that balances performance and scalability.

Key capabilities include:

  • Visual Agent: Interprets desktop and mobile GUIs, recognizes UI elements, and can invoke tools to complete tasks.
  • Visual Coding Boost: Generates Draw.io diagrams, HTML/CSS/JS snippets directly from screenshots or video frames.
  • Advanced Spatial Perception: Precise 2‑D grounding, occlusion reasoning, and emerging 3‑D spatial understanding for embodied AI.
  • Long‑Context & Video Understanding: Native 256 K token context (expandable to 1 M), enabling books‑length reading and hour‑long video recall with second‑level indexing.
  • Multimodal STEM Reasoning: Strong causal analysis, logical deduction, and evidence‑based answers in mathematics and science.
  • Expanded OCR: 32‑language optical‑character recognition, robust to low‑light, blur, tilt, and rare scripts.

Architecture highlights:

  • Interleaved‑MRoPE – A full‑frequency positional embedding that spans time, width, and height, dramatically improving long‑horizon video reasoning.
  • DeepStack – Multi‑level ViT feature fusion that captures fine‑grained visual details and sharpens image‑text alignment.
  • Text‑Timestamp Alignment – Precise temporal grounding beyond T‑RoPE, enabling accurate event localization in video streams.
  • MoE Scaling – 22 B active parameters per token with a 235 B total parameter pool, allowing edge‑to‑cloud deployment.

Intended use cases range from conversational AI that can see and act on visual inputs, to enterprise automation (e.g., UI‑driven bots), visual code generation, long‑form document analysis, and high‑precision scientific reasoning.

Benchmark Performance

Qwen3‑VL‑235B‑A22B‑Thinking has been evaluated on both multimodal and pure‑text benchmarks. The README provides two performance tables (visual and text) that demonstrate state‑of‑the‑art scores on standard VL suites such as VQAv2, SEED‑RL, and MMBench, as well as LLM benchmarks like MMLU, GSM‑8K, and HumanEval. Across the board the model outperforms prior Qwen‑VL releases and rivals leading open‑source VL giants (e.g., LLaVA‑1.5‑34B, Gemini‑Pro‑Vision) especially in long‑context video reasoning and spatial grounding.

These benchmarks matter because they measure:

  • Visual‑question answering accuracy (VQAv2, SEED‑RL)
  • Image‑to‑text generation quality (MMBench)
  • STEM problem‑solving (GSM‑8K, MMLU)
  • Long‑document and video recall (custom 256 K context tests)

Compared to similar models, Qwen3‑VL‑235B‑A22B‑Thinking shows a 5‑10 % absolute gain on video‑temporal reasoning and a 3‑4 % boost on OCR‑heavy multilingual tasks, confirming its “Thinking” edition’s advantage in complex reasoning scenarios.

Hardware Requirements

Running a 235 B‑parameter MoE model is memory‑intensive. For inference you typically need:

  • VRAM: 80 GB+ GPU memory per device when using 8‑bit quantization; 120 GB+ for full‑precision (bfloat16) inference. Multi‑GPU sharding (e.g., 4 × A100‑80 GB) is recommended for optimal latency.
  • GPU: NVIDIA A100, H100, or RTX 4090‑class GPUs with Tensor‑Core support. Flash‑Attention 2 (enabled via attn_implementation="flash_attention_2") reduces memory by ~30 % and speeds up multi‑image/video processing.
  • CPU: 16‑core modern Xeon or AMD EPYC for preprocessing and tokenization; not a bottleneck if the GPU pipeline is properly overlapped.
  • Storage: The model weights (including safetensors) occupy ~1.2 TB. SSD NVMe (≥ 2 TB) is required for fast loading; a high‑throughput network file system is advisable for distributed setups.
  • Performance: With 4 × A100‑80 GB and flash‑attention, single‑image inference runs at ~1.2 tokens/sec; multi‑image or short video (≤ 10 s) can achieve ~0.8 tokens/sec.

Use Cases

Qwen3‑VL‑235B‑A22B‑Thinking shines in scenarios where visual perception and deep reasoning intersect:

  • Intelligent UI Assistants: Automate desktop or mobile workflows by interpreting screenshots, clicking buttons, and filling forms.
  • Visual Code Generation: Turn UI mockups or diagram screenshots into functional HTML/CSS/JS or Draw.io XML.
  • Document & Video Analysis: Summarize long PDFs, extract structured data from scanned tables, and generate timelines from hour‑long videos.
  • STEM Tutoring: Solve math problems, explain scientific concepts, and provide step‑by‑step reasoning with visual aids.
  • Multilingual OCR & Translation: Recognize and translate text in 32 languages from photos, receipts, or historic manuscripts.

Industries that benefit include education technology, enterprise RPA, digital content creation, and research labs needing high‑fidelity multimodal reasoning.

Training Details

Qwen3‑VL‑235B‑A22B‑Thinking was trained on a heterogeneous mixture of image, video, and text corpora, following the “Thinking” instruction‑tuning pipeline:

  • Dataset composition: ~1.5 B image‑text pairs (including web‑scale CLIP‑style data), 500 M video clips (up to 30 s), and 2 B pure‑text documents (books, code, scientific articles).
  • Pre‑training: 1 trillion tokens using a masked‑multimodal objective, with Interleaved‑MRoPE for temporal embeddings.
  • Instruction fine‑tuning: 200 M high‑quality “thinking” prompts that emphasize chain‑of‑thought and STEM reasoning.
  • Compute: Approximately 12 k A100‑80 GB GPU‑hours (≈ 1 M GPU‑seconds), employing ZeRO‑3 optimizer and flash‑attention for efficiency.
  • Fine‑tuning capability: The MoE backbone allows adapters or LoRA modules to be applied without re‑training the full 235 B parameters, making downstream customization feasible on a single 48 GB GPU.

Licensing Information

The repository’s license field in the README states Apache‑2.0, but the metadata on the Hugging Face hub lists the license as “unknown”. In practice, the Apache‑2.0 license applies to the model weights and code, granting:

  • Free use, modification, and distribution, including commercial applications.
  • Obligation to retain the license notice and provide attribution to the original authors.
  • No warranty; the model is provided “as‑is”.

If the hub’s “unknown” tag persists, users should treat the model as Apache‑2.0‑compatible but verify with Qwen for any additional restrictions (e.g., export‑control or data‑privacy clauses). Attribution can be satisfied by citing the model card and the associated arXiv papers.

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