Qwen3.8 2.4T A95B

4.50
More than just answering questions, the real appeal is whether it can keep working through a complex task and see it through to the end.
Advertisement 728 × 90
CompanyAlibaba
Context262K
Released2026-08
Updated2026-08-13

Qwen3.8 2.4T A95B One picture says it all.

Qwen3.8 2.4T A95B

Qwen3.8 2.4T A95B Overview

Alibaba previously published a software engineering test that drew a lot of attention.

Qwen3.8-Max ran continuously for 16 days, building a self-improving agent framework from scratch.

During those 16 days, it wasn’t simply generating code nonstop.

It repeatedly went through a full development loop: writing code, running tests, checking the results, finding problems, and then making further changes.

That is actually much harder than producing one good piece of code in a single attempt.

There are now plenty of large language models that can write code, but once a task runs for a long time, models can start to drift.

They may lose track of the original goal, fix one bug only to introduce another, and as the number of files grows, the whole project becomes increasingly difficult to manage.

So the most interesting part of “16 days” isn’t really how impressive the number sounds.

What matters is whether the model can keep making progress over such a long-running task without losing direction.

Of course, this was still a test published by Alibaba itself.

It should not be taken to mean that you can hand any software project to Qwen3.8-Max and leave it completely unattended for 16 days.

Real-world projects still involve development environments, permissions, dependencies, third-party APIs, deployment, and team collaboration.

Beyond coding, Qwen3.8-Max has also been strengthened in long-context processing, multimodal capabilities, and tool use.

The cloud version supports up to 1 million tokens of context, allowing it to process a very large amount of information at once.

The open-weight Qwen3.8-2.4T-A95B supports around 260,000 tokens natively and can be extended to roughly 1 million tokens.

However, the two versions should not be treated as the same thing.

The cloud version of Qwen3.8-Max can work with text, images, and video, while the open-weight Qwen3.8-2.4T-A95B is currently mainly a text-only model.

The open-weight version also has another notable characteristic: reasoning mode is enabled by default.

That makes it better suited to complex tasks, but it can feel a bit heavy for very simple question-and-answer use cases.

Qwen3.8 2.4T A95B Pricing

PlanPriceDescription
Pay-as-you-go API pricing Input: RMB 12 per 1M tokens / Output: RMB 36 per 1M tokens Pay only for what you use. Ideal for websites, apps, backend services, and users with variable API usage. Cache hits and Batch requests are priced even lower.
Token Plan for Individuals Lite: RMB 39/month / Standard: RMB 139/month / Pro: RMB 499/month (limited-time price) Designed for individual developers, with usage deducted from Credits. It is mainly intended for AI coding and agent tools, with different plans offering different Credit allowances for each billing period.
Token Plan for Teams Standard: RMB 150/seat/month / Pro: RMB 550/seat/month / Max: RMB 1,398/seat/month Designed for businesses and teams, with higher Credit allowances plus member management and team-wide usage tracking.

Qwen3.8 2.4T A95B Key Features

  1. Autonomous coding and long-running tasks
    It can start by understanding the requirements, break the work into smaller tasks, modify code, run tests, check the results, and then continue from there. In a test published by Alibaba, Qwen3.8-Max ran continuously for 16 days while developing a self-improving agent framework.
  2. Long documents and large amounts of information
    The cloud version supports up to 1 million tokens of context. It can process large volumes of documents, code, contracts, research reports, and internal company materials at once, making it useful for tasks that require reading a lot of information before making a judgment.
  3. Image and video understanding
    The cloud version of Qwen3.8-Max supports image and video input. It can analyze UI screenshots, document images, and long videos, and can also be used for tasks such as recreating a webpage from a screenshot. The open-weight version, however, is currently mainly focused on text.
  4. Agents and tool use
    Instead of only telling users what they should do, it can use tools, read files, run code, process data, and decide what to do next based on the results. This makes it better suited to automated workflows.
  5. Complex engineering optimization
    Beyond software development, Alibaba has also tested it on chip design optimization. The model can repeatedly modify a design, run simulations, inspect the results, and make further adjustments, making it suitable for engineering tasks that require multiple rounds of trial and error and continuous optimization.

Qwen3.8 2.4T A95B Compared to the Previous Generation

If you compare Qwen3.8 with the previous-generation Qwen3.7-Max, I wouldn’t really describe it as, “The previous generation was just an advanced assistant, while this one has suddenly become a senior engineer.”

It sounds catchy, but it is a bit exaggerated.

Qwen3.7-Max could already reason, write code, use tools, and handle long context. It was never just a model for simple conversations.

