Alibaba's downloadable flagship is not the flagship it rents — the model card lists four things it cannot do
Published: 8/17/2026 · Source: Qwen — karta modelu Qwen3.8-2.4T-A95B na Hugging Face ↗
Qwen3.8-Max, the 2.446-trillion-parameter model Alibaba published for download on 8 August, is the first Max-class model the company has ever released as open weights. What almost no coverage mentions is that the file you download and the model you call through the API are not the same product — and the difference is written by Alibaba itself, in a note near the top of the model card.
The note says the API version is "based on" the released checkpoint "with more features, such as vision input & non-thinking support, 1M context length by default, official built-in tools". Read as a list of what the download lacks, it comes to four items:
- **No vision.** The repository ships a text-only architecture (`qwen3_5_moe_text`, pipeline tag `text-generation`). The hosted Qwen3.8-Max accepts images and video; the download does not.
- **No way to switch reasoning off.** The open checkpoint always reasons before answering — depth is adjustable through `reasoning_effort`, but the non-thinking mode exists only in the API.
- **262,144 tokens, not a million.** The card states the context length plainly: 262,144 natively, extensible to 1,010,000. The hosted version has a million by default; self-hosters have to extend it themselves and accept whatever that does to quality.
- **No built-in tools.** Web search, code execution and the rest of the hosted toolchain are part of the service, not the weights.
None of this is concealed — it is one paragraph in Alibaba's own card, which is precisely why it is worth repeating: the benchmark numbers circulating for Qwen3.8-Max (Terminal-Bench 2.1 at 86.6, SWE-bench Pro at 67.7, DeepSWE 1.1 at 56.6) were measured on the hosted configuration, and a self-hosted deployment starts from a narrower one.
The card also settles what the model actually is architecturally, which the launch materials left vague. It is a hybrid: 92 layers arranged as 23 repetitions of three Gated DeltaNet blocks followed by one gated attention block, so only a quarter of the layers use full attention and the rest use linear attention. The mixture of experts holds 512 experts, of which 10 routed plus 1 shared fire per token. That is the design that makes 2.4 trillion parameters cost 95 billion per token to run — and it is the first time Qwen has shipped it at flagship scale.
Our profile of the model now carries the native context figure, the hybrid architecture and an explicit note that the published weights are text-only.