Spend five minutes on r/LocalLLaMA and you’ll hit the same question: where is Qwen 3.8 27B?
Short answer: it has been announced, but it has not been released. As of 11 August 2026 there are no official weights, no published benchmarks, and — importantly — no licence has been named.
There are also several repositories on Hugging Face called “Qwen3.8-27B” that are not from Qwen. More on those below, because that part actually matters.
What is actually released
Qwen shipped a Qwen 3.8 model on 8 August 2026 — just not the one everyone is waiting for.
| Model | Status | Where |
|---|---|---|
| Qwen3.8-Max (2.4T-A95B) | ✅ Released, open weights | Hugging Face, since 8 Aug 2026 |
| Qwen3.8-27B | ⏳ Announced only | Nothing published yet |
| Qwen3.6-27B | ✅ Released | Hugging Face, 21 Apr 2026 |
| Qwen3.5-27B | ✅ Released | Hugging Face, 24 Feb 2026 |
The Max is a serious piece of engineering, and worth understanding even if you can’t run it:
- 2.4 trillion total parameters, mixture-of-experts, with 95 billion active per token
- 262,144 token context natively, extensible to roughly 1,010,000
- 512 experts, 11 activated per token (10 routed plus one shared)
- Released under a custom “qwen3.8-max” licence — not Apache 2.0
Nobody is running 2.4 trillion parameters on a home workstation. That’s exactly why the 27B announcement got the attention it did — it’s the version normal people could actually use.
Careful: those “Qwen3.8-27B” downloads are not official
Search Hugging Face for “Qwen3.8-27B” today and you’ll get results. GGUF builds, FP8 builds, NVFP4 builds. They look legitimate at a glance.
None of them come from Qwen. The official Qwen/ organisation has published no 27B model in the 3.8 family. Every “Qwen3.8-27B” repository currently on the hub belongs to an individual account, and several were created days before any official release was even scheduled.
At the time of writing, each of them shows zero downloads — which tells you nobody has successfully used them, whatever they contain.
How to check before you download anything:
- Look at the account name. Official releases come from
Qwen/. Anything else is a re-upload at best. - Check the download count. A genuinely useful quantisation of a popular model accumulates thousands within days. Zero means untested.
- Check the licence field. If it’s blank or vague, you have no legal basis for using it commercially.
Reputable community quantisers — Unsloth, bartowski and similar — do excellent work and are worth following. But they publish after official weights exist, not before.
What we genuinely don’t know yet
Plenty of articles are publishing confident specifications for this model. They’re guessing. Here’s what is actually unconfirmed:
- The licence. Qwen3.5-27B and 3.6-27B were permissively licensed, but the 3.8 flagship shipped under a custom licence instead. Don’t assume Apache 2.0 for the 27B — plan commercial use only once you can read the actual terms.
- Whether it’s dense or MoE. This one determines your hardware. A dense 27B needs roughly 55 GB at BF16. A mixture-of-experts model with 27B active parameters would need considerably more total memory. The 3.8 flagship is MoE, so the older dense-27B assumption may not carry over.
- Benchmarks. No official numbers have been published. Any specific score you see quoted for Qwen3.8-27B right now is invented.
- The context window. The 262,144 figure being repeated belongs to the Max. It has not been confirmed for the 27B.
Hardware: what to buy while you wait
The useful thing you can do now is prepare. If the 27B follows the dense pattern of its predecessors, the memory maths is well understood — and it’s identical to running Qwen3.6-27B today, which you can actually download right now.
At 16-bit precision a dense 27B model is around 55 GB of weights before any context. You’ll be running a quantised build.
| Quantisation | Weights | Realistic VRAM | Hardware |
|---|---|---|---|
| BF16 (full) | ~55 GB | 64–80 GB | Dual 3090/4090, or A100/H100 |
| Q8_0 | ~29 GB | 32–36 GB | RTX 5090, or dual 3090 |
| Q5_K_M | ~20 GB | 24 GB | Sweet spot: single 3090 or 4090 |
| Q4_K_M | ~17 GB | 20–24 GB | Fine on 24 GB, tight on less |
| IQ4_XS | ~15 GB | 16 GB+ | Fits, but context is cramped |
The 16 GB trap
The most common expensive mistake: buying a 16 GB card (RTX 4080, 5070) because the 4-bit weights measure ~17 GB and it looks close enough.
It isn’t. The moment you send a prompt, the KV cache spills into system RAM and generation drops from a comfortable ~30 tokens/second to something like 8–12. Technically running; practically unusable for real work.
24 GB is the real entry point for this model class.
Three setups that work
- Used RTX 3090, 24 GB (~$1,300–1,800 build). Still the best value in local AI. Expect ~26–30 tokens/second at Q4 or Q5.
- RTX 5090, 32 GB (~$2,500+ build). Roughly 45–55 tokens/second with headroom for long context.
- Mac Studio / MacBook Pro, M-series with 64–128 GB unified memory. Slower per token than a dedicated GPU, but the unified memory means you can load Q8 or even BF16 without juggling VRAM.
Common questions
Can I use it commercially?
Unknown, and don’t assume. No licence has been announced for Qwen3.8-27B. The 3.8 flagship shipped under a custom licence rather than Apache 2.0, so the permissive terms of earlier 27B releases may not carry forward. Read the licence when the weights actually appear.
What should I run today?
Qwen3.6-27B. It’s on Hugging Face, it’s been there since April, and it runs on exactly the hardware described above. Anything you set up now — quantisation pipeline, inference server, prompt tooling — carries straight over when the 3.8 weights land.
Which software stack?
- Getting started: Ollama or LM Studio. Both handle GGUF with almost no setup.
- More control: llama.cpp directly.
- Serving several users: vLLM or SGLang.
When will it actually drop?
Reporting around the Max launch pointed at the week of 10 August 2026, but Qwen’s own model card says nothing about a 27B or its timing. Treat any specific date as speculation until weights appear under the official Qwen/ account.
The short version: Qwen3.8-Max is real and released. Qwen3.8-27B is real as an announcement and nothing more. Buy a 24 GB card if you’re getting ready, run Qwen3.6-27B in the meantime, and don’t download anything calling itself “Qwen3.8-27B” until it appears under the official account.
Sources
- Qwen3.8-2.4T-A95B model card — official, for architecture, context and licence
- The official Qwen organisation on Hugging Face — check here before downloading anything
- Qwen3.6-27B — the model to run today
Release status verified directly against the Hugging Face model hub on 11 August 2026. This one moves fast — if you’re reading later, check the official Qwen account before trusting anything here.
