Aug 05, 2026
Qwen 3.8 vs Qwen 3.8-Max: What's the Difference and Which One Do You Need? (2026)
Cost Optimization
GPU Pods
"Qwen 3.8" is two different models. The 2.4T flagship is API-only and the 27B is going open-weight. Here's what each one is, what it costs, and which fits your stack.

Alibaba shipped two models under one name. Sorting out which is which decides how you deploy.
If you searched "Qwen 3.8," you've probably noticed the coverage doesn't agree on what it is. Some articles describe a 2.4 trillion parameter frontier model. Others talk about running it on a single GPU. Both are right, because Qwen 3.8 is not one model.
Alibaba's August 3 launch covered two very different releases sharing a generation name: Qwen 3.8-Max, the API-only flagship, and Qwen3.8-27B, the small open-weight model promised within about a week of launch. Which one you should care about depends entirely on how you plan to use it. Here is the clean split.
TL;DR
- Qwen 3.8-Max: 2.4 trillion parameters (sparse MoE, ~95B active), 1M token context, API-only, $2 per million input tokens and $6 per million output. Launched August 3, 2026
- Qwen3.8-27B: the self-hostable release. Open weights promised within about a week of launch. Specs unconfirmed, but a 27B-class model fits on a single GPU
- Neither model has an official benchmark table or model card yet. Every performance ranking in circulation is a vendor claim
- Neither is open-weight as of this writing. Alibaba committed to releasing weights for both, with no license named yet
- If you want capability through an API with zero infrastructure: 3.8-Max. If you want weights you control on hardware you choose: wait days for the 27B
- Running Qwen in production today: Qwen 3.7-Max is live on Yotta AI Gateway
Why the Confusion Exists
Alibaba previewed Qwen 3.8-Max at WAIC in July, launched it officially on August 3, and announced the 27B alongside it. Most headlines just said "Qwen 3.8." The result is a name that means the flagship in one article and the small model in the next.
The naming pattern helps once you know it. In the Qwen lineup, "Max" has always meant the closed flagship tier: Qwen 3.7-Max was API-only, and 3.8-Max continues that. The open-weight line runs separately at smaller sizes, and Qwen3.8-27B is that line's next release, succeeding Qwen3.6-27B, one of the most-liked local models of the year.
So when someone asks "is Qwen 3.8 open source," the honest answer is: which one? The flagship is closed today with weights promised. The 27B was announced as open-weight from the start. Neither has actually landed on Hugging Face yet.
Qwen 3.8-Max: The Flagship
Qwen 3.8-Max is the model behind the "second only to Claude Fable 5" headlines, and that framing is Alibaba's own internal evaluation, not a published benchmark. What is confirmed:
- 2.4 trillion total parameters, sparse Mixture-of-Experts, roughly 95B active per token (about 4%)
- 1M token context window, 128k max output
- Multimodal, with text plus visual inputs confirmed
- Standard API pricing: $2 per million input tokens, $6 per million output, $0.25 cached
That pricing is aggressive for a frontier model. For comparison, Moonshot's Kimi K3 lists at $3 in and $15 out. If the capability claims hold up, 3.8-Max undercuts its closest open rival on served price while being a fraction of the size.
What you cannot do with 3.8-Max is hold it. There are no weights, no fine-tuning, and no self-hosting today. You consume it as a service and your costs scale with tokens, not hardware. Our Qwen 3.8 API access guide covers the access paths and pricing in detail.
Qwen3.8-27B: The One You'll Actually Run
Nobody self-hosts a 2.4T model. A 27B is a different story, and that is why the 27B may end up the more consequential half of this launch for infrastructure teams.
What's confirmed is thin: it exists, and Alibaba committed to open weights within about a week of the August 3 launch. Architecture, context length, license, and benchmarks are all unpublished. The one early third-party signal comes from Unsloth, who previewed quantized builds running on roughly 17GB, consistent with a 4-bit quant of a 27B-class model.
The planning math, if it follows its dense predecessor's shape: roughly 54GB of VRAM at BF16, around 27GB at FP8, and 14 to 16GB at 4-bit, plus KV cache on top. That means everything from a rented RTX 4090 up to an H100 depending on precision and workload. We published the full memory breakdown, GPU options, and day-one serving plan in our Qwen 3.8 27B hardware guide.
Qwen 3.8-Max vs Qwen3.8-27B
| Factor | Qwen 3.8-Max | Qwen3.8-27B |
| What it is | Closed flagship | Open-weight small model (incoming) |
| Parameters | 2.4T total, ~95B active | 27B-class (architecture unconfirmed) |
| Context window | 1M tokens | Not disclosed |
| How you use it | API only | Download and self-host |
| Pricing model | $2 in / $6 out per M tokens | Your GPU costs |
| Hardware needed | None | One GPU, 24GB to 96GB depending on precision |
| Fine-tuning | No | Yes, once weights land |
| Benchmarks | Vendor claims only | None yet |
| Available now | Yes, via API | Weights promised within days |
Which One Should You Use?
The decision is less about which model is better and more about which failure mode you can live with.
Choose 3.8-Max when the hardest queries justify frontier capability and you don't want to touch infrastructure. You get the flagship's full capability, 1M context, and multimodality for a metered price. The tradeoff: no control, no fine-tuning, and economics that scale linearly with usage forever.
Choose the 27B when volume, cost control, or data locality matter. Fixed hardware cost, weights you hold, fine-tuning rights. The tradeoff: a 27B will not match a 2.4T flagship on hard reasoning, and you own the serving stack. Our vLLM vs SGLang comparison covers the engine choice when you get there.
Most production teams end up splitting: the big model through an API for the hardest 10 percent of traffic, a small self-hosted model for the volume work. The Qwen 3.8 generation is clearly built to serve exactly that split from one family.
One honest caveat before committing to either: with no published benchmarks, nobody knows yet how much capability the API premium buys over the 27B. That gap is the number to watch when scores land. We track what's verified in our Qwen 3.8 benchmarks post.
Where Qwen 3.7-Max Fits
One more model gets mixed into "qwen 3.8" searches: Qwen 3.7-Max, the previous flagship. It is still the Qwen you can put into production through a router today, with published, third-party-comparable benchmarks, which 3.8-Max still lacks.
Qwen 3.7-Max is live on Yotta AI Gateway with OpenAI-compatible and Anthropic-compatible endpoints, one API key alongside Claude, DeepSeek, GLM, and the rest of the catalog. If 3.8-Max lands on the catalog once access broadens, switching is a config change, not a migration. That is the practical hedge while the 3.8 generation's claims get verified: build on 3.7-Max now, evaluate 3.8 as the evidence arrives. The deployment logic is in how to run Qwen 3.7 in production.
Frequently Asked Questions
Is Qwen 3.8 the same as Qwen 3.8-Max?
No. Qwen 3.8-Max is the 2.4T API-only flagship. "Qwen 3.8" also covers Qwen3.8-27B, the open-weight small model announced at the same launch. Coverage uses the names loosely.
Is Qwen 3.8 open source?
Not yet, either of them. Alibaba committed to open weights for both 3.8-Max and the 27B within about a week of the August 3 launch. No repository or license has been published as of this writing. This post updates when that changes.
What does Qwen 3.8 cost?
Qwen 3.8-Max lists at $2 per million input tokens, $6 per million output, $0.25 cached, through Alibaba's standard API. The 27B will be free to download once weights land; you pay for the hardware you run it on.
Can I run Qwen 3.8 locally?
Not today. Once the 27B weights land, quantized builds are expected to run on roughly 17GB based on Unsloth's preview, which puts a 24GB consumer GPU in play. The 2.4T Max model will not be practical to self-host even if its weights are released.
Is there a Qwen 3.8 27B?
Yes. Alibaba announced Qwen3.8-27B alongside the Max launch on August 3, with open weights promised within about a week. Specs are unconfirmed; our hardware guide covers the planning math.
Is Qwen 3.8-Max better than Kimi K3?
Unknown. Neither ranking can be verified: 3.8-Max has no published benchmark table, and head-to-head comparisons don't exist yet. Our Qwen 3.8 vs Kimi K3 breakdown covers what evidence there is.
Which Qwen model can I use in production right now?
Qwen 3.7-Max, live on Yotta AI Gateway, with verified benchmarks and published pricing. It remains the family's proven option until 3.8 ships evidence.
Bottom Line
"Qwen 3.8" is a family, not a model. The Max is a 2.4T flagship you rent by the token. The 27B is the one you'll download and run on a single GPU, arriving within days. Neither has verified benchmarks yet, so treat every ranking claim as marketing until the table drops.
The practical move: if you need frontier capability through an API today, 3.8-Max is live and priced aggressively. If you self-host, get your hardware plan ready for the 27B drop. And if you need something proven in production this week, Qwen 3.7-Max on Yotta AI Gateway is the one with receipts.



