AI Agent Hub
Back to models
🤖

Qwen3.5-9B

Multimodal Released 2026-03-02

About this model

Qwen3.5-9B is a 9-billion-parameter open-weight vision-language model from Alibaba's Qwen Team, released in March 2026 under the Apache 2.0 license. It uses a hybrid architecture combining Gated Delta Networks with Gated Attention in an 8×(3×DeltaNet→FFN→1×Attention→FFN) layout, plus a vision encoder for native multimodal understanding. The model supports 262,144 tokens natively (extendable to ~1M via YaRN/RoPE scaling), covers 201 languages, and includes a thinking mode for explicit chain-of-thought reasoning.

On official benchmarks, Qwen3.5-9B scores 82.5% on MMLU-Pro, 91.1% on MMLU-Redux, 88.2% on C-Eval, 81.7% on GPQA Diamond, and 91.5% on IFEval. For coding and agents it reaches 65.6% on LiveCodeBench v6, 66.1% on BFCL-V4, and 79.1% on TAU2-Bench. On vision tasks it achieves 78.4% MMMU, 89.2% OCRBench, and 84.5% VideoMME. Independent evaluations report ~82.93% HumanEval pass@1 and ~89.5% GSM8K accuracy.

Community reception is strong for its parameter class: it ranks #2 among tracked image-text models on HuggingFace with 1,800+ likes, and is widely regarded as one of the best 9B-class open models for coding, RAG, and agent workloads. It significantly outperforms Qwen3.5-4B and prior-generation 8B models while remaining deployable on consumer GPUs via quantization.

Benchmark Scores

MMLU
82.5
GSM8K
89.5
HumanEval
82.93

Technical Specs

  • Parameters: 9.0B
  • Architecture: Hybrid Gated DeltaNet + Gated Attention (Vision-Language)
  • Context Window: 262,144 tokens
  • Input Modalities: text, image, video

Hardware Requirements

  • VRAM: 20.0 GB
  • Compute: BF16/FP16 inference needs ~18–20 GB VRAM (e.g., RTX 4090 24 GB or L40S 48 GB); Q4_K_M quantization runs on ~6 GB VRAM (RTX 4060/3070). Supports vLLM, SGLang, Ollama, and LM Studio.