Quick answer: Qwen3.8-27B is Alibaba's compact, deployment-friendly dense model in the Qwen3.8 family — a 27B-parameter native vision-language model (text, image, and hour-scale video understanding) built on the Qwen 3.5 architecture, released under Apache 2.0. It scores 73.0% on Terminal Bench 2.1, 89.2% on GPQA Diamond, 90.3% on LiveCodeBench v6, and 30.8% on Humanity's Last Exam.
Where Qwen3.8-27B leads
Where it lags
Best for: compact/self-hosted vision-language agents, computer-use and mobile-use automation, and coding assistants where a smaller footprint matters more than flagship-scale reasoning.
Qwen3.8-27B is Alibaba's compact, deployment-friendly dense model in the Qwen3.8 generation, released alongside the flagship Qwen3.8-Max. Built on the same Qwen 3.5 architectural foundation, it's a 27B-parameter causal language model with a native vision encoder — a true vision-language model that understands images (including STEM diagrams and documents) and hour-scale videos out of the box, not a bolted-on multimodal adapter. Thinking mode is on by default (configurable via reasoning_effort: xhigh, medium, low) and reasoning context is retained across turns via preserve_thinking.
The open-weight checkpoint natively supports a 262,144-token context window, extensible to 1,000,000 tokens via YaRN RoPE scaling. Alibaba also plans a hosted version via Qwen Cloud with a 1M-token context by default and built-in tools ("coming soon" per the model card).
Qwen3.8-27B is aimed at agentic and coding workloads that don't require flagship-scale parameters: it scores competitively on LiveCodeBench v6 (90.3%) and GPQA Diamond (89.2%), and does well on computer-use/mobile-use agentic benchmarks (OSWorld-Verified 84.3%, AndroidWorld 81.9%). It trails flagship models on frontier-exam reasoning (HLE 30.8% vs Qwen3.8 Max's 43.6%) and long-horizon professional-task simulation (JobBench 33.4%).
| Field | Value |
|---|---|
| Organization | Alibaba |
| Parameters | 27B dense (causal LM with native vision encoder) |
| Architecture | Qwen 3.5 foundation |
| License | Apache 2.0 |
| Release date | August 2026 |
| Modality | Multimodal (text, image, video) |
| Context window | 262,144 tokens native; extensible to 1,000,000 via YaRN |
Open weights available now on Hugging Face (Qwen/Qwen3.8-27B) under Apache 2.0 — free to self-host. A hosted version is planned via Qwen Cloud with 1M-token context and built-in tools by default ("coming soon" as of the model card).
| Benchmark | Score | Source | Date |
|---|---|---|---|
| Terminal Bench 2.1 | 73.0% | Qwen3.8-27B model card | 2026-08 |
| SWE-bench Pro | 61.7% | Qwen3.8-27B model card | 2026-08 |
| DeepSWE 1.1 | 42.2% | Qwen3.8-27B model card | 2026-08 |
| LiveCodeBench v6 | 0.903 | Qwen3.8-27B model card | 2026-08 |
| GPQA Diamond | 89.2% | Qwen3.8-27B model card | 2026-08 |
| Humanity's Last Exam | 30.8% | Qwen3.8-27B model card | 2026-08 |
| IFBench | 79.5% | Qwen3.8-27B model card | 2026-08 |
| JobBench | 33.4% | Qwen3.8-27B model card | 2026-08 |
| Agents' Last Exam | 42.9 (score) | Qwen3.8-27B model card | 2026-08 |
| WildClawBench | 48.02 | Qwen3.8-27B model card | 2026-08 |
| OSWorld-Verified | 84.3% | Qwen3.8-27B model card | 2026-08 |
| MathVision | 90.0% | Qwen3.8-27B model card | 2026-08 |
| BabyVision | 65.7% | Qwen3.8-27B model card | 2026-08 |
| CharXiv Reasoning (no tools) | 83.7% | Qwen3.8-27B model card | 2026-08 |
| CharXiv Reasoning | 90.2% | Qwen3.8-27B model card | 2026-08 |
| OmniDocBench 1.5 | 91.1% | Qwen3.8-27B model card | 2026-08 |
| RealWorldQA | 85.9% | Qwen3.8-27B model card | 2026-08 |
Scores are self-reported by Alibaba's Qwen Team on the official Hugging Face model card (Qwen/Qwen3.8-27B), cross-checked against the card's structured HF "Eval Results" metadata where available (SWE-bench Pro, DeepSWE, GPQA Diamond, HLE, WildClawBench, ClawEval-MM all independently confirmed via that mechanism).
Several benchmarks reported on the model card don't yet have standalone Benchgen pages — either because they're explicitly in-house/proprietary evaluations, or because Benchgen hasn't verified independent public documentation for them yet:
| Model | Terminal Bench 2.1 | GPQA Diamond | HLE | License |
|---|---|---|---|---|
| Qwen3.8-27B | 73.0% | 89.2% | 30.8% | Apache 2.0 |
| Qwen3.8 Max | 86.6% | 92.6% | 43.6% | Qwen3.8-Max License (custom) |
| Qwen3-8B | — | — | — | Apache 2.0 |
Qwen3.8-27B trails its own flagship sibling Qwen3.8 Max on every compared metric, as expected given the ~90x parameter gap (27B dense vs 2.4T/95B-active MoE) — but it offers native vision-language understanding and agentic computer-use capability (OSWorld-Verified 84.3%, AndroidWorld 81.9%) in a self-hostable, consumer-hardware-friendly package.
Is Qwen3.8-27B open source?
Yes — Apache 2.0, with weights available on Hugging Face (Qwen/Qwen3.8-27B).
How big is Qwen3.8-27B? 27 billion parameters, dense (not mixture-of-experts), with a native vision encoder for image and video understanding.
What is Qwen3.8-27B's context window? 262,144 tokens natively, extensible to 1,000,000 tokens via YaRN RoPE scaling.
Does Qwen3.8-27B support images and video? Yes — it's a native vision-language model, not a text-only model with a bolted-on adapter. It handles images (including STEM diagrams and documents) and hour-scale video understanding.
How does Qwen3.8-27B compare to Qwen3.8 Max? Qwen3.8-27B is the compact, dense sibling to the 2.4T/95B-active MoE flagship Qwen3.8 Max — it trails Qwen3.8 Max on every benchmark (e.g. 73.0% vs 86.6% on Terminal Bench 2.1) but is far smaller and fully open-weight under plain Apache 2.0.
Where can I access Qwen3.8-27B? Self-hosted from the open weights at huggingface.co/Qwen/Qwen3.8-27B, via SGLang/vLLM/TokenSpeed. A hosted Qwen Cloud version is planned ("coming soon" per the model card).
Benchmark scores sourced from the official Hugging Face model card for Qwen/Qwen3.8-27B (Aug 2026), cross-checked against the card's structured HF Eval Results metadata.