Qwen
Alibaba's 2.4-trillion-parameter MoE flagship — Qwen3.8-Max delivers near-1M context, native video understanding, and always-on chain-of-thought reasoning
What is Qwen and what can it do?
Qwen is Alibaba's AI model family, and in August 2026 it reached a new scale with Qwen3.8-Max — a 2.4-trillion-parameter mixture-of-experts model that activates 95 billion parameters per forward pass. Announced on 19 July 2026 at the World AI Conference in Shanghai and released to general availability in early August, Qwen3.8-Max is the most capable model in the Qwen line to date. It accepts text, images, and video as input, supports a context window of 983 616 tokens with a 131 072-token output limit, and runs thinking at xhigh depth by default — with low, high, and xhigh reasoning settings available for cost/depth trade-offs. Open weights for Qwen3.8-27B ship alongside the flagship, continuing Alibaba's pattern of pairing a hosted MoE model with a freely self-hostable dense counterpart.
Qwen plans and pricing in 2026
The flat $2/$6 per 1M tokens is the key selling point — most large-context models charge more as you push toward the upper limit of the window, but Qwen3.8-Max keeps the rate identical whether you use 5 000 or 900 000 tokens. Compared to Claude Opus 4.8 and GPT-4o, the API is meaningfully cheaper. Compared to DeepSeek ($0.27/M), it is more expensive but offers multimodal input and a vastly larger context. The open-weight Qwen3.8-27B is the best option for teams with GPU infrastructure who want to avoid per-token fees entirely.
Qwen pros and cons
- Largest context window among publicly available models at ~983K tokens — near-1M in practice
- Always-on chain-of-thought with configurable depth removes the need to switch between reasoning and standard models
- Native video understanding sets Qwen3.8-Max apart from most text/image-only competitors
- Flat API pricing means no penalty for using large context — the rate stays $2/$6 whether you send 5 000 or 900 000 tokens
- Open-weight Qwen3.8-27B provides a genuinely capable self-hostable alternative at zero cost
- Reasoning ranked #1 in its category on BenchLM at release — strongest open-MoE reasoning benchmark result to date
- $2/$6 per 1M tokens is more expensive than DeepSeek ($0.27) and Qwen's own predecessor Qwen3.7-Max ($2.50/$7.50 — slightly cheaper on output)
- No third-party independent benchmark score published yet (Artificial Analysis, LMArena) as of early August 2026
- Western product ecosystem remains thinner than ChatGPT or Gemini — fewer native plugins and integrations
- Data processed through Alibaba Cloud infrastructure subject to Chinese data governance regulations
- Self-hosting the 2.4T MoE flagship requires large-scale multi-GPU infrastructure; most teams will rely on the hosted API
Qwen news and recent changes
Alibaba launched Qwen 3.8 Max, a sparse MoE model it says can run autonomous tasks for over 16 days, priced at $2/$6 per million tokens, with weights opening next week.
Is Qwen worth it in 2026?
Qwen3.8-Max marks a genuine inflection point for Alibaba's AI ambitions. A 2.4T MoE model with near-1M token context, native video understanding, and always-on reasoning at configurable depth is a serious offering — not a benchmark chaser. The flat $2/$6 API pricing removes the usual penalty for large-context workloads, which makes it practical for document-heavy pipelines that would be prohibitively expensive on per-segment billing. The caveats are real: no independent third-party benchmark results are published yet, the Western product ecosystem is still thinner than ChatGPT, and Alibaba's data governance situation is a constraint for regulated enterprises. For teams that can either self-host Qwen3.8-27B or accept the Alibaba Cloud data terms, this is one of the most capable and cost-reasonable large-context AI options available in August 2026.
Other Chat & Assistant AI tools to consider
SUBSCRIBE TO OUR PRIVATE CASES AND USEFUL TIPS
Subscribe to our newsletter, get only exclusive content and weekly digests, no any spam!
By providing my email, I accept the Privacy Policy.
Qwen review 2026: Qwen3.8-Max — Alibaba's 2.4-trillion-parameter AI, tested
Alibaba unveiled Qwen3.8-Max at the World AI Conference in Shanghai on 19 July 2026. The headline figure — 2.4 trillion parameters in a mixture-of-experts architecture with 95 billion active per forward pass — puts it in a class that only a handful of models occupy. But the specifications that matter most in practice are different ones: a near-1M token context window, native video understanding, always-on chain-of-thought reasoning, and flat API pricing that does not penalise large-context workloads. This review covers what Qwen3.8-Max actually delivers, how it stacks up against the current field, and where its real limits lie.
Architecture: what 2.4 trillion parameters actually means
Qwen3.8-Max is a sparse mixture-of-experts model, meaning the full 2.4 trillion parameters are never active simultaneously. Each query activates approximately 95 billion parameters — a substantial active parameter count in its own right, comparable to a mid-size dense model — while the remaining parameters serve as a deep reservoir of specialised knowledge the model routes to as needed. This design allows Qwen3.8-Max to store vastly more learned associations than a dense model of equivalent inference cost would permit.
The context window is 983 616 tokens, which Alibaba rounds to "near-1M" in its marketing. The maximum output per response is 131 072 tokens. In practical terms, this means Qwen3.8-Max can process several entire novels, a full codebase, or a lengthy video transcript within a single session — the largest effective context among publicly available models at release.
Always-on reasoning: what it means and why it matters
Unlike most AI systems that offer reasoning as a separate, slower mode users must explicitly switch into, Qwen3.8-Max runs chain-of-thought by default. Three depth settings are available — low, high, and xhigh — with xhigh as the documented default. Low reasoning reduces latency and cost for simpler queries; xhigh enables full deliberative reasoning for complex analytical tasks.
The practical value is operational simplification. Production deployments no longer need to route queries between a fast non-reasoning model and a separate reasoning model based on estimated complexity. A single Qwen3.8-Max endpoint handles the full spectrum, adjusting depth via a parameter rather than a model switch. For teams running mixed workloads — customer support alongside complex document analysis, for instance — this eliminates an entire architectural decision.
Native video input: a genuine differentiator
Qwen3.8-Max accepts text, images, and video as input within the same session. Among frontier models, native video understanding remains relatively rare — most multimodal competitors handle text and images but require separate tooling for video. The ability to pass video directly into the model context opens use cases in content analysis, media summarisation, instructional video comprehension, and surveillance or security review pipelines that previously required dedicated video processing infrastructure.
How well video understanding performs at the boundaries of long content is not yet established by independent benchmarkers — Artificial Analysis and LMArena have not published scores for Qwen3.8-Max as of early August 2026 — but the capability is confirmed in official documentation and the model's release notes.
Pricing: flat-rate large context is the real story
Qwen3.8-Max is priced at $2 per 1M input tokens and $6 per 1M output tokens via Alibaba Cloud Model Studio. The critical detail is the pricing structure: this is a flat rate across the entire context window. Whether a request uses 5 000 tokens or 900 000 tokens, the price per token stays the same. Many large-context APIs charge more for longer inputs because the computational cost of attention scales with sequence length, but Qwen3.8-Max absorbs that cost into a single tier.
For comparison, its predecessor Qwen3.7-Max was priced at $2.50 input / $7.50 output — marginally more expensive at the output level. DeepSeek-R2 remains far cheaper at roughly $0.27 per million tokens for comparable reasoning tasks but lacks video input and operates at a smaller context window. Claude Opus 4.8 carries a substantially higher price per token but leads on independently verified coding and reasoning benchmarks. Qwen3.8-Max sits between these extremes: more capable than DeepSeek in breadth, cheaper than Claude Opus at scale.
Open weights: Qwen3.8-27B
Alongside the hosted flagship, Alibaba confirmed the release of Qwen3.8-27B open weights. This follows the pattern established with Qwen3 and Qwen3.7: a large hosted MoE model paired with a freely downloadable dense model that teams can run on their own infrastructure. Qwen3.8-27B is not as capable as the 2.4T flagship, but it is a 27-billion-parameter model — strong enough for a wide range of real-world tasks — and it carries no licensing fee. Teams with GPU infrastructure can self-host it at zero marginal cost per query, eliminating API expenditure entirely for high-volume workloads.
Data governance: what to know before deploying
Qwen is developed and hosted by Alibaba, a Chinese company. Data processed through the hosted API and Qwen Chat is routed through Alibaba Cloud infrastructure subject to Chinese data governance regulations. For individual developers, startups, and low-sensitivity applications, this is rarely a practical concern. For organisations in regulated sectors — healthcare, financial services, legal, government contracting — it requires careful evaluation of data residency requirements before adopting the hosted service.
The mitigation is self-hosting: Qwen3.8-27B open weights can be downloaded and run entirely within your own cloud or on-premise environment, keeping all data under your control. This is the recommended path for regulated enterprises that want to benefit from Qwen's capability without accepting Alibaba Cloud's data handling terms.
Who should use Qwen3.8-Max?
Teams with large-context workloads are the clearest beneficiaries. Legal document review, codebase analysis, long research synthesis, and video content processing are all tasks where Qwen3.8-Max's near-1M context window and flat pricing create a meaningful economic advantage over alternatives that either limit context or charge more as context length grows.
Multilingual product teams building for Asian or Middle Eastern markets continue to benefit from Qwen's historically strong performance across Chinese, Japanese, Korean, and Arabic. This advantage carries into Qwen3.8-Max.
Cost-sensitive developers who need more than DeepSeek offers — specifically video input and a larger context window — but cannot justify Claude Opus 4.8 pricing at scale will find Qwen3.8-Max a practical middle ground.
Conclusion
Qwen3.8-Max is Alibaba's most ambitious AI release to date, and it addresses real production needs: near-1M context at flat pricing, native video input, and always-on reasoning without a mode-switching overhead. The lack of independent third-party benchmark scores as of early August 2026 means the performance claims rest primarily on Alibaba's own evaluations, which warrants some caution until external validation catches up. But the architectural choices are sound, the pricing structure is genuinely competitive for large-context work, and the Qwen3.8-27B open weights give technically capable teams a zero-cost self-hosting path. For the right workloads, Qwen3.8-Max is one of the most compelling large-context AI options available right now.