Skip to content
AI Tools4 min read

Qwen3.8-Max's Scary License Claim Was Wrong. The Real Terms Still Have Teeth

The claim that Qwen3.8-Max's license bans the US, EU, UK, and Korea turned out to be false. The real license still breaks from Apache 2.0 with revenue-based terms worth knowing.

QuestLoops Team

Share this guide

PostReddit
Contents6

A viral claim spread fast after Alibaba open-sourced Qwen3.8-Max's weights on August 8, 2026: that the license banned use of the model in the United States, the EU, the UK, and Korea, and that Americans couldn't even legally download it. The claim came from an AI developer known as OstrisAI, who read the license text and posted the warning to X. It picked up real traction.

It's false. But the actual license is stranger, and more restrictive in a different way, than the panic suggested.

What the Qwen3.8-Max license doesn't say

The published license on Hugging Face contains no territorial or jurisdiction clause. Nobody is banned from downloading or using Qwen3.8-Max because of where they live. That part of the viral claim doesn't survive a read of the actual document, and it appears to have come from a misreading, possibly of draft terms that didn't make it into the final published version.

What it does say

Qwen has released its 3.5 and [3.6 model families](https://questloops.com/blog/muse-glimmer-vs-qwen-3-6-27b-meta-s-new-local-model-doesn-t-win-everything) under plain Apache 2.0, and that set a reasonable expectation going into this launch. Qwen3.8-Max broke the pattern. The weights shipped under a bespoke license, labeled `qwen3.8-max`, not Apache 2.0, and the deviation is the real story that the license panic drowned out.

The custom terms are generally permissive for commercial use and self-hosting, with two triggers that kick in at scale:

TriggerRequirement
Product with 100M+ monthly active users, or $20M+ in monthly revenueMust display the Qwen model name in the product
Company with $50M+ annual revenue offering model-as-a-service or AI work-assistant productsNeeds a separate license from Alibaba

Neither of those affects a solo developer or a small team self-hosting the model. Both of them matter a lot if you're building a product that might scale into that range, because "we'll deal with licensing later" stops being a viable plan somewhere around $20 million in monthly revenue.

The release itself was more staged than most coverage let on

Alibaba announced Qwen3.8-Max as generally available on August 3, 2026: a 2.4-trillion-parameter Mixture-of-Experts model with 95 billion active parameters per token, a 1M-token headline context window (991K effective), and multimodal input. What actually shipped that day was the hosted API, a roughly 40-row benchmark table with 20 methodology footnotes, and a dated promise, not a download link, that open weights were coming the following week.

The weights landed five days later, on August 8: `Qwen/Qwen3.8-2.4T-A95B` and an FP8 variant, public and ungated on Hugging Face, spanning 224 files and about 4.89 terabytes.

The benchmark table itself is worth reading past the headline. Alibaba's own numbers show Qwen3.8-Max winning on OSWorld-Verified (86.1 vs. 85.0 for Claude Fable 5) and PaperBench (93.0 vs. 90.5 for GPT-5.6 Sol), which cluster around computer-use and agentic-operations tasks. But on repo-scale software engineering, the same vendor table shows real, double-digit losses: 67.7 against Claude Fable 5's 80.0 on SWE-bench Pro, and 73.5 against 88.8 on FrontierSWE. Alibaba published its own losses alongside its wins, which is more honest than most launches manage, and it's worth taking both halves of that table seriously rather than just the parts that made the press release.

The cost trap nobody flagged

One operational detail matters more than the license drama for anyone actually running this model. The `reasoning_effort` parameter ships with a default of `xhigh`, the most expensive of three available settings, with thinking preserved across turns by default. Reasoning tokens bill as output tokens under the reported $2/$6-per-million pricing. A team that never touches that parameter is paying the ceiling rate on every single task, benchmark-tuned rather than cost-tuned, straight out of the box.

Should you use it?

If your workload is computer-use or agentic automation, the vendor's own table makes a real case for evaluating Qwen3.8-Max, and Alibaba shipped drop-in configs for Claude Code, Codex, and other coding agents that make trialing it a two-environment-variable change. If your workload is repo-scale software engineering, the same vendor table concedes the gap to Claude, so there's no case for switching your primary coding stack based on this release alone. Either way, set `reasoning_effort` deliberately before you compare costs against whatever you're running now. For a broader look at trimming model spend generally, see our guide to [cutting your AI agent's API bill](https://questloops.com/blog/how-to-cut-your-ai-agent-s-api-bill-token-compression-smart-routing-and-when-a-gateway-pays-for-itself).

FAQ

**Is Qwen3.8-Max banned in the US, EU, UK, or Korea?** No. That claim circulated widely after a developer's initial reading of the license, but the published text contains no territorial restrictions.

**Is Qwen3.8-Max open source under Apache 2.0?** No. Unlike Qwen 3.5 and 3.6, it ships under a custom `qwen3.8-max` license with revenue- and scale-based obligations, not a standard OSI license.

**How much does the hosted API cost?** Reported at $2 per million input tokens and $6 per million output tokens, though that rate doesn't appear on Alibaba's own public pricing page as of this writing, so treat it as corroborated-but-unconfirmed.

**Where does Qwen3.8-Max actually win?** Computer use and agentic-operations benchmarks, per Alibaba's own table. It trails Claude on repo-scale software engineering benchmarks by a wide margin, also per Alibaba's own table.

The lesson here isn't really about Qwen. It's that the loudest claim about a release and the true terms of that release are often two different documents, and only one of them is worth building a decision on.

Written by

QuestLoops Team

Share this guide

PostReddit

Put this to work