Qwen icon

Qwen Qwen3.5 Small Series

Qwen3.5 Small Series

Run the 0.8B, 2B, 4B, and 9B Qwen3.5 small models locally through standard runtimes, giving developers lightweight multimodal options for edge and consumer hardware Scale reinforcement learning across the small-model line to improve real-world adaptability, with the 9B model card emphasizing stronger generalization under progressively harder tasks Use native text-plus-vision models across the small line, with 4B and 9B variants exposing 248K-vocabulary multimodal architectures designed for OCR, spatial understanding, and agents

Reviewed by ToolWorthy Editors·updated 4 months ago

Pricing:Free + from $0/per 1M input tokens
Categories:
Newer version available·View latest
Jump to section

Featured alternatives

MakersClaw icon

MakersClaw

TypingMind icon

TypingMind

Doubao icon

Doubao

Z.ai icon

Z.ai

Odysseus icon

Odysseus

ReleaseDock icon

ReleaseDock

Pros & Cons

Pros

  • Frontier-level reasoning at 9B scale outperforms models 5–10× larger on key benchmarks (MMLU-Pro 82.5, GPQA Diamond 81.7)
  • All four sizes (0.8B–9B) include a Vision Encoder with early-fusion architecture, eliminating quality loss typical of adapter-based vision integration
  • Apache 2.0 license allows unrestricted commercial use of open weights
  • Extreme context length (262K tokens natively; up to ~1M with YaRN) for a sub-10B model
  • 0.8B and 2B variants enable on-device deployment on mobile and IoT hardware

Cons

  • Vision capability scales with model size; 4B and 9B variants offer the strongest multimodal performance for vision-heavy agentic tasks
  • 4B and 9B default to thinking mode, adding latency and token overhead for simple queries (0.8B and 2B default to direct-response mode)
  • No official /nothink soft switch; disabling thinking requires explicit API parameter configuration
  • Local 9B deployment still requires ~18 GB VRAM at full precision—outside reach of most consumer laptops without quantization

Overview

Qwen3.5 Small Series is Alibaba's Qwen team's March 2, 2026 release of compact language models spanning 0.8B to 9B parameters, designed explicitly for on-device deployment, edge computing, and privacy-sensitive environments. Building on the flagship Qwen3.5-397B architecture released in February 2026, this small series distills the same unified vision-language foundation and hybrid attention design into a range of model sizes that run on consumer-grade GPUs, mobile chips, and edge devices. The release reflects a deliberate shift away from the industry's parameter-scaling arms race, prioritizing architectural efficiency and advanced training techniques like Scaled Reinforcement Learning.

The four models (Qwen3.5-0.8B, 2B, 4B, and 9B) are available as both Base and Instruct variants on Hugging Face Hub and ModelScope under the Apache 2.0 license.

What's New

Scaled Reinforcement Learning in the 9B Flagship

Qwen3.5-9B is the headline model of this release, trained with Scaled Reinforcement Learning (RL) rather than conventional supervised fine-tuning alone. Where standard SFT teaches the model to mimic high-quality text, Scaled RL uses reward signals to optimize for correct reasoning paths. The practical outcomes are measurable: benchmark results on MMLU-Pro (82.5), GPQA Diamond (81.7), and IFEval (91.5) place Qwen3.5-9B above much larger competing models—including GPT-OSS-120B on several metrics—while generating tokens faster due to its compact size. The official model card highlights Scalable RL Generalization as a key training advancement; complex multi-step instruction following is significantly more reliable, reflected in the 91.5 IFEval score.

Unified Vision-Language Foundation (Early Fusion)

All four Qwen3.5 Small models include a Vision Encoder and are classified as image-text-to-text models on Hugging Face, matching the multimodal architecture of the flagship Qwen3.5-397B. Unlike earlier adapter-based approaches that bolted a separate vision encoder (like CLIP) onto a language backbone, Qwen3.5 processes text and visual tokens within the same latent space from the earliest training stages. This early-fusion design yields measurable gains: Qwen3.5-9B scores 89.2 on OCRBench, 55.5 on ERQA (spatial reasoning), and 80.3 on RealWorldQA. Vision capability scales with model size—the 4B and 9B variants are particularly well-suited for agentic workflows involving UI navigation, document analysis, and screenshot interpretation.

