Alibaba previews Qwen3.8‑Max‑Preview, a 2.4T sparse MoE multimodal model, days after Moonshot’s Kimi K3 open‑weight launch
At the World AI Conference in Shanghai on July 19, 2026, Alibaba’s Qwen team announced Qwen3.8‑Max‑Preview. The company calls it a 2.4 trillion‑parameter, sparse Mixture‑of‑Experts (MoE) multimodal model and said weights will be released “soon.” The preview is available to buy via Alibaba’s Token Plan and appeared in Qoder and QoderWork at a preview discount, advertised as 10% of standard pricing.
Confirmed vs. vendor‑reported
- Confirmed (vendor posts): Announcement date July 19, 2026; model labeled Qwen3.8‑Max‑Preview; preview purchasable via Token Plan/Qoder/QoderWork at a 10% preview price; Alibaba states the model is multimodal (text, images, video, documents) and built on a sparse MoE architecture.
- Vendor‑reported claims (unverified externally): Alibaba states a 2.4 trillion‑parameter count and says Qwen3.8 is “one of the most powerful available today, comparable to leading frontier systems, ” and is “second only to Fable 5.” Shuai Bai (Qwen developer) described it as the team’s “first multimodal model above 1 trillion parameters.”
- Not published yet: No model card, benchmark table, license text, active‑parameters‑per‑token disclosure, or open‑weight repository/date was published alongside the announcement.
Alibaba/Qwen described Qwen3.8 as “one of the most powerful available today, comparable to leading frontier systems.”
Shuai Bai described Qwen3.8 as the team’s “first multimodal model above 1 trillion parameters.”
Why “2.4 trillion parameters” is interesting, and incomplete
For sparse MoE models, two parameter counts matter and they mean different things:
- Total parameters: the headline number (Alibaba’s 2.4T claim). It signals engineering scale and is a marketing metric.
- Active parameters per token: the subset of parameters actually used for each token during inference. This figure drives runtime memory, latency, and real serving cost for MoE models.
Alibaba has said Qwen3.8 is an MoE model, but it has not disclosed active‑parameters‑per‑token or the MoE topology (number of experts, expert size, routing top‑k, capacity factors). Without those details, the 2.4T number alone does not let customers estimate inference cost or latency.
This is not theoretical. Recent MoE research (Megatron‑Core and contemporaneous work) documents the parallelism and all‑to‑all communications MoE introduces, and shows that expert parallelism can reduce per‑GPU memory pressure but adds all‑to‑all traffic that affects serving throughput. In short, raw parameter counts for MoE are a weak proxy for real production cost unless routing and active‑param details are provided.
Hardware math: show the arithmetic
Simple parameter × bytes arithmetic clarifies the practical resource picture. For 2.4 trillion parameters:
- At 1 byte per parameter (8‑bit formats such as FP8/INT8): 2.4T × 1 byte ≈ 2.4 TB of weights.
- At 2 bytes per parameter (16‑bit FP16): 2.4T × 2 bytes ≈ 4.8 TB of weights.
- Using ≈141 GB GPU memory (Nvidia H200 ≈141 GB HBM) gives a rough weights‑only GPU count of ~17 H200s for the 1‑byte case and ~34 H200s for the 2‑byte case (no runtime overhead).
- Adding typical KV cache and runtime overhead (a reasonable ballpark is +20-30%) increases those GPU counts to roughly ~20-22 H200s (FP8 case) or ~41-45 H200s (FP16 case).
Note the briefing materials behind this announcement included the line “weights‑only at FP8: 4.8 TB, ” which arithmetically matches 16‑bit storage, not 8‑bit. That inconsistency underscores the point: always confirm the assumed bitwidth (FP8, FP16, mixed quantization) and whether auxiliary state was included when a vendor quotes a memory footprint.
Competitive context: timing matters
Moonshot AI released Kimi K3 (reported as a 2.8 trillion‑parameter, open‑weight model) two days before Alibaba’s announcement. The practical difference is clear, an open‑weight release lets researchers and customers run, inspect and benchmark the artifacts immediately. Alibaba’s promise to make Qwen3.8 weights open “soon” carries less immediate verification power without a repo, license, or release date.
For historical reference, Qwen3.7‑Max (May 2026, closed weights) was reported by Marktechpost with the following metrics: 92.4 GPQA Diamond, 80.4% SWE‑bench Verified, 69.7 Terminal‑Bench 2.0, a 1M token context window, and token pricing ($1.25 per 1M input tokens, $3.75 per 1M output tokens). Those are Qwen3.7 figures from that reporting source and should not be assumed to apply to Qwen3.8 until Alibaba publishes Qwen3.8 benchmarks.
Questions buyers should ask today
- Publish a model card and a benchmark suite (MMLU, HumanEval, MT‑Bench/GPQA or equivalents) with evaluation methodology and raw scores.
- Disclose MoE topology: number of experts, expert hidden size, routing top‑k, capacity factor and the active parameters‑per‑token under preview and production serving configurations.
- Confirm bitwidth/quantization used for preview weights and the planned open‑weight release (FP8, FP16, INT8, or mixed schemes) and clarify what “weights” means (full training checkpoints vs. quantized inference weights).
- Give a firm open‑weight timeline, the license under which weights will be released, and the repository or distribution channel (e.g., Hugging Face/GitHub).
- Specify SLA, data governance, privacy guarantees, logging/data deletion policies, and guardrails that apply to Token Plan preview customers.
- Clarify whether the preview build is identical to the intended open release or a limited/quantized/throughput‑capped variant.
Commercial implications for procurement and engineering
Preview access at 10% of standard pricing is attractive for experimentation. Treat it as a beta until you get model cards and benchmarks. Without active‑parameter disclosure and representative inference cost numbers you cannot accurately forecast TCO, compare safety or hallucination behavior, or decide whether the promised “open” release will permit fine‑tuning and local hosting under an acceptable license.
Immediate action checklist for CTOs and procurement
- Require a model card + benchmark package before production commitments.
- Demand active‑parameters‑per‑token, representative inference throughput/latency numbers at target context lengths, and bitwidth details.
- Insist on a contractual open‑weight delivery date and an explicit license (or treat the preview as beta with limited SLAs).
Key takeaways: questions and short answers
-
Is Qwen3.8 available to try right now?
Yes. Alibaba announced Qwen3.8‑Max‑Preview on July 19, 2026 and the preview build is purchasable via Token Plan, Qoder, and QoderWork at a discounted preview rate (advertised as 10% of standard pricing).
-
Does Alibaba claim it’s a 2.4 trillion‑parameter multimodal model?
Yes. Alibaba’s public posts and Shuai Bai’s developer note describe Qwen3.8 as a 2.4T parameter, sparse MoE model that supports text, images, video, and documents.
-
Has the 2.4T count, benchmarks, and safety characteristics been independently verified?
No. As of July 19, 2026 no model card, benchmark table, license, or open‑weight repository has been published to allow external verification; the ranking claim (for example, “second only to Fable 5”) appears to be based on internal evaluations.
-
Will the 2.4T number tell me how much it will cost to run in production?
Not by itself. For sparse MoE models you need active‑parameters‑per‑token and routing details to estimate inference memory and cost, those were not disclosed.
-
How does this compare to Moonshot’s Kimi K3?
Moonshot’s Kimi K3 was released as an open‑weight 2.8T model two days earlier, which gives Moonshot an immediately verifiable artifact for external benchmarking. Alibaba has promised open weights “soon” but has not provided a timeline or license.
Bottom line for leaders
Qwen3.8 is a credible technical announcement: multimodality, MoE architecture and OpenAI/Anthropic protocol compatibility are meaningful features. The practical gap between headline and procurement reality is the missing documentation: active‑parameter disclosure, a model card, benchmarks, and an explicit open‑weight timeline and license. Those artifacts determine cost, compliance, and whether your team can run or fine‑tune the model themselves.
If you plan to experiment, use the Token Plan preview to validate integration and early capability. If you plan production use, make the vendor provide the artifacts above or keep commitments conditional, and when you hear “2.4 trillion parameters, ” ask immediately: “how many are active per token?” That one question separates headline noise from purchasing truth.