On August 12, Alibaba published a 2.4-trillion-parameter model to Hugging Face and let anyone download it. The repository, Qwen/Qwen3.8-2.4T-A95B, ships BF16 safetensors plus an FP8 variant, and Nvidia posted a walkthrough the same day on how to serve it from a GB300 NVL72 rack. It is the first Max-class Qwen ever released as weights, and by parameter count the second-largest open model in existence, trailing only Moonshot AI's 2.8-trillion-parameter Kimi K3.

Then people read the model card.

“In particular, Qwen3.8-Max is the official version based on Qwen3.8-2.4T-A95B with more features, such as vision input & non-thinking support, 1M context length by default, official built-in tools,” it says. Translated: the file you just pulled is not the model Alibaba sells. The open checkpoint is text-only. No vision encoder. No native million-token window — 262,144 tokens natively, stretchable to roughly 1.01 million with scaling tricks. It is also locked into thinking mode. The hosted qwen3.8-max endpoint keeps the images, the video, the built-in tools and the 1M default, at $2 per million input tokens and $6 per million output.

A Launch, Then a Second Launch

Alibaba previewed the model on July 19 and announced it on August 3. “We are officially releasing Qwen 3.8-Max, the most capable model in the Qwen family to date. This also marks the first time we will open-source the weights of a Qwen-Max-class model,” the company stated. Hong Kong shares climbed more than 6% that Monday, with the US listing trading as high as $129.50 against a previous close of $122.25. The August 12 weights drop drew no comparable move.

The architecture is sparse mixture-of-experts: 92 layers, 512 routed experts with ten selected per token plus one shared, roughly 95 billion parameters active per request against 2.4 trillion total. Alibaba also showed the model running a real software project autonomously for 16 days: 265 commits, 127 pull requests, every merge gated by tests.

Alibaba placed the model fifth in Text Arena and second in Vision Arena, behind Anthropic's Claude Fable 5 and Opus variants, making it the highest-ranked Chinese text model on the board. Those placements deserve an asterisk, and Jeff Brokaw, an independent software engineering and AI consultant, supplied it. “Same-day benchmarks are a lab grading its own homework,” Brokaw told The New Stack. “Worth reading as ambition, not a settled ranking, until an outside party runs the same test.”

Writing a week before the weights appeared, Brokaw had already flagged the shape of the thing. “Alibaba is calling the weights open, but it has not shipped them,” he said. “That is not a technical footnote; that is the API business model wearing an open source jacket for the launch photo.” The weights arrived. The jacket stayed on.

The License Is Not Apache

The second surprise is legal. The checkpoint ships under a custom Qwen3.8-Max License, not Apache 2.0. Cross 100 million monthly active users or $20 million in monthly revenue and you must display the model name prominently in your interface. Run a model-as-a-service or AI work-assistant business above $50 million in trailing-twelve-month revenue, affiliates included, and you need a separate paid license before commercial use. Purely internal deployment is carved out.

For a research lab or a startup, none of those thresholds bite. For an inference provider planning to resell the checkpoint the moment it lands, all of them do. One Hugging Face commenter, posting as CoderX1997, read the vision strip as defensive rather than greedy: Alibaba did not want a competitor serving the full-capability model within minutes of release.

The contrast with the sibling release is the tell. Qwen3.8-27B, which landed August 14 and runs on a single GPU, shipped under plain Apache 2.0, no thresholds, no revenue riders. The small model got the clean license. The flagship got the revenue share.

Developers noticed. The lead thread on the Max repository, opened by a user posting as NodeLinker, ran to dozens of replies. When a model is this strong at vision-language tasks and you strip that capability away, the original post argued, you throw away half its core value. The thread's author later walked back the harshest framing: open-weighting a 2.4T model at all is a milestone, and Qwen still offers the full model free through its chat interface, which Moonshot does not.

Why It Matters

Open weights have become the primary instrument of Chinese AI strategy, and Alibaba just showed how finely that instrument can be tuned. The company gets the headline and the stock pop while the differentiated capabilities and the revenue stay on the API. Meta ships Apache. Alibaba ships tiered openness with revenue triggers. Both call it open.

That complicates the standard US-China framing, which holds that Chinese labs are commoditizing frontier intelligence and eroding American margins. Alibaba is not commoditizing its own frontier. It is commoditizing a text-only derivative of its frontier and using it as a funnel. Heath Squier, founder and chief AI officer at Evkii, sees the larger ambition. “That makes Qwen more than a benchmark story,” he said. “It is an attempt to give enterprises a full alternative stack for building and operating agents.”

It matters practically too. Almost nobody can run a 2.4T checkpoint — this is rack territory, not workstation territory — so the openness that reaches most developers is the 27B, and the openness that reaches enterprises is a license negotiation. The word open is doing enormous work here, and the license file is where it stops working.

What to Watch

Whether an independent evaluator reproduces the Arena placements Alibaba published on launch day. Whether inference providers serve the checkpoint at scale or balk at the $50 million clause. Whether the open-source community bolts a vision projector onto the text-only base, and how Alibaba responds if it succeeds. And whether Moonshot, DeepSeek or Meta answer with a full-capability flagship — because the moment one of them ships vision and long context intact at this scale, Alibaba's half-box strategy stops looking clever and starts looking like a gap.

“Alibaba is calling the weights open, but it has not shipped them. That is not a technical footnote; that is the API business model wearing an open source jacket for the launch photo.”
— Jeff Brokaw, Independent software engineering and AI consultant
2.4T
Total parameters, ~95B activated per request
262,144
Native context tokens in the open checkpoint, not 1M
$2 / $6
Per million input / output tokens on the hosted API
$50M
TTM revenue threshold triggering a paid license