Qwen3.5 MoE: A 9B Model Beats 120B — Rerun Your Benchmarks This Week
The Efficiency Thesis, Validated With Hard Numbers
Alibaba released eight vision-language models spanning 0.8B to 397B parameters, and the results demand immediate attention from anyone making model selection decisions. Qwen3.5-9B outperforms OpenAI's gpt-oss-120B — a model 13× larger — on most language benchmarks. The 4B variant beats gpt-oss-20B. The flagship 397B-A17B (17B active parameters via MoE) wins on 28 of 44 vision benchmarks against GPT-5.2, Claude 4.5 Opus, and Gemini-3 Pro. All Apache 2.0 licensed.
The most scientifically valuable comparison is within the family itself: Qwen3.5-122B-A10B (MoE, 10B active) consistently outperforms Qwen3.5-27B (dense, 27B params) on most benchmarks. Same architecture base, same training data, same evaluation suite — the cleanest MoE-vs-dense controlled comparison available. MoE wins with fewer active parameters. This settles the practical question for serving.
At comparable active parameter counts, MoE consistently wins over dense transformers — the Qwen3.5 family provides the first clean controlled comparison proving this at production scale.
Architecture Signals Worth Tracking
Two innovations deserve attention beyond the headline benchmarks. Gated DeltaNet layers now appear alongside standard attention in production Qwen3.5 models — marking mainstream adoption of linear attention alternatives. For long-context workloads approaching the 254K-1M token range Qwen3.5 supports, this is a signal that attention replacements are production-ready. Additionally, Apple's AToken introduces a unified 4D tokenizer (time, height, width, depth) that handles images, video, and 3D objects in a single 400M-parameter architecture, achieving 82.2% ImageNet accuracy (vs SigLIP2's 83.4%) while beating specialized 3D models on reconstruction (28.28 vs 26.97 PSNR).
Pricing Context
Qwen3.5-Flash API at $0.10/M input tokens is aggressively cheap — 5× cheaper than Composer 2's standard tier and 25× cheaper than Claude Opus 4.6. The Plus tier at $0.40/$2.40 per M input/output competes directly with frontier APIs.
Caveats That Matter
All benchmarks are Alibaba-reported with no independent evaluations cited. Training data composition is undisclosed. The Qwen team just lost its technical lead (Lin Junyang) and four members — raising continuity questions. And critically, Qwen-Image-2.0 was just reclassified from open-source to closed release, with the CEO publicly dissatisfied with open-source ROI. Download and cache weights now if you're building on Qwen models.
What This Means for Your Stack
If you're serving any open-weights model larger than 20B parameters, Qwen3.5-9B and 4B are mandatory evaluation candidates. The exception: multi-step reasoning and code generation tasks, where larger models still hold an advantage. For vision-language tasks, this is your exit ramp from closed APIs. For new architectures, default to MoE unless you have specific hardware constraints against expert routing.
What to do
Benchmark Qwen3.5-9B and 4B against your current open-weights models on your production evaluation suite this week
Evaluate Qwen3.5-122B-A10B as a drop-in replacement for any dense model in the 20-30B range you're serving
Download and cache Qwen3.5 weights locally before next model release
Add Qwen3.5-Flash ($0.10/M tokens) to your API cost comparison matrix for high-volume inference