AI Models
Reading time 9 min readQwen3.8-Max

Qwen3.8-Max Explained: 2.4T Parameters, Open Weights, Pricing and Coding Claims

Alibaba’s new flagship combines a 2.4-trillion-parameter mixture-of-experts design with a one-million-token context window, multimodal input and an open-weight release planned for the week after launch.

By TechniaHQRobot

Key points

Qwen3.8-Max uses 2.4 trillion total parameters and activates about 95 billion for each request.

The model supports text, image and video input with a context window of up to one million tokens.

Alibaba announced API pricing of $2 per million input tokens, $6 per million output tokens and $0.25 per million cached input tokens.

The open weights were not yet downloadable on August 3, 2026; Alibaba said they would arrive the following week.

Alibaba announced Qwen3.8-Max on August 3, 2026 as the most capable model in the Qwen family. The model is available through QwenCloud, while Alibaba says its downloadable weights will arrive the following week. The company also plans to release the smaller Qwen3.8-27B with open weights during the same period.

The headline number is 2.4 trillion total parameters. Qwen3.8-Max does not activate all of them for every token. It uses a sparse mixture-of-experts architecture and routes each request through about 95 billion active parameters. This design aims to combine a very large pool of learned capacity with lower inference cost than a dense 2.4-trillion-parameter model.

The launch also includes unusually aggressive claims about long-running coding and professional work. Those claims should be described as Alibaba’s reported demonstrations, not as independent proof that the model can operate without supervision in every production environment.

Qwen3.8-Max specifications

SpecificationQwen3.8-Max launch information
DeveloperAlibaba Qwen team
Announcement dateAugust 3, 2026
Total parameters2.4 trillion
Active parametersAbout 95 billion per request
ArchitectureSparse mixture of experts
Context windowUp to one million tokens
InputsText, images and video
API availabilityAvailable through QwenCloud at launch
Open weightsPlanned for the following week
Smaller open modelQwen3.8-27B
Announced input price$2 per million tokens
Announced output price$6 per million tokens
Implicit cache price$0.25 per million tokens

These figures come from Alibaba’s launch material and reporting published on the announcement date. Pricing can differ by service region, billing tier or third-party provider, so developers should confirm the final rate on the endpoint they use.

Architecture and context window

Qwen3.8-Max is a mixture-of-experts model, often shortened to MoE. Instead of using every parameter for every token, a routing system selects a smaller group of expert networks. Alibaba says approximately 95 billion parameters are active for each request even though the complete model contains 2.4 trillion parameters.

The distinction matters for latency and compute. It does not make the complete weight set small. A rough storage calculation for 2.4 trillion parameters is about 4.8 terabytes at 16-bit precision before metadata and serving overhead. Four-bit quantization would still require roughly 1.2 terabytes before overhead. The public release will therefore be aimed mainly at research laboratories, cloud providers and teams with large multi-GPU or accelerator clusters.

The model supports a context window of up to one million tokens. That is enough space for a large software repository, long legal records, extensive research material or months of structured business data. Context capacity and context reliability are different measurements. A model may accept one million tokens while still overlooking details, losing chronology or giving too much weight to recent information. Independent long-context tests will matter after broader access begins.

Qwen3.8-Max is also multimodal. It can process text, images and video. Alibaba describes vision as part of a continuous execution loop: the model can inspect visual material, take an action, review the result and adjust its next step. This is more useful than treating an image as a one-time attachment, but the quality of that loop depends on the tools, permissions and feedback available to the agent.

API pricing

Alibaba announced three headline prices for Qwen3.8-Max:

  • Input: $2 per million tokens
  • Output: $6 per million tokens
  • Implicit caching: $0.25 per million tokens

At the announced rate, processing 10 million uncached input tokens would cost $20. Generating one million output tokens would cost $6. Reusing 10 million cached tokens would cost $2.50.

Caching can make a large difference in agent workflows. A coding agent may repeatedly send the same repository instructions, system prompt and reference files. When the provider recognizes that repeated prefix, it can serve the cached section at a lower price. The exact cache rules, minimum prefix size and expiration period should be checked in the final QwenCloud documentation.

Price alone does not measure the cost of completing a job. A cheaper model can become expensive when it needs more retries, longer outputs or repeated tool calls. A stronger model can cost more per token and still finish a task with fewer steps. Developers should measure completed-task cost, failure rate and human review time rather than comparing only the published token rate.

The coding demonstration needs careful wording

Alibaba says Qwen3.8-Max completed more than ten days of self-evolving software development, moving from an empty folder to a working project without continuous hand-holding. Reuters described the demonstration as a 16-day software-engineering project. The public GitHub repository is called oh-my-cli, a TypeScript command-line coding agent built with Qwen Code.

The repository contains source code, tests, documentation, an autonomy contract and a visible commit history. That gives developers something concrete to inspect. It is more useful than a short edited video because the implementation and project evolution are available publicly.

The repository does not automatically prove that every commit was produced without human intervention. A complete autonomy audit would need the original prompts, model versions, tool permissions, execution logs, approval events, failed attempts, external services and human actions. Alibaba presents the repository as a project trace, while outside readers should treat the duration and autonomy level as a vendor-reported result.

The practical result is still notable. The project includes file tools, shell execution, session persistence, repository mapping, safety checks, evidence export and approval controls. These are the pieces required for a coding agent to work across many steps instead of producing isolated code snippets.

Long-horizon work claims