Ultra-Compact Edge Models (0.8B and 2B)

Qwen3.5-0.8B and Qwen3.5-2B are optimized specifically for high-throughput, low-latency scenarios on hardware with tight VRAM budgets. Through refined dense token training, these models achieve a reduced memory footprint compatible with mobile SoCs and edge devices. Both include a Vision Encoder per their official model cards; for purely text-based workloads, running text-only inference eliminates KV cache overhead from vision tokens. These compact variants deliver capable instruction following and reasoning for their scale, making them practical for always-on assistant features and embedded AI applications.

Gated DeltaNet + Sparse MoE Hybrid Architecture

All four small models inherit the Gated DeltaNet combined with sparse Mixture-of-Experts (MoE) hybrid architecture introduced in Qwen3.5-397B. While the small models use dense configurations rather than MoE at this scale, the Gated DeltaNet attention mechanism contributes to faster inference by enabling linear attention paths for long contexts. The 9B model natively supports a context length of 262,144 tokens.

Context Length Up to 262K Tokens

Qwen3.5-9B natively supports up to 262,144 tokens of context, with RoPE scaling (YaRN) enabling extension to approximately 1,010,000 tokens for long-horizon tasks. This is exceptional for a 9B-class model and allows the small series flagship to handle extended codebases, long documents, and multi-session conversations that would otherwise require much larger models.

Availability & Access

Qwen3.5 Small Series models are available immediately as open weights on Hugging Face and ModelScope. Both Base and Instruct variants are released for all four sizes. API access is available via Alibaba Cloud Model Studio (DashScope) using an OpenAI-compatible endpoint. The models can also be served locally using vLLM, SGLang, KTransformers, or Hugging Face Transformers.

System Requirements & Limitations

  • Qwen3.5-9B: Weight loading at BF16 precision requires roughly 18–20 GB VRAM; quantized (GGUF/AWQ) variants reduce this to 4–8 GB. Running at the full 262K native context length adds significant KV cache overhead—reduce max_model_len or use quantization to manage memory in practice.
  • Qwen3.5-4B: Weight loading requires approximately 8–10 GB VRAM at full precision; quantized variants can run on 4 GB hardware.
  • Qwen3.5-2B / 0.8B: Low VRAM footprint suitable for edge devices; exact requirements vary with context length and quantization level.
  • Thinking mode by model size: 0.8B and 2B default to non-thinking mode (direct response); enable thinking via enable_thinking: True. 4B and 9B default to thinking mode; disable via enable_thinking: False in the API call.
  • Qwen3.5 does not officially support the /think and /nothink soft switches used in Qwen3.

Pricing & Plans

All Qwen3.5 Small Series models are released as open weights under the Apache 2.0 license, meaning the model weights are free to download and use for commercial and research purposes without royalty payments.

Self-hosted: Free. Download weights from Hugging Face or ModelScope. Inference costs are limited to your own compute.

API via Alibaba Cloud Model Studio (DashScope): Follows standard DashScope token-based pricing. Specific per-token rates for the small models are set by Alibaba Cloud and subject to change; check the DashScope pricing page for current rates.

Qwen Chat (chat.qwen.ai): Free web access for conversational use. Rate limits may apply depending on account tier.

Best For

  • Developers building privacy-first AI assistants that process sensitive data locally without sending it to external APIs
  • Mobile and IoT engineers deploying on-device AI features with strict VRAM and power consumption budgets
  • AI agent developers who need multimodal understanding (UI navigation, document analysis) in a compact, locally runnable model
  • Researchers and fine-tuners seeking an open-weight base model with frontier-class reasoning performance at an accessible scale
  • Enterprises evaluating cost-efficient self-hosted LLM alternatives to large cloud-only models

FAQ

How does Qwen3.5-9B compare to Qwen3.5-397B?

