
Qwen3.8-27B Review: the open-weight 27B that's "Opus at home" — tested against the hype
- obsidianNEWQwen3.8 27B Uncensored (Aggressive)2026-08-15$0.40 / $4.21 per 1M tokens · 22 tok/s
- qwenNEWQwen: Qwen3.8 27B (free)2026-08-1343 tok/s
- deepseekNEWDeepSeek: DeepSeek V4 Pro 08132026-08-1253Intelligence69Coding
- grokNEWSpaceXAI: Grok 4.62026-08-1261Intelligence77Coding
- metaNEWMeta: Muse Spark 1.22026-08-0557Intelligence72Coding
- qwenQwen: Qwen3.8 Max2026-08-0358Intelligence72Coding
- deepseekDeepSeek: DeepSeek V4 Flash 07312026-07-3152Intelligence69Coding
- minimaxMiniMax: MiniMax-H32026-07-31minimax/minimax-h3
- qwenQwen: Qwen3.7 Flash2026-07-27$0.03 / $0.13 per 1M tokens · 274 tok/s
- orcaOrcaDub: OrcaDub 1.02026-07-27orca/dub
- anthropicAnthropic: Claude Opus 52026-07-2463Intelligence78Coding
- googleGoogle: Gemini 3.6 Flash2026-07-2152Intelligence69Coding
- googleGoogle: Gemini 3.5 Flash-Lite2026-07-2137Intelligence49Coding
- metaMeta: Muse Spark 1.12026-07-1653Intelligence71Coding
- kimiMoonshotAI: Kimi K32026-07-1560Intelligence76Coding
- openaiOpenAI: GPT-5.6 Luna2026-07-0952Intelligence71Coding
- openaiOpenAI: GPT-5.6 Terra2026-07-0957Intelligence77Coding
- openaiOpenAI: GPT-5.6 Sol2026-07-0961Intelligence77Coding
- grokxAI: Grok 4.52026-07-0856Intelligence72Coding
- tencentTencent: Hy32026-07-0642Intelligence59Coding
Qwen3.8 27B is the best open-weights 27B you can self-host right now, and it is not particularly close. Weights dropped August 14, 2026 under Apache 2.0: a dense 27B (28B counting the vision encoder) with 262K native context, native image and video input, and vendor-reported agentic-coding scores that sit at or above Claude Opus 4.6 Max — SWE-bench Pro 61.7, DeepSWE 1.1 42.2, LiveCodeBench v6 90.3. The headline price is zero: download 55.6 GB and run it. The caveats are real too — independent testing finds it roughly three times slower and more token-hungry than its predecessor, every benchmark on the card is still Alibaba-reported, and the 1M context is a hosted-only feature. Verdict: if you have a 24 GB+ GPU and want frontier-adjacent capability without a metered bill, self-host it — but go in knowing exactly where the numbers are soft.
Verdict first: should you use Qwen3.8 27B?
Short answer — yes for local and private workloads; wait for third-party numbers before a procurement decision. Qwen3.8 27B is the rare model where the open weights are the product and the API is the convenience. Because the license is Apache 2.0, the per-token price is permanently zero once you have the hardware, and nothing you build on it can be re-licensed or billed retroactively. What you give up is speed, verification, and convenience.
If you already run Qwen3.6-27B and are happy with it, the upgrade is real but not free in wall-clock terms. If you came here from the Qwen3.8-Max launch, this is the smaller, self-hostable member of the same generation — a different tool for a different job.
The fast facts, checked August 15, 2026
• Released — weights went live August 14, 2026 at Qwen/Qwen3.8-27B on Hugging Face, mirrored on ModelScope; timezone-bracketed coverage also cites August 13, and the release landed about a week after the Qwen3.8 generation was announced.
• License — Apache 2.0: download, modify, redistribute, commercial use, with an explicit patent grant. Permanent.
• Parameters — 27B dense (28B counting the vision encoder), 64 layers, hidden size 5,120, vocabulary 248,320.
• Architecture — hybrid attention: 48 Gated DeltaNet linear-attention layers against 16 full Gated Attention layers (a 3:1 split). This is why a 27B dense model can carry 262K tokens of native context.
• Context — 262,144 tokens natively; extendable to 1,000,000 via YaRN on the hosted version.
• Input — native image and video alongside text; returns text. The vision encoder is why the parameter count reads 28B.
• Thinking — reasoning mode on by default and disableable per request; reasoning_effort (low/medium/high) and preserve_thinking for long agent runs.
• Weights — 55.6 GB of BF16 safetensors in 18 shards; FP8 and community GGUFs also ship.
The specs above come from the Hugging Face model card and config for Qwen3.8 27B, read today. The benchmark claims are Alibaba-reported; as of today no independent lab has reproduced them.
What Qwen3.8 27B is genuinely good at
The strongest case is agentic software engineering. Alibaba reports a 3x jump on DeepSWE 1.1 over the previous 27B (42.2 vs 13.3) and a score above Claude Opus 4.6 Max on SWE-bench Pro (61.7 vs 53.4). Those are the numbers that earned it the "Opus at home" nickname — a dense 27B doing frontier-adjacent coding work on hardware a person can actually own.

