Overview
Qwen3.8-27B is a dense 27.8B multimodal model from Alibaba's Qwen team and the smallest of the three models in the Qwen 3.8 release. It is also the only one of the three that runs on an everyday machine: a desktop with a 24 GB GPU, or a MacBook with 32 GB of unified memory. Alibaba published the weights on August 14, 2026 under Apache 2.0.
| Specification | Qwen3.8-27B |
|---|---|
| Total parameters | 27.8B |
| Architecture | Dense, hybrid attention (Gated DeltaNet + Gated Attention) |
| Layers | 64 |
| Context window | 262,144 tokens |
| Modalities | Text, image and video input |
| Reasoning | Thinking on by default, effort levels selectable, can be switched off |
| Multi-Token Prediction | Supported, head included in the checkpoint |
| Release date | August 14, 2026 |
| License | Apache 2.0 |
48 of the 64 layers use Gated DeltaNet, a form of attention whose memory use stays the same no matter how long the conversation gets. Only the other 16 layers keep a regular KV cache, the part that normally grows with every token. Long chats and big documents cost far less memory here than on a typical 27B model. The model is also trained for Multi-Token Prediction, so it can draft several tokens per forward pass, the same mechanism behind speculative decoding.
Qwen3.8-27B benchmarks
Alibaba's launch numbers, from the model card, compare the 27B with its predecessor Qwen3.6-27B, the Qwen3.7-Plus API model, Muse Glimmer 30B and Claude Opus 4.6 Max:
| Qwen3.8-27B | Qwen3.6-27B | Qwen3.7-Plus | Muse Glimmer 30B | Claude Opus 4.6 Max | |
|---|---|---|---|---|---|
Terminal Bench 2.1 Agentic terminal-use tasks | 73.0 | 63.4 | 64.0 | 51.7 | 78.2 |
SWE-bench Pro Real-world software engineering, harder split | 61.7 | 53.5 | 57.6 | 51.2 | 53.4 |
LiveCodeBench v6 Competitive coding | 90.3 | 83.9 | 89.6 | - | 88.8 |
GPQA Diamond Expert-level science questions | 89.2 | 87.8 | 90.3 | 83.5 | 91.3 |
Humanity's Last Exam Expert-level questions across every domain | 30.8 | 24.0 | 34.7 | 22.0 | 40.0 |
OSWorld-Verified Computer-use agent tasks | 84.3 | 63.9 | 73.3 | 65.9 | 72.7 |
SWE-MM Multimodal software engineering | 38.6 | 25.7 | 30.0 | - | 27.1 |
The 27B comes out ahead of Claude Opus 4.6 Max on four of the seven benchmarks. An Opus-level model now runs on a single 24 GB card.
Qwen3.8-27B hardware requirements
The system requirement to check is memory. We quantized the model from the original weights and published the builds as AtomicChat/Qwen3.8-27B-GGUF.
| Memory | Build to pick | File size |
|---|---|---|
| 12 GB | AD-IQ2_S | 11.1 GB |
| 16 GB | AD-IQ3_S | 13.8 GB |
| 24 GB | AD-Q4_K_M | 17.1 GB |
| 32 GB | AD-Q5_K_M | 20.2 GB |
| 48 GB and up | AD-Q6_K | 25.0 GB |
Neighbouring files differ by a gigabyte or two, so when two builds both fit, take the larger one. That matters most below 14 GB, where quality falls fastest. If the GGUF format is new to you, start with what GGUF is, and see the best local LLMs for a 16 GB Mac for what else fits alongside it.
How to run Qwen3.8-27B in Atomic Chat
Atomic Chat is a free local app for macOS, Windows and Linux. It includes a Hugging Face model browser and a built-in chat, with no manual llama.cpp build required.
- Download Atomic Chat for your platform and open it.
- Search for Qwen3.8-27B in the model browser and open Download Options.
- Pick the build that fits the memory you have, then start a chat.
The full walkthrough, with the quant table and the llama.cpp commands, is in our guide to running Qwen 3.8 27B locally.
For the rest of the lineup, see every Qwen model you can run locally, or the trillion-parameter sibling Qwen3.8-2.4T-A95B.
License
Qwen3.8-27B is released under Apache 2.0. That permits commercial use, modification, and redistribution with no royalties, so you can build products on top of the model and run it on your own hardware without a usage fee.
