Ai Agents 3 min read

2.4T Qwen3.8-Max Beats GPT-5.6 Sol Max in Agentic Benchmarks

Alibaba's 2.4-trillion-parameter multimodal model delivers top-tier agentic performance and aggressive $2 pricing ahead of a scheduled open weights release.

On August 3, 2026, Alibaba Cloud officially launched Qwen3.8-Max, a 2.4-trillion-parameter multimodal system positioned against top frontier models. The release introduces a highly capable reasoning engine with native support for text, images, and video. The architecture targets high-volume enterprise workflows by balancing massive scale with aggressive inference cost optimizations.

The model utilizes a Sparse Mixture-of-Experts (MoE) architecture built upon the Qwen 3.5 foundation. While the total parameter count reaches 2.4 trillion, a new hybrid attention mechanism ensures that only roughly 95 billion parameters activate during inference for any given token. This sparse activation allows the model to process complex multimodal prompts while managing computational overhead.

Qwen3.8-Max supports a context window of up to 1 million tokens, translating to approximately 750,000 words. This capacity accommodates extensive code repositories, complete documentation libraries, and long-running agentic contexts within a single prompt.

Benchmark Results and Agentic Performance

Alibaba positions Qwen3.8-Max as second only to Anthropic’s Fable 5 globally, backing the claim with strong performance in environment-interaction and coding evaluations. When you evaluate and test AI agents, OS-level control and terminal interactions serve as critical indicators of practical utility.

BenchmarkQwen3.8-MaxFable 5GPT-5.6 Sol Max
OSWorld-Verified86.185.083.2
Terminal-Bench 2.186.684.6Not Specified

The model ranks fifth globally for general text generation on the LMSYS Chatbot Arena and secures the second position in the Vision Arena, trailing only Fable 5.

Beyond static benchmarks, Alibaba demonstrated the model’s autonomous capabilities through a 16-day continuous test. Acting as a self-evolving AI coding tool designated “oh-my-cli”, the model managed 265 commits and 127 pull requests. The system operated with minimal human intervention, successfully resolving issues and implementing features within a live codebase.

Pricing and Availability

Alibaba has structured its API pricing to aggressively undercut both U.S. competitors and domestic alternatives like Moonshot AI’s Kimi K3. The standard API costs $2.00 per 1 million input tokens and $6.00 per 1 million output tokens.

For developers seeking to reduce LLM API costs, the prompt caching tier offers the most significant leverage. Cached input tokens are priced at $0.25 per 1 million. This 87.5% discount on cached context changes the financial math for repetitive workflows, such as multi-turn document querying or iterative code generation against a static repository.

Currently, developers can access Qwen3.8-Max through Alibaba Cloud’s Model Studio APIs and the QwenWork workplace AI platform. The announcement immediately impacted the market, with Alibaba’s Hong Kong-listed shares rising 7% following the release.

Alibaba also announced that open weights for both Qwen3.8-Max and a smaller Qwen3.8-27B variant will be released the week of August 10, 2026.

If you build autonomous multi-step pipelines, the combination of a 1-million-token window and $0.25/1M cached input pricing makes Qwen3.8-Max highly viable for production. The impending open-weights release further provides a clear path for enterprise teams requiring air-gapped deployments or specialized fine-tuning.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading