The Rundown AI homepage

Independent tool overview

Qwen3.5 Small at a glance

Qwen3.5 Small is the 0.8B, 2B, 4B and 9B group of Apache-licensed multimodal models released for local text, image, video, reasoning, coding and tool-use experiments.

Visit the official Qwen3.5 Small site ↗
Qwen3.5 Small product preview
Included sizes
0.8B, 2B, 4B and 9B
Input
Text, images and video frames
Context window
262,144 tokens natively
Languages
201 languages and dialects claimed
Response modes
Thinking and non-thinking
License
Apache 2.0 on model cards
Pricing checked
August 31, 2026

Overview

What Qwen3.5 Small is

Qwen3.5 Small refers to four dense, post-trained models: Qwen3.5-0.8B, 2B, 4B and 9B. Each combines a language model with a vision encoder, can accept text and visual inputs, and supports thinking and non-thinking responses.

The range is useful because it lets teams trade capability against memory, speed and device constraints without leaving the same model family. The 0.8B and 2B versions target the lightest deployments, while 4B and 9B generally provide stronger reasoning, coding and visual understanding at higher runtime cost.

Claims that these models rival systems many times their size come from Qwen's selected benchmark comparisons. They should be tested on the intended language, image quality, task and hardware; small models can still hallucinate, miss visual details and make unsafe tool decisions.

Use cases

Who Qwen3.5 Small is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

Local multimodal assistants

Private or offline prototypes that need text plus image understanding on more modest hardware than flagship models.

Edge-size model evaluation

Teams measuring whether 0.8B, 2B or 4B capability is sufficient before paying the memory and latency cost of 9B.

Custom open-model applications

Developers building Apache-licensed extraction, classification, visual Q&A, coding or tool-use systems with their own controls.

Capabilities

Core Qwen3.5 Small features

1

Four practical sizes

Official post-trained checkpoints at 0.8B, 2B, 4B and 9B let operators choose a device and quality target.

2

Native multimodal input

A vision encoder supports image-text-to-text tasks, including visual questions, documents, screenshots and sampled video.

3

Long native context

The model cards document 262,144 tokens natively and extension to about 1.01M tokens under the recommended long-context method.

4

Thinking control

Models produce explicit thinking content by default and can be configured for direct, non-thinking responses.

5

Multilingual coverage

Qwen says the family supports 201 languages and dialects across text and multimodal work.

6

Tool and agent integration

Qwen documents tool-call parsing, Qwen-Agent and Qwen Code integration for controlled agent workflows.

7

Broad local runtime support

The family works through current Transformers, SGLang and vLLM, with community quantizations for llama.cpp, Ollama and MLX.

Process

How the Qwen3.5 Small workflow works

  1. Step 1

    Define a real acceptance set

    Collect representative prompts, languages, screenshots, documents and failure cases, then score accuracy, latency, memory and safety.

  2. Step 2

    Start with the smallest plausible checkpoint

    Test 0.8B or 2B for narrow classification and extraction, then move to 4B or 9B only when measured quality justifies the resource increase.

  3. Step 3

    Choose the runtime and context deliberately

    Use current supported packages or a vetted quantization, and cap context to what the hardware and task actually require.

  4. Step 4

    Constrain visual and tool inputs

    Treat images, documents and web content as untrusted; isolate file and network tools and require approval for side effects.

  5. Step 5

    Validate outputs before use

    Check citations, calculations, OCR, visual details and code with deterministic tests or qualified reviewers, and log the exact model and settings.

Cost

Qwen3.5 Small pricing and free plan

The four official model checkpoints are free under Apache 2.0. There is no official Alibaba Cloud per-token listing for these small open model IDs as of August 31, 2026; costs come from local hardware, rented accelerators or a third-party host.

Official weights

Free under Apache 2.0

Download one or more of the four Qwen3.5 Small checkpoints.

  • 0.8B, 2B, 4B and 9B post-trained weights
  • No model license fee
  • Infrastructure, implementation and compliance are not included

Local or self-hosted

Hardware-dependent