Qwen3.5-397B is the flagship dense+MoE model released on February 16, 2026, targeting maximum performance at data-center scale. Qwen3.5-9B is a standalone dense model optimized for on-device and consumer-hardware deployment. The 9B model outperforms the 397B on certain reasoning benchmarks (e.g., GPQA Diamond 81.7 vs. the 397B's general agentic-tier results) thanks to Scaled RL training, but the larger model retains an overall lead on complex multi-step tasks and maximum context utilization.

Does Qwen3.5-9B support vision and image input?

Yes. All four Qwen3.5 Small models include a Vision Encoder and are classified as image-text-to-text models on Hugging Face, supporting text, image, and video input. The early-fusion architecture replaces older adapter-based approaches. Vision capability scales with size—Qwen3.5-9B achieves OCRBench 89.2 and strong spatial reasoning scores, and the 4B and 9B variants are best suited for vision-heavy agentic tasks.

Can I use Qwen3.5 Small Series commercially?

All four models are released under the Apache 2.0 license, which permits free commercial use, redistribution, and modification without royalty fees. Verify any supplementary terms on the official HuggingFace model cards before large-scale deployment.

What inference frameworks are supported?

Qwen3.5-9B and the small series are compatible with vLLM, SGLang, KTransformers, Hugging Face Transformers (with serving support), and any OpenAI-compatible API framework. GGUF quantized variants are available for llama.cpp-based deployment.

How do I disable thinking mode to get faster responses?

Set enable_thinking: False in your API call's extra_body (for DashScope) or chat_template_kwargs: {enable_thinking: False} (for vLLM/SGLang). The model does not support the Qwen3 /nothink inline switch; you must configure this at the API parameter level.

Version History

Qwen3.6-Plus

Released on April 1, 2026

View Update
+What's new
3 updates
  • Process up to 1 million tokens of context with 65,536 output tokens per response, enabling analysis of entire codebases and multi-thousand-page documents in a single request
  • Reach 80.9 on SWE-bench Verified and 77.5 on SWE-bench Multilingual, strengthening agentic coding reliability and multi-step software workflows over Qwen3.5
  • Build real-world coding workflows more reliably with significantly improved agentic coding, stronger frontend development, and sharper multimodal reasoning for complex tasks

Qwen3.5 Small Series

Current Version

Released on March 9, 2026

+What's new
3 updates
  • Run the 0.8B, 2B, 4B, and 9B Qwen3.5 small models locally through standard runtimes, giving developers lightweight multimodal options for edge and consumer hardware
  • Scale reinforcement learning across the small-model line to improve real-world adaptability, with the 9B model card emphasizing stronger generalization under progressively harder tasks
  • Use native text-plus-vision models across the small line, with 4B and 9B variants exposing 248K-vocabulary multimodal architectures designed for OCR, spatial understanding, and agents

Qwen3.5

Released on February 15, 2026

View Update
+What's new
3 updates
  • Process text, images, and video natively in a unified model with early-fusion architecture—no separate VL variant needed—enabling seamless cross-modal reasoning at frontier quality
  • Decode 8.6× faster at 32K context and 19× faster at 256K context than Qwen3-Max, with a hybrid Gated DeltaNet + sparse MoE activating only 17B of 397B parameters per token
  • Post strong agentic results including AndroidWorld (66.8), BrowseComp (69.0), and NOVA-63 (59.1), while expanding support to 201 languages and a roughly 250K-token vocabulary

Qwen3-VL-Embedding

Released on January 7, 2026

+What's new
2 updates
  • Improve multimodal retrieval accuracy for text, image, and mixed content search across large document collections and knowledge bases
  • Represent text, images, visual documents, and video in one shared embedding space, supporting modern multimodal retrieval and reranking workflows from a single model family

Qwen3-TTS Voice Cloning & Voice Design

Released on December 22, 2025

+What's new
2 updates
  • Design custom voices with Qwen3-TTS-VD-Flash voice design model for personalized audio experiences in podcasts and audiobook production
  • Clone voices naturally with Qwen3-TTS-VC-Flash for high-fidelity speech synthesis that preserves speaker characteristics and emotional tones

Qwen3-Max

Released on September 23, 2025

+What's new
3 updates
  • Process up to 256K tokens with Alibaba's largest model featuring over 1 trillion parameters trained on 36 trillion tokens for handling extensive codebases
  • Solve real-world coding challenges with strong performance on industry benchmarks including SWE-Bench Verified and similar software engineering evaluation suites
  • Execute complex agent workflows effectively with advanced tool-calling capabilities demonstrated across multiple multi-step reasoning and automation benchmarks

Qwen VLo

Released on June 26, 2025

+What's new
3 updates
  • Edit images using natural language instructions with unified multimodal understanding and generation capabilities for design refinement workflows
  • Generate high-quality images from text descriptions while maintaining semantic consistency and artistic coherence across multiple generation iterations
  • Process multilingual instructions for global creative workflows enabling teams worldwide to collaborate on visual content creation seamlessly

Qwen3

Released on April 29, 2025

+What's new
3 updates
  • Think deeper with hybrid thinking modes that combine fast and slow reasoning for complex problem-solving across diverse scenarios
  • Choose between dense and Mixture-of-Expert (MoE) architectures to optimize for your specific performance and efficiency requirements
  • Communicate naturally in multiple languages with significantly enhanced multilingual understanding and generation capabilities

Qwen2.5-VL

Released on January 26, 2025

+What's new
3 updates
  • Process and understand videos up to 1+ hour in length with advanced long video comprehension capabilities for analyzing presentations and tutorials
  • Build visual agents that can interact with UI elements and analyze screenshots for automation workflows and quality assurance testing scenarios
  • Generate structured JSON outputs from images and multimodal inputs for seamless integration with business systems and data processing pipelines

Qwen2.5-Coder Family

Released on November 12, 2024

+What's new
2 updates
  • Access six model sizes ranging from 0.5B to 32B parameters optimized for different coding scenarios from edge devices to complex enterprise systems
  • Generate more accurate code completions with expanded training on diverse programming languages and frameworks including Python, JavaScript, Java, and modern web stacks

Qwen2.5

Released on September 19, 2024

+What's new
3 updates
  • Benefit from training on up to 18 trillion tokens delivering significantly improved knowledge base and reasoning capabilities across diverse domains
  • Achieve strong performance across benchmarks including 85+ on MMLU knowledge tests, 85+ on HumanEval coding challenges, and 80+ on MATH problem-solving tasks
  • Choose from seven model sizes ranging from 0.5B to 72B parameters plus specialized variants including Qwen2.5-Coder and Qwen2.5-Math for domain-specific tasks

Qwen2

Released on June 7, 2024

+What's new
3 updates
  • Communicate in 29 languages with comprehensive multilingual support extending far beyond English and Chinese for global application deployment
  • Process up to 128K tokens in a single context window for handling extensive documents, long conversations, and multi-document analysis workflows
  • Deploy across five model sizes ranging from 0.5B to 72B parameters to match different computational requirements and infrastructure constraints

Qwen1.5-110B

Released on April 25, 2024

+What's new
2 updates
  • Scale to 110 billion parameters as the largest model in the Qwen1.5 series designed specifically for handling complex reasoning tasks and advanced applications
  • Achieve superior performance on advanced benchmarks compared to smaller Qwen1.5 variants with enhanced capabilities in mathematics, coding, and logical inference

Qwen1.5

Released on February 4, 2024

+What's new
3 updates
  • Choose from eight model sizes including Mixture-of-Experts (MoE) architecture for flexible deployment options matching your performance and cost requirements
  • Process 32,768 tokens uniformly across all model variants with consistent context length support for reliable multi-document processing workflows
  • Communicate more naturally with enhanced multilingual capabilities and improved human alignment delivering better instruction-following and conversational quality

Qwen-VL-Plus

Released on January 25, 2024

+What's new
2 updates
  • Extract text accurately from ultra-high-resolution images with millions of pixels enabling professional document processing and OCR workflows at scale
  • Recognize complex visual patterns with significantly improved image understanding capabilities for detailed scene analysis and object detection applications

Qwen-VL

Released on August 22, 2023

+What's new
2 updates
  • Understand and analyze images with Qwen's first vision-language model enabling visual question answering and image captioning capabilities
  • Answer questions about visual content for multimodal AI applications including document analysis, scene understanding, and visual reasoning tasks

Qwen1

Released on August 3, 2023

+What's new
3 updates
  • Access Qwen's first open-source 7B-parameter model trained on over 2 trillion multilingual tokens covering Chinese, English, code, and mathematics
  • Process up to 8,000 tokens in a single context window for handling medium-length documents and multi-turn conversations efficiently
  • Deploy for commercial use following official licensing terms which may require registration or approval for certain business applications

Top alternatives

Related categories

From the blog

View all →

Track Qwen in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.