Frontline Hotspot
Frontline Hotspot

Alibaba's Qwen3.8-Max: 2.4T-param MoE flagship that programs autonomously for days

On 2026-08-03 Alibaba Tongyi released Qwen3.8-Max: a 2.4T-param MoE flagship with 1M context (991K input / 131K output), native vision across plan-execute-verify, positioned to "autonomously program for over ten days delivering complete projects." Pricing: ¥12/M input, ¥36/M output, explicit cache hit ¥1 (1/12 of uncached). Three entry points: blog / Qianwen platform / Qwen Studio.

Published August 3, 20264 min read
<!-- qwen3-8-max-hotspot | hotspot | Alibaba's Qwen3.8-Max: 2.4T-param MoE flagship that programs autonomously for days -->

On August 3, Alibaba's Tongyi officially released Qwen3.8-Max. This isn't a routine iteration-a 2.4-trillion-parameter MoE flagship, context pushed to 1M, and the official positioning is blunt: "can autonomously program for over ten days delivering complete projects." The model is no longer asked "can you?" but "are you done?"

Flagship specs: 2.4T-param MoE, 1M context

Qwen3.8-Max is a Mixture-of-Experts (MoE) architecture, 2.4 trillion total parameters, flagship tier. MoE means the model is large, but each inference activates only a subset of expert networks, so actual compute is far smaller than the parameter count-the key to scaling a model big without blowing up inference cost.

The context window is 1M tokens. A single turn takes up to 991K of input and returns 131K of output; in thinking mode input still reaches 983K with a max thought chain of 262K. Toss in a novel plus its reference docs and it reads while it works. Native vision understanding is standard: image, text, and video in, text out. The official line is that vision spans the full "plan-execute-verify" loop, supporting deep semantic parsing of ultra-long documents and long videos-not a glued-on OCR, but something built to work.

Pricing: cache hits drop to about a tenth

Pricing on the Qianwen AI platform:

ItemPrice (per million tokens)
Input¥12
Output¥36
Input (auto cache hit)¥1.5
Explicit cache creation¥15
Explicit cache hit¥1

The story is in the cache. Explicit cache hit at ¥1 versus uncached input at ¥12 is a 12x gap. Long-horizon tasks have high prefix repetition, so caching the shared prefix drives real input cost down to about a tenth. Explicit cache creation at ¥15 is 25% pricier than plain input, but you pay it once; subsequent hits run at ¥1. This is the cost switch built for "long conversation, multi-round iteration" scenarios-and Qwen3.8-Max is positioned exactly for long-horizon tasks, so the two fit tightly.

From "answering" to "working": long-horizon autonomous tasks

What's worth watching isn't the spec sheet, it's the shift in positioning. The official text reads: "coding and office capabilities comprehensively upgraded, can autonomously program for over ten days delivering complete projects," "handles legal, finance, design and hundreds of professional tasks, one conversation end-to-end delivering production-grade results."

Translated: the model is designed to take on a project that runs for over ten days-planning, executing, verifying, iterating on its own, not one round of Q&A. The supporting features are laid out for exactly this: function calling to wire external tools, structured output to guarantee JSON, web search for real-time info, batch tasks for scale, and fine-tuning open too. Partial Mode lets you give a prefix it strictly continues-good for pinning generation rhythm in engineering contexts.

"In long-horizon tasks, autonomous planning and closed-loop iteration, continuous evolution"-if that holds up under real load, it means the agent framework and the model itself are starting to ship fused together. Agents used to be a shell calling a model; now the model is growing its own agent bones.

How to try it right now

Three entry points, by use:

Take

The domestic flagship race is no longer about benchmark digits, it's about "how long a job can it finish." 2.4T params plus 1M context is the entry ticket; autonomous programming for over ten days with closed-loop iteration is the flag Qwen3.8-Max wants to plant. Pricing cache hits down to a tenth shows Alibaba has done the math: for long-horizon tasks to run at all, a single call has to be cheap enough to let it retry freely.

The real question is whether "ten-plus days to delivery" reproduces in real engineering. The positioning reads well, but a model planning a ten-day task chain on its own without drifting or collapsing mid-way is the hardest part-and that only shows when developers throw it into real codebases and run long-chain tasks. Today, claim an entry point and try it yourself; that beats any benchmark.


Sources

This article is AI-assisted and human-edited. Last updated: 2026-08-03

FAQ

