Tiffany Layne2026-07-23

What Is Qwen 3.8 Max? Release Date, 2.4T Preview, Pricing, and Early Benchmarks

Qwen 3.8 Max explained: July 19 preview release, 2.4T claim, Token Plan pricing, open-weight status, benchmarks, and comparisons.

What Is Qwen 3.8 Max? Release Date, 2.4T Preview, Pricing, and Early Benchmarks

 

Qwen 3.8 Max is Alibaba's new 2.4-trillion-parameter Chinese flagship model, but the version available today is still called qwen3.8-max-preview. That suffix matters. As of July 21, 2026, Alibaba has not released a production model, a technical report, a conventional per-token API price, or downloadable weights.

The preview went live on July 19 through Alibaba's Token Plan, Qoder, and QoderWork. In the official Qwen announcement, the team said Qwen 3.8 would become open-weight "soon" and described it as comparable to leading frontier models, behind only Fable 5. No public benchmark suite or methodology accompanied that ranking.

My short take: Qwen 3.8 Max is a real and unusually interesting preview, not a completed product launch. Developers should test it, record the date of every result, and avoid planning production migrations around specifications Alibaba has not published yet.

 

Table of contents

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.

See the full Qwen 3.8 Max vs Kimi K3 comparison

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.

Creative Studio

Generate image, video, and more with production APIs.

Start creating
Creative Studio
Related models
All models
Z-AI
by Z-AI
10% OFF
Qwen
by Qwen
10% OFF
MoonshotAI
10% OFF
Claude
20% OFF

Frequently asked questions

What is the Qwen 3.8 Max release date?

Qwen3.8-Max-Preview launched on July 19, 2026. Alibaba has not announced the production release date or the open-weight checkpoint date.

Is Qwen 3.8 Max the new Alibaba flagship?

Yes. Alibaba describes Qwen3.8-Max-Preview as the latest and most capable model in the Qwen family.

Does Qwen 3.8 Max have 2.4 trillion parameters?

Alibaba says the model has 2.4T total parameters. The company has not published the active parameter count or complete architecture, so the number cannot be translated directly into inference speed or cost.

Is Qwen 3.8 Max open-weight?

Not yet. Qwen says an open-weight release is coming soon, but it has not announced the exact checkpoint, license, or download date.

How much does Qwen 3.8 Max cost?

There is no standard per-million-token price. The preview is offered through Alibaba's Credits-based Token Plan, with limited-time individual launch prices starting at $6 per month. Credits do not have a published one-to-one token conversion.

Can I use Qwen 3.8 Max in an application backend?

The Qwen Cloud Individual Token Plan says its key is for interactive coding and agent tools and prohibits automated scripts, application backends, and non-interactive batch use. Check the terms of the exact plan and endpoint before deployment.

Is Qwen 3.8 Max better than Kimi K3 or GLM-5.2?

There is not enough broad independent evidence yet. In one 269-file software architecture test, Kimi K3 scored 83/100 and Qwen 3.8 Max Preview scored 80/100, while Qwen received the stronger tool-use subscore. GLM-5.2 remains easier to evaluate for self-hosting because its architecture, weights, and MIT license are already public.

Related Articles

More Blogs
What Is Kimi K3—and Is It Really Close to GPT-5.6 and Fable 5?

What Is Kimi K3—and Is It Really Close to GPT-5.6 and Fable 5?

