Alibaba Qwen3.8-Max GA:
2,4T params, Arena text top-5, open weights next week

3 августа 2026 Alibaba выпустила flagship LLM Qwen3.8-Max (2,4T total params, 95B activated, 1M token context window) и одновременно запустила agent product «Qwen Office». Статья для тех, кто выбирает model stack и считает Agent workflow cost: timeline июль–август, spec sheet + pricing, MoE architecture deep dive, head-to-head vs Kimi K3 / DeepSeek V4 / Claude, controversy вокруг open-source label, industry context, 6-step evaluation checklist и FAQ. Ключевое: Arena text #5 (1496, Preliminary) — единственный third-party signal на момент публикации; остальные scores — internal Alibaba benchmarks; promise open weights «на следующей неделе» к дате выхода материала ещё не исполнен.

01

Timeline: от preview до GA за две недели

Июль–август 2026 — окно плотных релизов «trillion-parameter» моделей из Китая. Ниже — confirmed events и official statements, чтобы выстроить reference frame между Kimi K3, DeepSeek V4-Flash и Qwen3.8-Max.

ДатаСобытие
16 июляMoonshot AI релизит Kimi K3: 2,8T params (896 experts, 16 active), акцент на independent eval и transparent tech report
19 июляQwen3.8-Max preview: доступ через Token Plan / Qoder / QoderWork, pricing ~10% от ожидаемого GA; activated params и score table не опубликованы; ToS запрещает automated prod calls
27 июляKimi K3 open weights на Hugging Face по promise; параллельно open-source attention kernel, MoE comm libs и infra
31 июляDeepSeek V4-Flash GA: param count без изменений, agent/code benchmarks существенно выше собственного V4-Pro preview
3 августаQwen3.8-Max formal GA, полная score table, agent «Qwen Office» online; HK shares +~7%, US ADR +~4,5% в день релиза
~10 августа (estimate)Qwen3.8-Max + compact Qwen3.8-27B weights планируются на Hugging Face и ModelScope — на момент публикации exact date и license TBD

Шесть info-traps, которые dev должен знать

  1. 01

    Метка Open-Source != weights online: GA day site уже помечен open-source, но Hugging Face / ModelScope repos и license отсутствуют

  2. 02

    Total params != inference bill: при 2,4T total activated только 95B — billing ближе к ~1T-class model

  3. 03

    Score table — mostly self-reported: PaperBench, RecreationBench и др. — internal Alibaba harness; third parties GA ещё не retest'или

  4. 04

    Arena rank — Preliminary: 1496 pts, text #5 помечен preliminary, не final verdict

  5. 05

    Preview transparency gap: в июле не раскрывали activated params, model card и safety eval; несколько labs советовали не тащить в prod

  6. 06

    Footnotes про конкурентов спорны: comparison table намекает на fallback у Fable 5 scores, но methodology Alibaba тоже не fully disclosed

warning

Verify before prod: данные актуальны на 4 августа 2026. Open weights drop date, Arena final rank и independent retest могут измениться — перед migration сверяйтесь с official Alibaba announcements и neutral benchmarks.

02

Spec sheet: official Qwen3.8-Max numbers

ПараметрQwen3.8-Max
Release date3 августа 2026 (GA)
Total / activated params2,4T / 95B
ArchitectureSparse MoE на базе Qwen3.5 + hybrid attention
Context window1M tokens (thinking mode ~983K input, output cap ~131K)
Input modalitiesText / image / video
API pricingInput $2/M tokens, output $6/M (implicit cache hit $0,25; explicit cache write $2,5, read $0,17)
CNY pricing (domestic)Input 12 CNY/M, output 36 CNY/M; cache hit от 1,5 CNY
Arena text (snapshot 01.08)#5, 1496 pts (Preliminary); единственная non-Anthropic модель в top-8
Arena vision#2, ниже только Claude Fable 5
PaperBench (Alibaba self-test)93,0 (+28,2 vs prev gen)
OSWorld-Verified (Alibaba self-test)86,1
SWE-bench Pro (Alibaba self-test)67,7 (vs Fable 5 80,0)
HLE (Alibaba self-test)43,6 (lowest among flagships; Fable 5 53,3)
Open weights statusPromise «next week»; на момент публикации — not live

Note: строки с пометкой Alibaba self-test — из official release materials; Artificial Analysis и Arena.ai formal GA ещё не independently reproduced.

03

Deep dive: что решает 2,4T MoE stack

Почему MoE + hybrid attention, а не brute-force scaling?

Qwen3.8-Max продолжает Qwen3.5 line: sparse MoE даёт 2,4T total при 95B activated — inference cost ближе к ~1T tier, а не к full 2,4T matmul. Отсюда API $2/$6 (заметно ниже Claude Opus 5 $5/$25 и Fable 5 $10/$50): architecture efficiency traded за price competitiveness.

reasoning_effort: три preset'а для cost control

Три уровня: low / medium / xhigh (default xhigh). Dev может балансировать latency vs depth; toggles — enable_thinking или Anthropic-compatible field reasoning.effort.

Long-horizon autonomous tasks: claim vs verification

Case studies Alibaba: 16-day zero-touch coding project, 500+ step chip design optimization, internal RecreationBench (black-box env, restore real apps через interaction + vision feedback). Часть логов в GitHub qwen-code-dev-bot/oh-my-cli — но это не full third-party audit.

Ecosystem play: model + Agent product bundle

Qwen3.8-Max сразу в «Qwen Office»; API dual-stack OpenAI + Anthropic — plug-in в Claude Code, Codex, Qoder CLI, Qwen Code, OpenClaw и др. без rewrite transport layer.