How many parameters does Qwen3.8-Max have?
2.4 trillion parameters, MoE (Mixture-of-Experts) architecture, flagship tier. MoE means the total parameter count is large, but each inference activates only a subset of expert networks, so actual compute is far smaller than the parameter total-the key to scaling big without blowing up inference cost.
How long is the context window?
The context window is 1M tokens. A single turn takes max 991K input and 131K output; in thinking mode max input is 983K, max output 131K, with a max thought chain of 262K. Native vision supports image, text, and video input.
What is the API pricing?
Qianwen AI platform pricing: ¥12 per million tokens input, ¥36 per million output. Cache hits are far cheaper-auto cache hit ¥1.5, explicit cache hit ¥1 (versus ¥12 uncached input, a 12x gap). Explicit cache creation is ¥15, paid once with subsequent hits at ¥1, suited to prefix reuse in long-horizon tasks.

Related

Frontline Hotspot

DeepSeek V4.1 Flash Open Weights: The Asymmetric Design

DeepSeek open-sourced V4.1 Flash on 2026-09-10: a 552B-parameter MoE with an asymmetric Causal-Encoder-Decoder design that activates only 8B on input and 16B on output, natively multimodal, with officials citing significant KV Cache compression to cut agent-scenario cost. The API shipped alongside it - just switch the model name to deepseek-flash - and Tencent WorkBuddy, CodeBuddy plus OpenCode have integrated it fully. The model first surfaced on 9-08 as an internal preview build before being promoted on 9-10, a timeline worth noting in itself. This piece breaks down each release claim, argues the real engineering signal is not parameter count but the shift in long-context and agent cost structure implied by the asymmetric design plus 8B input activation, runs the numbers on what KV Cache compression means for accumulated multi-turn trajectories, and closes with cold takes: no published benchmark comparison, an unresolved relationship to its own V4-Flash, and concurrency and pricing still unconfirmed. Note that what shipped is model weights on HuggingFace; there is no dedicated code repository for V4.1 Flash under the official DeepSeek org.

Sep 10, 20269 min read
Frontline Hotspot

Alibaba Shows Its Qwen4 Hand Early: Qwen3.8-Flash-Next Ships 125B Weights, But No License File

On August 26 Alibaba released Qwen3.8-Flash-Next: a multimodal MoE model that doubles as an early preview of the Qwen4 architecture - the same role Qwen3-Next once played for Qwen3.5. The main model is 125B parameters with an extra 51B of N-gram embeddings, activating just 6B per token; training costs about one ninth of Qwen3.7-Plus while delivering stronger coding and office performance. Four upgrades, unpacked: GDN compresses history while QSA uses a compressed indexer to pick important context at micro-block granularity; Gated Residual widens the residual stream into four branches; the N-gram embedding table can be offloaded to host memory and overlapped with compute via async prefetch; and the optimizer switches to Muon. Native context is 262,144 tokens, extensible to 1M with YaRN. The production Qwen3.8-Flash lists at \$0.16/\$0.47 per million tokens on QwenCloud (sources differ slightly; defer to the official site). The real open question is licensing: the GitHub repo ships no LICENSE file and its license field is None, the README simply points to the Hugging Face or ModelScope model page, and the community is already asking "why isn't it Apache 2.0?" - this article marks it unconfirmed, so verify the model page before any commercial use.

Aug 30, 20266 min read
Frontline Hotspot

Tencent Open-Sources Hy4 Preview: A 770B Flagship That Helped Train Itself

On August 28, Tencent released and open-sourced its new flagship Hy4 preview (770B total / 49B active MoE, 78 layers): Gated DSA sparse attention + IndexCache cross-layer index reuse + iHC identity Hyper-Connections, with the README openly stating the architecture is "inspired by DeepSeek and GLM". A native MTP layer enables 3-token speculative decoding, context spans 1M tokens, and BF16+FP8 weights ship under Apache 2.0. In Tencent's internal blind eval, 163 experts scored 203 engineering tasks at 2.99/4.00, edging out GLM-5.3 (2.92) and Kimi K3 (2.94, both internal-caliber numbers). The headline is the early loop of recursive self-improvement: the model took part in automating optimization of its own training methods, data strategies, eval frameworks and low-level operators, and autonomously lifted inference end-to-end throughput by 31.8%. OpenRouter snapshot pricing: $0.834 input / $2.501 output per million tokens; free for two weeks on WorkBuddy/CodeBuddy.

Aug 29, 20266 min read