AIToday
Large Language ModelsOpen-Source AIAI Business & IndustryAmazon AI BlogPublished: Sep 10, 2026, 10:00 JST2 min read

Alibaba opens Qwen3.8-2.4T-A95B weights; AWS shows HyperPod deployment

Alibaba opens Qwen3.8-2.4T-A95B weights; AWS shows HyperPod deployment

3 Key Points

  1. 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.

  2. 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.

  3. 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.

Context & Analysis

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.

FAQ
What hardware does Qwen3.8-2.4T-A95B need to run?
AWS demonstrates it on a single ml.p6-b300 instance with 8× NVIDIA B300 Blackwell Ultra GPUs. Under NVFP4 quantization, the weights compress to approximately 1.2 TB, fitting within the node's 2.1 TB of aggregate GPU memory.
How much faster is MTP speculative decoding?
In AWS's benchmark, enabling MTP cut time-to-first-token by nearly 59 percent, from 1,244 ms to 513 ms. Combined with Expert Parallelism, it reduced latency by 12.2 percent and increased output throughput by 12.6 percent.
Can I launch the instance on-demand?
No. The ml.p6-b300.48xlarge instance type isn't available on-demand; you must procure capacity through a Flexible Training Plan and set the target Availability Zone to match the plan's allocation.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • DeepSeek V4.1-Flash: 763B model beats V4 Pro on AA Index 40Latent Space · 1h ago
  • Dynatrace acquires Arize AI as observability shifts to actionSiliconANGLE AI · 7h ago
  • Shared base cuts 100 fine-tunes from 1.5 TB to 19.3 GBDaily Dose of Data Science · 7h ago

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

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleGPT‑6 Astra cuts unintended outcomes 89% vs GPT‑5.6 Sol