Run full-precision or quantized models on compatible devices or servers.

  • Memory varies by size, precision, vision input and context
  • Long contexts can dominate memory requirements
  • Operator owns availability, security and monitoring

Third-party inference

Provider pricing

Use a hosted model or endpoint where the exact checkpoint is available.

  • Confirm model ID, quantization and context
  • Rates and retention policies vary
  • Official Alibaba pricing currently lists larger Qwen3.5 API IDs, not these four small checkpoints

Pricing checked . Check current pricing at the source ↗

Assessment

Qwen3.5 Small strengths and limitations

Where it stands out

  • Four sizes make quality-versus-resource testing straightforward.
  • Multimodal input is built into even the smallest listed checkpoint.
  • Apache 2.0 licensing supports broad experimentation and commercial deployment.
  • A 256K native context is unusually large for models in this size range.
  • Thinking, direct response and tool-use paths cover several application patterns.
  • The surrounding Qwen ecosystem provides mature serving and local-runtime options.

What to consider

  • The page represents four distinct checkpoints; speed, memory, quality and supported quantizations must be evaluated separately.
  • A model's parameter count does not include every deployment cost, including vision processing, KV cache and long-context memory.
  • Qwen's favorable benchmark comparisons use selected tasks and settings and do not guarantee superiority on private workloads.
  • The 262K native or roughly 1M extended context does not ensure faithful recall or reasoning across all supplied material.
  • Small checkpoints are more likely to miss nuance, visual details, multilingual edge cases or complex instruction chains than stronger models.
  • OCR, charts, screenshots and video understanding can yield confident but incorrect descriptions.
  • Tool-enabled deployments face prompt injection, data leakage and unauthorized-action risk unless permissions are tightly restricted.
  • Medical, legal, financial, safety-critical and production-code outputs require independent validation by qualified people.

Compare

Qwen3.5 Small alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Consumer

Gemma 4

Google's current open-weight model family offers another range of compact reasoning and agentic checkpoints to benchmark.

Explore Gemma 4

Coding

Meta Llama Models

Meta's Llama family is a widely supported open-weight alternative with a different license and ecosystem.

Explore Meta Llama Models

Questions

Qwen3.5 Small FAQs

What models are included in Qwen3.5 Small?

The March 2 release includes Qwen3.5-0.8B, 2B, 4B and 9B. The broader Qwen3.5 collection also contains much larger models, but those are not the focus of this page.

Are the small Qwen3.5 models multimodal?

Yes. Their model cards identify them as causal language models with vision encoders for text, image and sampled-video tasks.

Which size should I use?

Start with the smallest model that fits your task and hardware, then compare against the next size on a fixed evaluation set. Narrow extraction may work on 0.8B or 2B, while complex reasoning and vision generally benefit from 4B or 9B.

How much context do they support?

The model cards document 262,144 tokens natively and extension to roughly 1.01M tokens. Actual usable context depends heavily on memory, runtime and the model's ability to attend accurately to the task.

Can they run on a laptop?

Quantized 0.8B, 2B and sometimes 4B variants can be practical on modern consumer machines; 9B needs more memory. Performance depends on precision, context, vision input and the chosen runtime.

Are Qwen3.5 Small models free?

The official model cards use Apache 2.0, so the weights have no license fee. Hardware, cloud inference, development, monitoring and compliance still cost money.

Do they support tools and agents?

Yes, Qwen documents tool-call parsing and agent integrations. Small-model agents still need least-privilege access, sandboxing, approval gates and task-specific validation.

Do benchmark wins mean a small model replaces a flagship model?

No. Benchmark results are workload- and setup-specific. Compare accuracy, robustness, latency and safety on your own prompts before replacing a stronger model.

Bottom line

Our Qwen3.5 Small verdict

Qwen3.5 Small is a strong test bed for local multimodal AI because it offers four Apache-licensed sizes with the same broad capabilities and a very long documented context. Its value comes from measured fit, not headline benchmark ratios: use the smallest checkpoint that passes a representative evaluation, then add strict validation before letting it interpret important visuals or call tools.

Visit Qwen3.5 Small website ↗
The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.