Three things besides the raw numbers make it a defensible buy:
• Native multimodal. Image and video in, text out — a document with diagrams or a video walkthrough is not a separate model. The visual-reasoning scores (85.6 with the chain-of-thought feature enabled, 94.6 visual math, both vendor-reported) are where the vision encoder earns its keep.
• 262K native context. Long-horizon agent tasks, big codebases, and multi-hour transcripts fit in one window. The hybrid linear-attention design keeps the KV cost of that context lower than a pure full-attention model of the same size.
• Free, permanent weights. This is the whole point of the category: a closed API model is rented; Qwen3.8 27B is owned. At 4-bit it runs on a 24 GB card (RTX 3090/4090-class), and AMD shipped Day-0 support (up to 24.5 tokens/s on a Ryzen AI Max+ 395 and 51.8 tokens/s on a Radeon AI PRO R9700, per AMD's own blog).
Where the review gets ugly: speed, tokens, and verification
Independent testing so far is one tester's harness, not a lab — but it is the best signal we have. Running Qwen3.8 27B against Qwen3.6-27B on ten real-world tasks (judged by GPT-5.5 via the llmcompare harness), the 3.8 won nine of ten and scored 8.838 vs 6.862 on average — "one of the more impressive intelligence lifts" the tester had seen. It also used almost three times the tokens and was considerably slower; one task took roughly 600% longer. So the quality jump is real, and so is the price in wall-clock time.
Four more things to hold against it:
• No third-party benchmarks yet. Every headline figure in this article is Alibaba-reported as of August 15. The vendor card is detailed, but reproduction by an independent lab has not happened. If your decision depends on verified numbers, wait for them — the weights will still be there.
• VRAM floor is real. BF16 needs an 80 GB-class GPU. To fit a 24 GB card you must run 4-bit, and community reports (dev.to comment thread, days after release) say quantized builds "lose focus after long context." Official weights if you have the VRAM; quantized if you do not.
• 1M context is hosted-only. The open weights cap at 262K. The extendable-to-1M figure is a Qwen Cloud hosted feature, not something a local copy does out of the box.
• "Beats Opus" needs qualifiers. Agentic benchmarks reward harness-specific behaviors, and a top comment on the dev.to launch post put it bluntly: "they do not beat opus on real-world usage." Treat the scoreboard as an upper bound on a good day, not a promise.
How it sits in the Qwen 3.8 family
• vs Qwen3.6-27B — the same hardware class and 262K context, but a major capability jump at the cost of speed and token efficiency. If you already run 3.6 and are throughput-bound, staying is defensible.
• vs Qwen3-Coder-30B-A3B — the Coder is a MoE with roughly 3.3B active parameters that runs much faster (~90–110 tokens/s). The dense 27B is slower per token but inherits the generation's agentic gains; if the 27B's software-engineering scores hold up under independent testing, the Coder-30B's role shrinks.
• vs Qwen3.8-Max — the 2.4T MoE flagship is a datacenter model (API-only, around $2/$6 per million tokens in published coverage) with 1M context and video. The 27B is the deployable one. They answer different questions.
Cost: the local-versus-API question, settled
For a closed model you compare per-token prices. For Qwen3.8 27B the marginal token costs nothing on your own hardware — the real price is the upfront GPU and your time. At 4-bit that is a 24 GB card; at BF16 it is an 80 GB-class machine. If you only need to evaluate the model, or you lack the hardware, the hosted route exists: OrcaRouter now lists Qwen3.8 27B with a free, rate-limited tier that bills $0 and returns HTTP 429 past its cap, plus a paid tier at $0.33 per million input and $2.40 per million output tokens (checked August 15). Qwen Cloud's hosted version, with the 1M context, is marked "coming soon."

The honest framing: for an open-weights model, a provider is a convenience, not a dependency. The free tier is the cheapest possible way to decide whether a 55.6 GB download is worth it. But once you have decided, the weights are the thing — and they are free.
How to actually try it
• Fastest evaluation — hit the free rate-limited hosted tier; if it answers what you need, you are done and it cost nothing.
• Real test on your hardware — download a community GGUF (the Q4_K_M build is roughly 17 GB and fits a 24 GB card) and run it in llama.cpp or Ollama. Pass the Jinja chat template or the model answers you in thought tags. For vision from a GGUF you also need the separate mmproj file. Our runbook on running Qwen3.8 27B locally walks through it.
• Full precision — huggingface-cli download Qwen/Qwen3.8-27B onto an 80 GB-class GPU.
• Verify what you downloaded — check the publisher is the Qwen org and validate shards against crc32.txt; lookalike repos appeared before release.
When this review is wrong (and who should skip Qwen3.8 27B)
• You have no GPU and will not rent one. The free tier is rate-limited and the paid tier is $0.33/$2.40 per million — a small API model may serve you cheaper and more reliably. This model is for people who want to own the inference.
• You need an SLA. The hosted tier is days old; the OrcaRouter model page, read today, shows a 33.3% error rate over the trailing seven days and p50 first-token latency of 225 ms. That is a brand-new model under early load, not a production contract. Self-hosters should pin their download commit and keep a fallback.
• You need verified benchmarks for a purchase decision. Vendor-reported numbers are directionally useful, not procurement-grade. Wait for independent reproduction.
• 262K open-weights context is not enough. The 1M extension is hosted-only today.
• Throughput is your bottleneck. Bulk summarization or large batches will hurt: this is a dense 27B that also burns roughly 3x the tokens of its predecessor. For cheap-bulk work, a smaller or faster model wins.
• You are on a 12 GB card. 2-bit GGUFs squeeze in with visible quality loss; this is not the model for you.

The bottom line
Qwen3.8 27B is the strongest open-weights 27B available today, and it is free forever under Apache 2.0. If you have a 24 GB+ GPU and want agentic coding, 262K context, and native image/video input without a metered bill, this is the buy. The reasons to hold off are equally concrete: you need independent benchmark confirmation, an SLA, more than 262K open-weights context, or higher throughput than a dense 27B gives you. The model is out, the weights are real, and the numbers are good — just remember whose numbers they are.