TL;DR Kimi K3 is Moonshot AI's 2.8-trillion-parameter multimodal model for long-horizon coding, knowledge work, reasoning, and agent workflows. Independent testing places it near Claude Opus 4.8 and GPT-5.5 overall, while GPT-5.6 Sol and Claude Fable 5 remain ahead. K3 gets closer on agentic benchmarks and leads some automation tests, but its measured hallucination rate increased from K2.6. Kimi K3 is now open-weight. Moonshot AI has published the full checkpoint, model card, technical report, and custom Kimi K3 License. The official Hugging Face repository is about 1.56 TB across 96 safetensors shards, and Moonshot recommends supernode deployments with 64 or more accelerators. Open weights settle the ownership question. They do not make K3 a normal local model. For most developers, the hosted API remains the practical starting point. The Kimi K3 API on GPTProto currently lists $2.70 per million input tokens and $13.50 per million output tokens. Choose the weights when data control, custom inference, or model modification is worth the infrastructure and license review. In short, Kimi K3 is close enough to GPT-5.6 and Fable 5 to belong in the same conversation—and its open-weight release now gives developers a deployment option neither closed model offers.

Michael Johnson | 2026-07-28

GLM-5.2 vs Kimi K3 for Coding: Which Is Better for Developers in 2026?

GLM-5.2 vs Kimi K3 for Coding: Which Is Better for Developers in 2026?

TL;DR: Kimi K3 is the stronger coding model when the task is difficult, long-running, or visual. It leads GLM-5.2 across Moonshot's published coding comparison and accepts images and video through its hosted service. GLM-5.2 remains the better default for routine repository work: it costs much less, is smaller to operate, and uses the permissive MIT license. Kimi K3 now has released weights too, but its 1.56 TB repository, recommended 64+ accelerator deployment, and custom license make self-hosting a materially larger commitment. Choose Kimi when capability is the bottleneck; choose GLM when cost and operational simplicity matter every day. The interesting part of the GLM-5.2 vs Kimi K3 Code comparison is not that both models can write a React component or solve a short algorithm. Models at this level already clear that bar. The useful question is what happens when the assignment becomes messy: a repository audit, a multi-file migration, a bug that only appears in a screenshot, or a playable Three.js prototype that must keep several systems coherent. That is also where the price difference starts to matter. Kimi K3 looks better on the hardest public tests, but its official output price is more than three times GLM-5.2's. A team running thousands of ordinary reviews may get more work done per dollar with GLM. A developer trying to rescue one difficult visual project may happily pay for K3.

Tiffany Layne | 2026-07-28

Best AI API for Developers in 2026: 10 Platforms Compared

Best AI API for Developers in 2026: 10 Platforms Compared

TL;DR Best direct APIs: OpenAI is the safest general-purpose default; Anthropic Claude is strongest for coding and long-running agents; Gemini suits low-cost multimodal prototyping; and DeepSeek leads on text-token price. Best multi-model options: OpenRouter is the clearest choice for testing many LLMs. GPTProto is the stronger fit when one product needs text, image, and video models under one API key and shared balance. Best infrastructure choices: Amazon Bedrock fits AWS-governed enterprise deployments, while Replicate, fal.ai, and Together AI are better suited to open-model or generative-media inference. There is no universal winner. Compare workload fit, model coverage, real billing units, production controls, and switching cost. Prices and availability were checked on July 14, 2026; verify live provider pages before deployment.

Tiffany Layne | 2026-07-15

MiniMax M3 for Coding: Benchmarks, Real Pricing, and How to Call It via API (2026)

MiniMax M3 for Coding: Benchmarks, Real Pricing, and How to Call It via API (2026)

Is MiniMax M3 good for coding? The short answer: yes for agentic and multi-file work, with two caveats I'll be upfront about before you read another word. Most of the headline coding scores were run by MiniMax on its own infrastructure, and the "1 million token context" has a price cliff at 512K that hits coding agents in particular. Both are manageable once you know they're there. Neither shows up clearly in most of the launch coverage. I'm writing this because the coding pitch around M3 got flattened into one number — 59% on SWE-Bench Pro — and that number is doing a lot of unexamined work. What follows is what the model actually is, where the independent measurements land, what it costs on a real coding workload, and how to call it through the GPTProto API. If you just want a verdict: an independent reviewer who runs the same battery on every serious model put M3 "close to GPT and Opus on real coding, not quite past them." That matches where the neutral benchmarks put it too.

Schuyler Stacy | 2026-07-02