Model releases  ยท  12 August 2026

Qwen3.8 arrives at 2.4T โ€” and drops Apache 2.0

The largest model Qwen has ever published, released first at the top of the range rather than the bottom, and under a bespoke licence instead of the Apache 2.0 that covered every size of Qwen3.5.

At a glance

Released byAlibaba (Qwen team)
Published12 August 2026
Parameters2.4T total, 95B activated per token
ArchitectureMixture-of-Experts (Qwen3_5MoeForCausalLM, qwen3_5_moe_text)
Layers / hidden size92 / 8192
Experts512 routed, top-10 per token
Attention64 Q heads / 4 KV heads, plus linear attention heads (128 V, 16 QK)
Context length262,144 tokens (1M by default in the hosted Max version)
Vocabulary248,320 tokens
Licenceqwen3.8-max — custom, not Apache 2.0
Weight formatsafetensors — 4,892 GB across 213 shards; FP8 build 2,496 GB
Hosted atQwen/Qwen3.8-2.4T-A95B on Hugging Face

What it is

Qwen3.8-2.4T-A95B is the open-weight base of Qwen3.8-Max, Alibaba's hosted flagship. The repository ships the post-trained model in Transformers format, and Qwen states the artifacts work with vLLM, SGLang and similar serving stacks.

The hosted Max version carries features this release does not: vision input, a non-thinking mode, a 1M-token context by default, and built-in tools. What you can download is the text model.

The licence changed, and that is the story

Every size of Qwen3.5 — from 0.8B up to the 397B sparse model — shipped under Apache 2.0. That consistency is a large part of why the family became the default base for other people's work, from French language specialists to Microsoft's own browser agent.

Qwen3.8-2.4T-A95B ships under a bespoke qwen3.8-max licence instead. Anyone planning to build on it should read the terms directly rather than assume the family's previous permissiveness carries over.

Whether the smaller Qwen3.8 sizes, when they appear, return to Apache 2.0 or follow the flagship is the open question that matters most for downstream work.

Architecture

The model type string is qwen3_5_moe_text — Qwen3.8 is built on the Qwen3.5 architectural foundation rather than introducing a new one. Ninety-two layers at hidden size 8192, with 512 routed experts and the top 10 selected per token.

The attention configuration is unusual: 64 query heads against 4 key-value heads, alongside separate linear attention heads (128 for V, 16 for QK). Qwen also exposes reasoning_effort to tune reasoning depth and preserve_thinking to retain reasoning context across turns.

What is not here

Only the 2.4T model was published. The 27B size named in Qwen's own pre-release messaging is not in the repository, and no smaller variants exist at the time of writing. For anyone whose interest in Qwen is the 0.8B to 4B band, this release changes nothing yet.

What it takes to run

4,892 GB of weights across 213 shards, or 2,496 GB for the FP8 build. This is multi-node infrastructure, not a workstation model.

Runtime support

RuntimeSupportedNotes
transformersYesReference format published by Qwen.
vLLM / SGLangYesExplicitly named as compatible in the model card.
llama.cppNoNo GGUF published, and no community conversion at a size that would be practical.
MLXNoNot published.
Official quantised buildYesAn FP8 repository is published alongside the bfloat16 weights.

What we don't know yet

Sources

Frequently asked questions

How many parameters does Qwen3.8-2.4T-A95B have?

2.4 trillion in total with 95 billion activated per token, across 512 routed experts with the top 10 selected per token.

Is Qwen3.8 Apache 2.0 like Qwen3.5?

No. Qwen3.8-2.4T-A95B ships under a custom qwen3.8-max licence. Every size of Qwen3.5 was Apache 2.0, so this is a change in the family's terms.

Are there smaller Qwen3.8 models?

Not at the time of writing. Only the 2.4T model has been published, despite a 27B size being named ahead of the release.

What is the difference between Qwen3.8-2.4T-A95B and Qwen3.8-Max?

Max is the hosted official version built on these weights, adding vision input, a non-thinking mode, a 1M-token default context and built-in tools. The open release is the text model.

How large is the download?

4,892 GB across 213 safetensors shards for bfloat16. The FP8 build is 2,496 GB.

OnDevice LLM is a private AI assistant that runs entirely on your iPhone โ€” no account, no cloud, and nothing you type leaves the device.

Published 12 August 2026