6-step evaluation checklist (hands-on)

  1. 01

    API vs weights: сейчас — QwenCloud API; для local deploy ждите Qwen3.8-27B open weights или confirm Max license terms

  2. 02

    Cost baseline: estimate monthly token bill по $2/$6 + cache hit $0,25; сравните с Kimi K3 ($3/$15)

  3. 03

    Tune reasoning_effort: latency-sensitive workloads — medium/low; complex Agent loops — xhigh

  4. 04

    Real prod A/B: не мигрируйте по official scores alone; blind review на своём codebase vs Kimi K3

  5. 05

    Track third-party retest: следите за Artificial Analysis, Arena final rank и Hugging Face weights drop announcement

  6. 06

    Compliance review: enterprise — Alibaba Cloud ToS, log retention, output audit requirements и data residency constraints

04

Head-to-head: Qwen3.8-Max vs Kimi K3, DeepSeek V4, Claude

ModelVendorTotal / activatedContextPricing (input/output per M tokens)Open weightsIndependent eval
Qwen3.8-MaxAlibaba2,4T / 95B1M$2 / $6Not yet (promised)None yet
Kimi K3Moonshot AI2,8T / ~50B~1,048M$3 / $15Open (27 Jul)AA Index ~57,11
DeepSeek V4-ProDeepSeek1,6T / 49B1MFull table not publicOpenSWE-bench Verified 80,6%
DeepSeek V4-FlashDeepSeekUnchanged1MFull table not publicOpen9 agent/code benchmarks beat V4-Pro
Claude Opus 5AnthropicUndisclosed1M$5 / $25ClosedArena top tier
Claude Fable 5AnthropicUndisclosed1M$10 / $50ClosedArena text #1

Легко пропустить: Kimi K3 и DeepSeek раньше раскрыли activated params; Alibaba disclosed «95B» только на GA — preview opacity была одной из причин criticism от independent labs в июле. Единственный comparable blind test (269 files, real project architecture): Kimi K3 83 vs Qwen3.8-Max preview 80 — same tier, workload-dependent wins.

«Top global tier» и «beats GPT-5.6 Sol and Fable 5» пока в основном Alibaba narrative — verification потребует open weights drop и third-party score reproduction.

05

Controversy и industry context: open-source label опередил weights

  • Site says Open-Source, weights missing: GA day label live, Hugging Face / ModelScope — no repo, license или firm date
  • Benchmarks из internal harness: QwenSWEBench, CoWorkBench, RecreationBench — neutral platforms GA не reproduced
  • Competitor footnotes без proof: «Fable 5 results may involve fallback» — zero technical detail; Alibaba methodology тоже partially opaque
  • Preview ToS blocked prod: 19 Jul preview explicitly restricted automated prod env; no model card или safety eval

Trillion-parameter race 2026: новая фаза

  • Param race vs architecture efficiency: DeepSeek V4-Flash показал agent uplift без param bump; Qwen3.8-Max «high capacity, low activation» — тот же narrative
  • Alibaba returns to open weights: first Max-tier open promise — вместе с Kimi K3 и DeepSeek формирует «collective open» top-tier CN stack
  • Consumer deployment: compressed Qwen — core engine China Apple Intelligence, system-level AI на сотнях миллионов iPhone
  • Market reaction: release day HK +~7%, US +~4,5%
  • US regulatory parallel: White House convenes OpenAI, Anthropic on Agent cybersecurity test framework — open acceleration vs tighter Agent scrutiny

Key numbers (quick reference)

  • Specs: 2,4T total / 95B activated / 1M context / multimodal input
  • Pricing: API $2/$6; domestic 12/36 CNY per M tokens
  • Arena: text #5 (1496, Preliminary); vision #2
  • Independent blind test: Kimi K3 83 vs Qwen preview 80 (architecture design task)
  • Open promise: Qwen3.8-Max + Qwen3.8-27B, ~10 Aug estimate

Если планируете Qwen3.8-Max в Claude Code, Qoder или OpenClaw long-session Agent на ноутбуке или flaky Linux VPS, типичные pain points — OOM, dropped sessions, missing Xcode/Metal toolchain. Для prod с stable SSH long sessions, DerivedData cache и iOS CI/CD automation, когда local Mac iron не тянет, NodeMini Mac Mini cloud rental — dedicated node, seconds provisioning, Agent и build jobs на одной real Mac machine. Specs: цены аренды Mac Mini.

Sources: Alibaba official blog и press releases, Arena.ai leaderboard (snapshot 2026-08-01), Apidog / Yotta Labs / TechNode independent analysis, China Apple Intelligence coverage. Verify latest official announcements перед prod migration.

FAQ

Частые вопросы

API live через QwenCloud, dual OpenAI + Anthropic protocol. Weights not open yet: site labeled Open-Source, но Hugging Face / ModelScope repo и license terms expected «next week» (~10 Aug). Runtime env: цены аренды Mac Mini.

Authoritative unified benchmark пока нет. Единственный independent blind test — очень близко (Kimi K3 83, Qwen preview 80): same tier, workload wins vary. K3 edge — open weights + third-party data; Qwen edge — lower API price, richer multimodal stack.

Separate total vs activated: 95B activated — API cost ~1T-class. Full private deploy Max требует multi-node datacenter; realistic path — wait for Qwen3.8-27B open weights.

Reference — yes, verdict — no. Data from internal harness; neutral platforms GA not reproduced. Watch independent retest или run A/B на своём business dataset.

Помимо cheaper flagship API, China Apple Intelligence generative layer runs compressed Qwen on-device — system-level benefit для domestic iPhone users. More questions: help center.