Background: Filling the Max slot in the Qwen family

The Alibaba Tongyi Qianwen (Qwen) team has long distinguished itself from other top labs with an open-source-first stance: over the past two years, Qwen-Image, Qwen-VL, QwQ, Qwen3.6-Plus and others were released with weights. But the flagship Qwen-Max line had previously been available only as an API. On August 3, 2026, the Qwen team published Qwen3.8-Max at qwen.ai/blog?id=qwen3.8 — the first Max-class model in the family whose weights will go open (shipping next week), paired with a 27B-parameter sibling, Qwen3.8-27B, that is also going open-weights (per MarkTechPost same-day coverage).

Core specs: 2.4T MoE with a 1M-token context window

The headline numbers, cross-checked between MarkTechPost and the Qwen Cloud model page:

  • Total parameters: 2.4 trillion, mixture-of-experts (MoE) architecture. Activated-parameter count has not been disclosed by Alibaba.
  • Context window: 1,000,000 tokens (983K with thinking on, 991K with thinking off). Maximum output is 131K in both modes. Maximum reasoning budget is 262K.
  • Modalities: accepts text, image, and video as input; returns text.
  • API pricing (Qwen Cloud): USD 2.00 per 1M input tokens, USD 6.00 per 1M output tokens. Implicit cache reads cost USD 0.25 per 1M tokens; explicit cache creation is USD 2.50 and reads USD 0.17. Cached input is roughly 8x cheaper than fresh input.
  • Rate limits: 2M tokens per minute, 15K requests per minute.
  • Capabilities: function calling, structured outputs, batches, prefix completion, fine-tuning. The Responses API ships five built-in tools: code_interpreter, web_search, web_extractor, t2i_search, and i2i_search.

Benchmark scores: multimodal leads, code and reasoning catch the frontier

Alibaba published a full benchmark table alongside the release. The most signal-laden entries:

  • Terminal-Bench 2.1: 86.6, ahead of Claude Opus 4.8 and Fable 5 (both 84.6), but behind GPT-5.6 Sol (max) at 88.8.
  • SWE-bench Pro: 67.7 vs Fable 5 80.0.
  • FrontierSWE: 73.5 vs Fable 5 88.8.
  • PaperBench: 93.0 (leading).
  • IFBench: 82.8 (leading).
  • GPQA Diamond: 92.6, only marginally up from Qwen3.7-Max 92.4.
  • Multimodal rows lead cleanly: OSWorld-Verified 86.1, Parametric CAD Bench 91.5, OmniDocBench 1.5 92.1.
  • Internal deltas vs Qwen3.7 are large: DeepSWE 1.1 jumps from 21.6 to 56.6, FrontierSWE from 40.7 to 73.5, JobBench from 31.3 to 53.4.

Two honest caveats belong in any read: the multimodal table benchmarks against Qwen3.7-Plus, not Qwen3.7-Max, which flatters the generational gap; and Alibaba own RL scaling curve peaks at 0.725 near 4,000 training environments, then declines to 0.719 and 0.689 — so 2.4T is not a simple bigger-is-better extrapolation.

Deployment reality: Max is not deployable, 27B is

MarkTechPost read is the clean one: while Qwen3.8-Max is available right now via the API (OpenAI- and DashScope-compatible, so integration is just a base-URL and model-ID change), the 2.4T-total-parameter checkpoint is a multi-node datacenter artifact, not anything a single GPU server can host. The realistic on-premise form factor is Qwen3.8-27B — same training iteration, parameter count compressed to a range ordinary GPU hardware can serve. Max weights are promised for next week, but Alibaba has not published a license, the activated-parameter count, or which inference frameworks (vLLM, SGLang, TensorRT-LLM, etc.) will support it. Until those land, the 2.4T number is mostly a PR line.

Why Max goes open matters

Putting Max-class weights out is the first time the community can locally evaluate an Alibaba model that genuinely sits in the same benchmark conversation as GPT-5.6 Sol, Claude Opus 4.8, and Fable 5. Until now those models appeared in the same benchmark tables but were vendor-self-reported; with Max weights in the wild, the community can do independent capability tests, independent red-teaming, independent reproducibility work — which also matters for AI safety and alignment research.

But the gap between Max-is-open and Max-is-usable is real. 27B is the actual product form factor, and that is the standard playbook for open MoE flagships: DeepSeek V4-Pro 1.6T, Kimi K3 2.8T all serve on the same pattern via smaller, locally-runnable checkpoints. The real things to watch over the next week are: whether Alibaba publishes the activated-parameter count, the vLLM / SGLang / TensorRT-LLM adapter roadmap, and a clear license. Without those three, 2.4T remains a marketing number; with them, the open-source frontier ceiling moves up another notch.


Sources used:

  1. Official Qwen blog: Qwen3.8-Max release page (qwen.ai/blog?id=qwen3.8, indexed via qwen.ai/research)
  2. MarkTechPost coverage (2026-08-03): Alibaba Qwen Releases Qwen3.8-Max: A 2.4 Trillion Parameter MoE Model
  3. X/Twitter: Alibaba_Qwen official account, early-August preview of Qwen3.8-27B open-weights intent