The more noticeable shift in Qwen3.8 is that it puts greater emphasis on:

  • long-running tasks
  • agents
  • software engineering
  • tool use
  • multimodal capabilities
  • repeatedly adjusting its work based on execution results

Put simply, Qwen3.7 could already help you do a lot of things. Qwen3.8 puts more emphasis on being able to finish one step and then keep moving on to the next by itself.

You may not notice much of a difference in simple Q&A.

But once a task involves dozens or hundreds of steps, or needs to continue for several days, the difference becomes much easier to see.

So the biggest change in this generation is not that it has “suddenly become twice as smart.” It is that its ability to execute and carry tasks forward has become noticeably stronger.

 
 
 

Pros & Cons

Pros

Strong long-running task performance

This is probably the biggest selling point of Qwen3.8.

There are now many large language models that can write code, but staying on the same project for a long period of time and continuously adjusting based on the results is a different challenge.

The 16-day software engineering test at least shows that this generation is taking that problem seriously.

Coding goes beyond isolated code snippets

It puts more emphasis on complete software projects, including understanding requirements, modifying files, running code, testing, and continuing to make fixes.

For AI coding tools and agent products, this is more valuable than simple code completion.

Can handle large amounts of information

The cloud version supports up to 1 million tokens of context, making it well suited to long documents, large codebases, and enterprise data analysis.

In real workplace scenarios, this kind of capability can be more useful than simple chat.

Open weights

With the weights of Qwen3.8-2.4T-A95B available, research institutions and companies with enough computing resources can deploy, study, and customize the model themselves.

For a flagship model of this size, open weights are a major advantage on their own.

Competitive API pricing

Qwen3.8-Max is available directly through Alibaba Cloud Model Studio.

You do not need to prepare a huge GPU cluster yourself to access the capabilities of the flagship model.

Cons

Very high barrier to local deployment

A 2.4-trillion-parameter model is far beyond what a typical personal computer can handle.

Even with open weights, it still requires large amounts of storage, system memory, GPU memory, and a multi-GPU inference setup.

So:

Open weights do not mean ordinary users can run it locally.

For individual developers, using the API is usually much more practical.

The open-weight version can be overkill for simple tasks

The current open-weight version requires reasoning mode.

That is fine for complex coding, research, and agent tasks.

But for things like FAQs, classification, or simple summaries, using a model this large can be unnecessarily heavy.

Long-running tasks still need human review

The 16-day autonomous coding example is impressive, but a vendor-published test should not be treated as a production guarantee.

Real projects still require code review, testing, permission management, and human acceptance.

Calling it a “fully autonomous digital employee” that needs no supervision would still be premature.

The cloud and open-weight versions do not have exactly the same capabilities

The cloud-based Max version can process images and video, while the current open-weight version is mainly focused on text.

Before using it, you need to be clear about which version actually fits your needs.

Who It's For (and Not)

Who It’s For

Teams building agents

If your product needs AI to use tools, read files, write code, check results, and then continue to the next step on its own, Qwen3.8 is well worth testing.

AI coding teams

Especially teams that want the model to work on complete projects rather than just generate isolated code snippets.

Companies dealing with large amounts of information

For example, internal knowledge bases, research reports, contracts, financial materials, or large code repositories.

Large enterprises and research institutions

If you want control over the model weights for internal deployment, research, or further development, the open-weight version can be particularly valuable.

Developers building products through the API

For most developers, this is probably the most practical way to use Qwen3.8.

You do not have to deal with the deployment challenges of a 2.4-trillion-parameter model yourself.

Who It’s Not For

Apps that only need simple Q&A

For FAQs, basic classification, or simple summaries, a model this large is usually unnecessary.

Smaller models are often cheaper and faster.

People who want to run it on a regular PC

The open-weight version is not designed to run on a single consumer GPU.

Local deployment requires very substantial hardware resources.

Applications that prioritize very low latency

Complex reasoning and long-running tasks naturally take more time.

If response speed is critical, a smaller model may be a better fit.

Companies that want zero human review

Qwen3.8 is highly autonomous, but it still should not be treated as something that can completely eliminate human review.

That is especially true in high-risk areas such as coding, legal work, and finance.

Comments (0)

Leave a comment

Advertisement 728 × 90

Alibaba Model Comparison

Model Context Pricing API Released Global Heat
Qwen3.8 2.4T A95B
262K YES 2026-08
90/100
1M YES 2026-08
88/100
1M YES 2026-07
79/100
1M Paid YES 2026-06
81/100
1M Paid YES 2026-05
87/100

Similar Models

Related Tools

Related News