Science1 distinct publisher3 min readUpdated
NVIDIA says Alibaba's largest open-weight model serves over 4K tokens/sec/GPU and 350 tokens/sec/user in FP8 on a GB300 NVL72. That figure is the self-hosting floor, not a benchmark.
The Scientist · Science desk

Compiled by The ScientistSomething wrong?How this is made
Alibaba has published open weights for Qwen3.8-2.4T-A95B, branded Qwen3.8-Max, a fine-grained mixture-of-experts model with 2.4 trillion total parameters and 95 billion activated per token [1][2]. NVIDIA, in a Day-0 post, says it runs at more than 4,000 tokens per second per GPU and more than 350 tokens per second per user on a GB300 NVL72 in FP8 precision, without additional model tuning [5]. The second sentence is the operationally useful one: it prices the entry ticket for self-hosting frontier-class open weights.
The unit of deployment here is a rack, not a server. GB300 NVL72 puts 72 Blackwell Ultra GPUs into a single NVLink domain with 130 TB/s of all-to-all bandwidth, which NVIDIA says removes the bottleneck that appears when expert routing traffic has to cross conventional networking [7]. That matters because a fine-grained MoE moves tokens between many small experts every layer; the interconnect, not the FLOPs, is what usually breaks first. NVIDIA states plainly that a 2.4T-parameter model requires data-center-scale compute and extreme co-design across chips, system architecture and software [4].
Do the arithmetic on the disclosed numbers and the shape of the deployment becomes clear. At 4,000 tokens per second per GPU across 72 GPUs, one rack produces roughly 288,000 tokens per second in aggregate [8]. If the per-GPU and per-user figures come from the same configuration, 4,000 divided by 350 is about 11 concurrent streams per GPU, or roughly 820 per rack [9]. Separately, 2.4 trillion parameters at one byte each is about 2.4 TB of weight storage before any KV cache, which is the arithmetic behind the rack-scale requirement [11].
The architecture is what makes any of this tractable. Only about 4 percent of the parameters are active per token [10], and NVIDIA argues serving cost therefore tracks active parameters rather than the full 2.4T, giving frontier-scale capacity for a fraction of a comparable dense model [20]. The model alternates full-attention and linear-attention layers, replacing a growing KV cache with a bounded recurrent state in the linear layers, which keeps compute and memory bounded out to a one-million-token context with up to 128K output [13][3]. NVIDIA frames this against agentic workloads, where accumulated tool outputs, retrieved documents and reasoning traces make attention and KV cache the binding constraints [14]. Built-in low/high/xhigh reasoning controls let developers trade inference depth for throughput per request [12], which is a scheduling lever as much as a quality one.
Treat the throughput numbers with the caution any vendor-published figure deserves. The post reports them without stating concurrency, batch size, or input and output sequence lengths [19], so they are a ceiling from a tuned rack rather than a planning number for mixed traffic. NVIDIA also says NVFP4 and further optimisation should improve on this over time [6], which is an admission that FP8 is not the end state.
What to watch: whether the NVFP4 results arrive with methodology attached; whether the open recipes in SGLang, vLLM and NVIDIA Dynamo [15] reproduce anything close to 350 tokens per second per user outside a single NVLink domain; and how hosted endpoints on DeepInfra, DigitalOcean, Fireworks AI, Modal and OpenRouter [16] price against the cost of owning a rack. Weights are on Hugging Face and ModelScope [17], and NeMo AutoModel supports full SFT or LoRA on the Day-0 checkpoints [18] for teams that intend to fine-tune rather than rent.
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Alibaba released the open weights for Qwen3.8-2.4T-A95B (Qwen3.8-Max), its largest open-weight model, bringing near-frontier capabilities to the open ecosystem.
The model has 2.4T total parameters with 95B activated per token, in a fine-grained mixture-of-experts architecture.
The architecture is a fine-grained MoE with a hybrid of full and linear attention, a context window up to one million tokens, and output length up to 128K, designed for demanding reasoning and agentic workloads.
Deploying a 2.4T parameter open-weight model requires data-center-scale accelerated compute, and inference at this scale depends on extreme co-design across chips, system architecture, and software.
GB300 NVL72 integrates 72 NVIDIA Blackwell Ultra GPUs into a single rack-scale platform, whose 72-GPU NVLink domain enables all-to-all communication at 130 TB/s, eliminating bottlenecks that appear when expert traffic must cross traditional off-the-shelf networks.
The model alternates full-attention layers, where every token attends to every other token, with linear-attention layers, where the growing KV cache is replaced by a bounded recurrent state, keeping compute and memory bounded as context scales to one million tokens.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Single first-party source, no reproducible methodology
Everything in this cluster comes from one hardware-vendor blog post about its own platform. Architectural facts (parameter counts, hybrid attention, context length) are internally consistent and specific, but the load-bearing performance numbers are published without concurrency, batch size or sequence lengths, and there is no independent reproduction, model card, license, or quality benchmark anywhere in the supplied material.
Broad Day-0 availability, zero usage evidence
Distribution is real and multi-channel on day one: downloadable weights on Hugging Face and ModelScope, five hosted API providers, and serving recipes in SGLang, vLLM, Dynamo and NIM plus NeMo AutoModel fine-tuning support. But every data point is availability rather than use. No deployment counts, token volumes, customer names, or independent self-hosting reports appear, and the disclosed self-hosting unit is a 72-GPU rack, which caps who can adopt the weights directly.
Framing outruns disclosure
Three framings are stronger than the evidence behind them: 'near-frontier capabilities' with no benchmark, throughput records with no harness, and 'a fraction of the cost of a comparable dense model' when the same post requires 2.4 TB of weights resident across a 72-GPU NVLink rack. The gap is moderate rather than extreme because the concrete engineering claims (parameter counts, hybrid attention, rack bandwidth, runtime support, distribution channels) are specific and self-consistent, and the post does disclose that the results were obtained without model tuning.
Vendor benchmarking its own rack and stack
The sole publisher sells every component the story depends on: the GB300 NVL72 rack, the NVLink fabric, the NIM container, Dynamo, and NeMo AutoModel. It benchmarks a third party's open weights on its own hardware, chooses the configuration, and reports the result without a methodology. The commercial interest in framing a 2.4T open-weight model as something that requires rack-scale NVIDIA infrastructure is direct and unmitigated by any second source in this cluster.
Structural facts firm, performance and economics soft
Confidence is moderate: the shape of the story (a 2.4T/95B open-weight MoE whose only demonstrated serving unit is a 72-GPU rack) is well supported by a specific, checkable first-party account, and the availability channels are concrete. Confidence is held down by single-publisher sourcing, an unreproducible headline benchmark, an unsupported cost comparison, and the absence of license, quality-benchmark and usage data.
build
Inco AI's DFlash 2: 21% longer accepted drafts for 1.3% latency and 18.5M parameters1 distinct publisher
build
Qwen3.8's 27B dense checkpoint is the one operators can actually host1 distinct publisher
build
Kimi K3's real gate is 1.4TB of VRAM and a bespoke licence, not engineering1 distinct publisher
product
Alibaba says 3 billion Qwen downloads; Hugging Face counted 2.05 billion1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.