When Qwen3.8-Max launched on August 3, Alibaba promised to ship companion open weights within about a week. On August 13-14, that promise was kept: Qwen3.8-27B weights officially landed on Hugging Face under Apache 2.0, eleven days after the flagship.
Specs That Over-Delivered
This is a 28B-parameter dense model with hybrid attention. Two things in the spec sheet nobody had promised: native multimodality — a vision encoder is included — and 262k native context, extensible to 1M tokens via YaRN. The former means the open community isn't just getting a text model, but a multimodal base ready for image-text tasks.
Benchmarks: A Small Model Punching Up
Per data compiled by AI Release Tracker at release: coding-wise, SWE-Bench Pro 61.7% (leader Claude Fable 5 sits at 80.3%), DeepSWE 1.1 42.2%, LiveCodeBench 90.3% (led by DeepSeek-V4-Pro at 93.5%), Terminal-Bench 2.1 73%; office-wise, CoWorkBench 70.7% — versus the 68.2% Alibaba reported for Opus 4.6 Max; GPQA Diamond 89.2%. Among all models tracked on that site, Qwen3.8-27B currently ranks first on NL2Repo-Bench, QwenSWEBench, CoWorkBench, IFBench, and Agent's Last Exam (score). That said, these are vendor-published numbers — independent replication is still pending.
The Memory Bill
Yotta Labs runs the math: roughly 56GB at BF16 (H100/H200 class), ~28GB at FP8 (48GB cards), and ~14-17GB at 4-bit quantization — Unsloth's local quantized build lands around 17GB, meaning a single 24GB RTX 4090 can run it. Compare that with fellow Chinese flagship Kimi K3: 2.8T parameters, self-hosting starting at 1.56TB of weight memory, cluster scale. That's the point of a 27B — not competing on size, but on deployability.
So What
Qwen3.8-Max goes API (/ per million tokens), 27B goes open — Alibaba has split the same generation's capability into two distribution tracks. Its predecessor Qwen3.6-27B was already one of the community's favorite local coding/agent models, and this generation adds multimodality and 262k context without raising the single-GPU barrier. For teams running their own inference, these are the most worthwhile new weights to eval this month. For everyone else, the answer is simple: the download is Apache 2.0 — whether it handles your workload, one test run will tell.