
What happened
On August 12, 2026, Alibaba's Qwen team released Qwen3.8-2.4T-A95B, the first Qwen-Max-class model as open weights, and AWS detailed deploying it on Amazon SageMaker HyperPod with vLLM.
Why it matters
A Qwen-Max-class model was previously unavailable as open weights; this 2.4 trillion parameter release compresses to roughly 1.2 TB under NVFP4 quantization, fitting a single 8-GPU node, and AWS's benchmark shows MTP cuts time-to-first-token by nearly 59 percent.
What to watch
The ml.p6-b300.48xlarge instance type isn't available on-demand, so deployment hinges on procuring a Flexible Training Plan reservation, and the AWS setup takes 15–30 minutes on a fresh deploy with no cached weights.
WHO IT HITSEnterprise AI teams and developers who want to self-host a trillion-parameter model rather than pay per-token API fees are the main audience, alongside infrastructure engineers who must procure reserved GPU capacity through a Flexible Training Plan before they can run the deployment.
Ask the AI about this article →
Summaries like this, in your inbox every morning.
The release is notable because a Qwen-Max-class model has never before been offered as open weights, giving teams full control over data, inference behavior, and cost at scale. The trade-off is operational: hosting 2.4 trillion parameters requires purpose-built GPU infrastructure and an optimized serving stack, which is why AWS's post focuses on the orchestration layer — model download, container scheduling, health monitoring, autoscaling, and node failure recovery — rather than just the GPUs.
The architecture is built to make long-context inference tractable. Of 92 layers, 69 use Gated DeltaNet linear attention with a bounded recurrent state, so the memory footprint doesn't grow linearly with context; only the 23 full-attention layers add context-dependent memory. That design, plus NVFP4 quantization compressing weights to roughly 1.2 TB, is what lets a 2.4T-parameter model fit on one 8-GPU node. The fine-grained MoE activates only about 95 billion parameters per forward pass, so serving costs track activated parameters rather than the full total.
For teams weighing self-hosting against proprietary APIs, the practical question is less about raw capability and more about operational readiness. The deployment hinges on securing reserved capacity through a Flexible Training Plan, since the instance isn't available on-demand, and on tuning levers like MTP speculative decoding and Expert Parallelism that AWS's benchmarks show can make a material difference in latency and throughput. The vendor's benchmark results position the model as frontier-class for coding agents and research pipelines, though AWS notes remaining headroom on harder repository-level tasks and general tool use.
For example, today's edition would include:
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →
Ask AI anything about this article. Q&As are published on this page for other readers too.
Michael Burry, famous for The Big Short, is short Nvidia, Palantir and Tesla, and in his Substack newsletter s…

Investors have three creative routes to Anthropic exposure before its expected IPO: buying Alphabet, Amazon, o…

DeepSeek launched V4.1-Flash, a 763B-parameter open-weight model with a causal encoder-decoder architecture

Much of the attention on AI infrastructure buildouts is now tied to sheer compute power, with dominance define…

Barron's reported September 10 that Kepler Computing emerged from stealth with a memory architecture using fer…

Dynatrace acquired Arize AI, adding AI observability, evaluation and agent monitoring to its application obser…