Every figure, name and benchmark this video renders on screen, chased to a source. Organised by the chapter that puts it on screen.
| Fact | Value | Source |
|---|---|---|
| Total parameters | 2.4 trillion | Qwen3.8-2.4T-A95B model card |
| Active parameters per token | 95 billion | Qwen3.8-2.4T-A95B model card |
| Routed experts | 512 | vLLM recipe, Qwen3.8-2.4T-A95B |
| Routed experts selected per token | 10 | Qwen3.8-2.4T-A95B model card |
| Shared experts | 1, always on | Qwen3.8-2.4T-A95B model card |
| Layers | 92 (23 full attention, 69 linear attention) | vLLM recipe |
| Native context | 262,144 tokens | Qwen3.8-2.4T-A95B model card |
| Maximum context | 1,010,000 tokens (1M class) | Qwen3.8-2.4T-A95B model card |
| Maximum output tokens | 131,072 | Qwen3.8-2.4T-A95B model card |
| Maximum thinking budget | 262,144 tokens | Qwen3.8-2.4T-A95B model card |
| Announced | 3 August 2026 | MarkTechPost launch report |
| Ratio to Qwen3.8-27B | 2.4T / 27B is 88.9x | arithmetic on the two model cards |
The hosted product reads text, images and video and can call tools, search and run
code. The downloadable checkpoint is text only and always reasons: thinking mode
cannot be disabled and every response opens with a <think> block.
Model card,
DataCamp on the hosted model’s modalities.
Qwen’s own launch comparison, reproduced by emergent.sh. These are vendor numbers run in Qwen’s harness, not independent reproductions, which is the caveat the video states out loud.
| Benchmark | Qwen3.8-Max | Qwen3.7-Max | GPT-5.6 Sol | Claude Opus 4.8 | Fable 5 |
|---|---|---|---|---|---|
| Terminal Bench 2.1 | 86.6 | 74.5 | 88.8 | 84.6 | 84.6 |
| SWE-bench Pro | 67.7 | 60.6 | 64.6 | 69.2 | 80.0 |
| PaperBench | 93.0 | 64.8 | 90.5 | 80.3 | 88.8 |
| GPQA Diamond | 92.6 | 92.4 | 94.1 | 92.0 | 92.6 |
Terminal Bench 2.1 places an agent inside a terminal and scores whether it finishes real engineering tasks under a time limit. PaperBench, built by OpenAI, scores whether an agent can reproduce a scientific paper’s results from its experimental description. emergent.sh
| Model | Input, per 1M tokens | Output, per 1M tokens |
|---|---|---|
| Qwen3.7-Max | $2.50 | $7.50 |
| Qwen3.8-Max | $2.00 | $6.00 |
Both input and output fall by exactly 20 percent. emergent.sh pricing table, DataCamp
Alibaba’s headline demonstration: Qwen3.8-Max worked autonomously on the command line tool oh-my-cli for sixteen days, taking user requests, turning them into GitHub issues, assigning them to itself, writing the code, running the tests and iterating.
| Model | Total params | Active params | Context | Terminal Bench 2.1 |
|---|---|---|---|---|
| Qwen3.8-27B | 27B (27.78B) | dense | 262K, to 1M | 73.0 |
| Qwen3.8-Flash-Next | 125B | 6B | 262K, to 1M | — |
| DeepSeek V4 Flash | 284B | 13B | 1M | 82.7 |
| GLM-5.3-Flash | 320B (321B) | 18B | 1M | 84.3 |
| Kimi K3 | 2.8T | 104B | 1M | 88.3 |
| Qwen3.8-Max | 2.4T | 95B | 262K, to 1M | 86.6 |
Kimi’s 88.3 and Qwen’s 86.6 come from two different vendors’ harnesses, so the pair does not settle an ordering between them.
vLLM’s verified recipe for Qwen3.8-2.4T-A95B. recipes.vllm.ai, vLLM day 0 blog, 12 August 2026
| Precision | Weights | B300 (268 GB) | H200 (141 GB) |
|---|---|---|---|
| BF16, 16 bit | 4.45 TiB (4.89 TB) | 24 | 48 |
| FP8, 8 bit | 2.27 TiB | 16 | 32 |
| NVFP4, 4 bit | 1.32 TiB | 8 | 16 |
| MXFP4, AMD | 1.45 TiB | 8x MI355X | 16 |
Qwen/Qwen3.8-2.4T-A95B
repository, with FP8 and NVFP4 checkpoints alongside.
vLLM day 0 support,
LMSYS SGLang day 0Listed here because the narration asserts them and no primary source was found.