Unveiling Alibaba’s Qwen3.8-2.4T-A95B: The Future of AI Model Deployment
Alibaba has made a significant leap in the world of artificial intelligence by unveiling the open weights for Qwen3.8-2.4T-A95B (often referred to as Qwen3.8-Max). This robust model boasts an extraordinary 2.4 trillion total parameters, with 95 billion activated per token, making it one of the largest open-weight models available today. What makes Qwen3.8-Max particularly noteworthy is its deployment versatility and cutting-edge architecture designed to tackle demanding reasoning and agentic workloads.
- Breaking Down the Architecture
- Compute Demands and Deployment Challenges
- Architectural Innovations for Long-Context Inference
- Efficient Use of Parameters with MoE
- Tailored Reasoning Controls
- Optimized Performance on the GB300 NVL72
- Multiple Inference Options for Developers
- Start Your Journey with Qwen3.8-2.4T-A95B
Breaking Down the Architecture
At its core, Qwen3.8-2.4T-A95B is based on a fine-grained mixture of experts (MoE) architecture. This hybrid design utilizes both full and linear attention, optimizing the model’s ability to handle tasks that require extensive context. With a context window of up to one million tokens and an output length of up to 128K, it offers a unique capability to manage increasingly complex workflows and data sets without losing efficiency.
Compute Demands and Deployment Challenges
Deploying a model of this scale is not trivial. It requires data-center-scale accelerated compute, underscoring the essential nature of extreme co-design across chips, system architecture, and software. Companies like NVIDIA collaborate closely with the open-source community to deliver the necessary infrastructure for multinode deployments. This includes optimized kernels, inference runtimes, and distributed serving recipes.
Out of the box, Qwen3.8-Max achieves impressive throughput metrics, exceeding 4,000 tokens per second per GPU, while delivering over 350 tokens per second per user on NVIDIA GB300 NVL72 using FP8 precision. Further advancements, including potential offerings like NVFP4 precision, are expected to enhance performance and efficiency even more.
Architectural Innovations for Long-Context Inference
Qwen3.8-2.4T-A95B excels in handling the most complex agentic workloads, which often involve:
- Coding scenarios
- Large-scale document analysis
- Long-running multi-step workflows
Unlike models optimized for instant chat responses, this architecture accumulates various system instructions, tool outputs, and reasoning traces over time. The challenge lies in maintaining efficiency as context expands—even up to one million tokens.
To address these challenges, the model alternates between full-attention and linear-attention layers. In the full-attention configuration, every token interacts with every other token, ensuring rich contextual understanding. Conversely, the linear-attention layers present a bounded recurrent state, effectively replacing the growing key-value (KV) cache and keeping both compute and memory requirements manageable.
Efficient Use of Parameters with MoE
One of the standout features of Qwen3.8-2.4T-A95B is its combination of fine-grained MoE, which makes the vast parameter count more practical and efficient to serve. Rather than relying on a handful of large experts, this model distributes its capacity across numerous smaller experts. This strategy not only enhances specialization but also boasts improved routing efficiency per unit of activated compute.
A learned router activates only the necessary experts for each token, thereby ensuring that the model’s operational costs align with active parameters, offering frontier-scale performance at a fraction of the traditional cost associated with dense models.
Tailored Reasoning Controls
Another noteworthy feature is the built-in reasoning controls (low/high/xhigh), which empower developers to configure inference depth based on specific task requirements. This adaptability allows for a trade-off between compute resources and reasoning quality—dial up for intricate, multi-step reasoning tasks or dial down for high-throughput document processing.
Optimized Performance on the GB300 NVL72
The NVIDIA GB300 NVL72 platform plays a crucial role in the high-performance capabilities of Qwen3.8-2.4T-A95B. This robust architecture integrates 72 NVIDIA Blackwell Ultra GPUs into one cohesive platform, facilitating efficient all-to-all communication at an impressive 130 TB/s. This eradicates the standard bottlenecks that typically hinder expert traffic across conventional networks.
With Qwen3.8-Max mounted on the NVIDIA GB300 NVL72, the model transcends expectations by delivering phenomenal throughput, allowing AI factories to operate large-parameter models efficiently in production environments.
Multiple Inference Options for Developers
NVIDIA has recognized the diverse needs of developers and offers various inference stacks tailored for enhanced control over performance. Solutions like SGLang, vLLM, and NVIDIA Dynamo equip developers with open-source inference recipes, ensuring they can leverage the NVIDIA-accelerated platform to their advantage.
Alternatively, a model-free NVIDIA NIM can facilitate deployment, allowing developers to serve any supported model effortlessly. This facilitates immediate post-training, enabling customized use cases with ease.
Start Your Journey with Qwen3.8-2.4T-A95B
For developers looking to get started with Qwen3.8-2.4T-A95B, model weights are available for download from Hugging Face or ModelScope. By deploying through a model-free NVIDIA NIM from NVIDIA NGC, developers can seamlessly integrate this advanced AI model into their applications, opening the doors to unprecedented capabilities across various verticals.
With its robust features and impressive flexibility, the Qwen3.8-2.4T-A95B is paving the way for future advancements in artificial intelligence, particularly in complex reasoning and multi-step workflows.
Inspired by: Source

