Qwen 3.8 Max at a glance
| Question |
What is confirmed as of July 21, 2026 |
| Official model ID |
qwen3.8-max-preview |
| Preview release date |
July 19, 2026 |
| Developer |
Alibaba Qwen |
| Model position |
New Qwen flagship; Alibaba calls it its latest and most capable Qwen model |
| Parameter count |
2.4 trillion total parameters |
| Inputs |
Text plus vision understanding, according to Alibaba's launch material |
| Main uses named by Alibaba |
Full-stack development, data analysis, office workflows, and visual document or UI analysis |
| Access |
Alibaba Token Plan, Qoder, and QoderWork |
| Normal per-token API price |
Not published |
| Context window |
Not published |
| Active parameters per token |
Not published |
| Weights |
Not available yet; Alibaba says an open-weight release is coming |
| Production release date |
Not announced |
That list is shorter than the specification tables appearing in some early Qwen 3.8 Max coverage. It is shorter for a reason. A preview model does not gain a 1M context window, a particular Mixture-of-Experts layout, or a release license just because those details would look plausible beside other 2026 flagships.
Is Qwen 3.8 Max released?
Yes, as a preview. No, as a finished production release.
Alibaba launched qwen3.8-max-preview on July 19, 2026. Qwen Cloud's documentation says the model will be continuously improved during the preview period and may later be removed or replaced by a production version. That makes the endpoint a moving target: a test run on July 21 may not reproduce the behavior seen a week later.
There is no confirmed Qwen 3.8 Max production release date. "Going open-weight soon" is also not a date. Until Alibaba publishes a model card, checkpoint, license, and stable model ID, any more precise timeline is speculation.
This is the first place the current search results blur the story. Several headlines treat the preview date as the full release date. Developers need both dates, because a preview suitable for an interactive coding session is not automatically suitable for a versioned application backend.
What does the 2.4T parameter claim mean?
The 2.4T figure is official. Its operational meaning is still unknown.
Total parameter count tells us the scale of the checkpoint. It does not tell us how many parameters are active for each token, how much memory a self-hosted deployment will require, or how fast the model will run. Those questions depend on the architecture, quantization, caching, routing, and serving stack.
Kimi K3 illustrates why the distinction matters. It is described as a 2.8T-parameter Mixture-of-Experts model, but it activates 16 of 896 experts per token. GLM-5.2 publishes roughly 753B total parameters and about 40B active per token. Alibaba has not disclosed an equivalent active-parameter figure for Qwen 3.8 Max.
So 2.4T is not a speed benchmark. It is not a cost benchmark either. Treat it as a model-size headline until the technical report arrives.
Is Qwen 3.8 Max open source?
Not today. Alibaba says Qwen 3.8 is going open-weight soon.
Open-weight and open-source are not interchangeable. An open-weight release provides downloadable model weights; the license decides what developers may modify, redistribute, or use commercially. Alibaba has not confirmed which Qwen 3.8 checkpoint will be released, whether it will be the exact 2.4T Max model, or what license will apply.
If self-hosting is a requirement now, GLM-5.2 is the clearer choice: its weights and MIT license are already published. Qwen 3.8 Max may become the more capable option, but that is a future comparison, not a current deployment fact.
Qwen 3.8 Max pricing: a subscription, not a normal API rate
Alibaba has not published a standard input/output price per million tokens for Qwen 3.8 Max Preview. Access currently uses Credits inside its Token Plan.
The launch prices for the individual plans are:
| Plan |
Launch price |
Standard price |
Credits per 5 hours |
Credits per 7 days |
| Lite |
$6/month |
$8/month |
700 |
2,500 |
| Standard |
$18/month |
$25/month |
3,000 |
10,000 |
| Pro |
$68/month |
$80/month |
12,000 |
40,000 |
These are limited-time launch prices. During the preview, Qwen Cloud says Qwen 3.8 Max can consume as little as 10% of its normal Credits rate. It also advertises a further Credits discount between 22:00 and 08:00 UTC+8.
The catch is more important than the discount. Credits are not tokens, and Alibaba does not publish a simple conversion that allows an honest per-million-token comparison. Credit use can vary with model choice, reasoning, caching, and tool calls.
The individual Token Plan also prohibits using its key for automated scripts, application backends, and non-interactive batch jobs. It is designed for interactive coding and agent tools. In plain English: the current Qwen 3.8 Max offer is useful for evaluation and assisted development, but it is not ordinary metered infrastructure for a customer-facing product.
What do the early Qwen 3.8 Max benchmarks show?
Alibaba's "second only to Fable 5" statement is a vendor claim. The company has not published the benchmark names, scores, prompts, agent setup, or evaluation method behind it. There is also no public Qwen 3.8 technical report or established independent leaderboard entry yet.
One useful early test comes from a matched StackPerf comparison against Kimi K3. Both models inspected frozen copies of 269 files and had 60 minutes to produce a repository-level integration design with citations, migration steps, tests, and an evidence ledger. The reports were anonymized before review.
Kimi K3 scored 83/100 after factual penalties; Qwen 3.8 Max Preview scored 80/100. Qwen earned 9/10 for tool use versus Kimi's 8/10, completed all 44 tool calls successfully, and produced the longer report with fewer requests. Kimi finished sooner, used fewer tokens on its tested route, and handled revisions and regeneration more completely.
That is credible evidence for one kind of long-context software architecture work. It is not proof that Kimi K3 is generally better, or that Qwen is generally better. The models ran through different providers, and route latency, caching, launch traffic, and reasoning settings all affected the result.
The early community picture is similarly mixed. In the main Hacker News launch discussion, one tester reported that an animated SVG task took more than 10 minutes of reasoning, while another developer said the preview was working well for coding but was still too new to judge. These are anecdotes, not benchmarks. They do flag two things worth measuring in your own tests: time to a usable answer and task completion per token.
Qwen 3.8 Max vs Qwen 3.7 Max
Qwen 3.8 Max looks like an upgrade in capability scope, but Qwen 3.7 Max remains the safer API choice today.
| Dimension |
Qwen 3.8 Max Preview |
Qwen 3.7 Max |
| Status |
Continuously updated preview |
Existing API model |
| Published parameters |
2.4T total |
Not the main public selling point |
| Vision |
Alibaba says yes |
Text-only |
| Context |
Not published |
1M tokens |
| Max output |
Not published |
65,536 tokens |
| Weights |
Promised, not released |
Closed-weight |
| Pricing |
Token Plan Credits; no normal token rate |
GPT Proto price: $0.36 input / $1.44 output per 1M |
| Production backend use |
Individual plan forbids automated backend use |
Conventional metered API access |
I would not perform a blind model-string upgrade from Qwen 3.7 Max to the 3.8 preview. First check output stability, tool schemas, latency, reasoning-token use, and whether the final production model preserves the preview's behavior.
If you need a Qwen API for an application now, the existing Qwen 3.7 Max endpoint is the practical bridge:
curl "https://gptproto.com/v1/chat/completions" \
-H "Authorization: Bearer $GPTPROTO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.7-max",
"messages": [
{
"role": "user",
"content": "Review this architecture and list the three highest-risk assumptions."
}
]
}'
This calls Qwen 3.7 Max, not Qwen 3.8 Max. That distinction prevents a common launch-week failure: publishing code for an endpoint the platform does not carry.
Qwen 3.8 Max vs Kimi K3, GLM-5.2, and Fable 5
The honest comparison is asymmetric because Qwen 3.8 Max is missing several public specifications.
| Model |
Best current reason to test it |
Main trade-off |
| Qwen 3.8 Max Preview |
New 2.4T Qwen flagship with vision and strong early agent results |
Moving preview, unknown context and token price, no weights yet |
| Kimi K3 |
Published 2.8T MoE architecture, 1M multimodal context, conventional API access |
Always-on reasoning can increase latency and output cost |
| GLM-5.2 |
MIT open weights, known active parameters, 1M context, lower-cost agentic coding |
Text-only; total capability may trail the newest closed previews on some tasks |
| Fable 5 |
The reference point named in Qwen's own launch claim for long-horizon work |
Higher price, and Qwen has not published evidence for its comparison claim |
For Qwen 3.8 Max vs Kimi K3, the best public matched test currently gives Kimi a three-point lead while giving Qwen the better tool-use subscore. For Qwen 3.8 Max vs GLM-5.2, the decision is less about an unverified quality ranking and more about deployment: GLM has downloadable MIT-licensed weights today; Qwen does not. For Qwen 3.8 Max vs Fable 5, there is not enough public evidence to validate Alibaba's ranking.
Should developers use Qwen 3.8 Max now?
Use it now if you are evaluating coding agents, multimodal document work, or repository-scale reasoning and can tolerate a preview that changes underneath your tests. Save the model ID, date, prompts, tool definitions, and raw outputs. Without those, a later comparison will be nearly meaningless.
Do not build a production migration around it yet if you need fixed behavior, metered backend pricing, a published context limit, or self-hosted weights. The preview currently leaves all four unresolved.
For production work today, route representative tasks through models with stable access and published limits. GPT Proto lets you compare Qwen 3.7 Max, Kimi K3, and GLM-5.2 from the same balance. You can also browse the full model collection or start from the GPT Proto homepage.
Qwen 3.8 Max is worth watching. The missing model card is more important than another launch-day superlative.