Alibaba also says Qwen3.8-Max handled more than 500 turns of chip-design optimization and simulated 365 days of e-commerce strategy. These examples are meant to show closed-loop planning: the model proposes an action, receives feedback, updates its state and continues.

The numbers should not be read as 365 days of uninterrupted wall-clock autonomy. A 365-day business simulation can represent daily planning steps executed faster than real time. Likewise, 500 optimization turns show persistence across iterations, but they do not reveal the quality of the chip design, the simulator used, the constraints applied or the amount of expert review.

Long-horizon agents usually fail through accumulation. A small mistake in an early assumption can affect hundreds of later steps. Tool errors, stale state, repeated actions and hidden context loss can compound. Useful evaluation therefore needs more than a final success claim. It should include checkpoints, rollback behavior, intervention count, total cost and the percentage of runs that reach the target.

What open weights will and will not provide

Alibaba says Qwen3.8-Max will become the first Qwen Max-class model released with downloadable weights. This is a significant change because developers will be able to host the model outside Alibaba’s API, evaluate it privately and adapt it for specific infrastructure.

Open weights does not automatically mean fully open source. A complete AI release has several separate layers:

LayerWhat developers need to check
WeightsWhether all trained parameter files are downloadable
LicenseCommercial rights, redistribution rules and restricted uses
ArchitectureRouting, attention, context and multimodal implementation details
Training codeWhether the full training pipeline is available
Training dataDataset sources, filtering and provenance
EvaluationBenchmarks, safety tests and reproducible scripts

The launch announcement confirms the planned weight release. It does not by itself establish that the training data or complete training recipe will be public. The final license and model card will determine what companies can legally do with the files.

The smaller Qwen3.8-27B may be the more practical release for many developers. A 27-billion-parameter model can fit on far less hardware than a 2.4-trillion-parameter MoE system, especially after quantization. Alibaba had not published complete deployment requirements for Qwen3.8-27B at the time of the announcement.

What is confirmed and what remains a claim

StatementStatus on August 3, 2026
Qwen3.8-Max was announced by AlibabaConfirmed by Qwen
The model has 2.4T total and 95B active parametersConfirmed in launch material and Reuters reporting
It supports text, images, video and a 1M-token contextConfirmed in launch reporting
API pricing is $2 input and $6 output per million tokensAnnounced by Qwen
Open weights arrive the following weekAnnounced, but files were not yet available
Qwen3.8-27B will also receive open weightsAnnounced, but files were not yet available
The coding project ran for more than ten daysAlibaba claim with a public repository trace
The model completed 500+ chip-design turnsAlibaba claim; full independent evaluation not published
It ran a 365-day e-commerce strategyAlibaba claim; simulation conditions not fully disclosed

This separation matters because model launches combine product facts, benchmark results and demonstrations. The API price can be checked directly. The repository can be inspected. Claims about professional performance across hundreds of jobs require repeatable third-party evaluation.

Why this release matters

Qwen3.8-Max brings together three forces shaping the AI market in 2026: larger sparse models, cheaper hosted inference and open-weight distribution.

The 2.4-trillion-parameter architecture gives Alibaba a flagship model at the scale of the largest disclosed Chinese systems. The 95-billion active-parameter design keeps each request from using the complete network. The announced prices put pressure on providers charging more for long-context and agentic work.

The planned weight release may have the widest effect. Open weights allow cloud platforms, governments and companies to operate the model under their own security and data-residency rules. They also make independent benchmarking, quantization and fine-tuning easier. The trade-off is that the operator becomes responsible for hardware, serving reliability, access control, evaluation and misuse prevention.

Qwen3.8-Max should therefore be judged on completed work after the launch: coding success rates, long-context retrieval, multimodal tool use, cost per finished task and the quality of the open-weight package. The announcement provides strong specifications. The next evidence will come from the files, license, model card and independent deployments.

Frequently asked questions

What is Qwen3.8-Max?

Qwen3.8-Max is Alibaba’s flagship multimodal AI model announced on August 3, 2026. It uses a sparse mixture-of-experts architecture with 2.4 trillion total parameters and about 95 billion active parameters for each request.

Is Qwen3.8-Max open source?

Alibaba announced an open-weight release, not a complete open-source training release. The weights are expected during the week after the announcement. The final license, model card, training disclosures and downloadable formats must be checked when the files appear.

How much does the Qwen3.8-Max API cost?

Qwen announced $2 per million input tokens, $6 per million output tokens and $0.25 per million tokens served through implicit caching. Billing can vary by region, endpoint and provider.

How large is the Qwen3.8-Max context window?

Alibaba and Reuters report a context window of up to one million tokens. A large context window can hold long documents or codebases, but it does not guarantee equal accuracy across the entire context.

When will Qwen3.8-27B be released?

Alibaba said Qwen3.8-27B would be released with open weights during the week after the August 3, 2026 announcement. No exact download date was given in the launch post.

Sources

The primary references are Qwen’s official launch article and announcement, the public oh-my-cli GitHub repository, Reuters reporting published on August 3, 2026 and Alibaba Cloud Model Studio documentation. Leaderboard positions, pricing pages and model availability can change after publication.

Editor

Editor : @techniahqrobot

TechniaHQRobot editorial coverage on AI, robotics, automation and Physical AI.

Related AI articles

@TECHNIAHQROBOT

FollowTechniaHQRobot

Independent coverage of humanoid robots, Physical AI, industrial robotics, robot hardware and emerging automation systems.

Follow our daily updates or explore the latest robotics coverage.

service@techniahqservice.com