Apache 2.0 license, 262,000 token — roughly 190,000 English words — context window, and a single network that handles text and images. What the lab claims, what it leaves out, and what 'home GPU' actually requires.
A 27-billion-parameter AI model is now free to download, free to ship inside commercial products, and, per the lab, runnable on a home graphics card. Alibaba's Qwen team released Qwen3.8-27B on August 14 under the Apache 2.0 license, which lets developers modify the weights and redistribute them in products they sell, provided the license notice stays attached.
The model is a single dense network that handles text and images in one pass. It carries a 262,000-token native context window, long enough to swallow most codebases or full-length books, and can stretch to one million tokens through YaRN, a context-extension technique that scales the effective window without retraining. A reasoning_effort setting lets callers trade thinking depth against compute cost on harder problems.
Per Alibaba's own benchmarks, the model reportedly outperforms Qwen3.7-Plus overall and improves substantially over Qwen3.6-27B on coding and office work. Those numbers are vendor-reported, not independently reproduced, and the comparison set is the lab's own prior releases. The release does not benchmark against external frontier systems.
The "home GPU" claim is also underspecified. A 27-billion-parameter model in full precision needs more VRAM than most consumer cards hold; running it well typically means a quantization tier the announcement does not name. Qwen3.8 sits inside a broader Chinese open-weights push that includes a separately licensed Qwen3.8-Max with commercial restrictions and a much larger 2.4T-parameter variant.