Короткий ответ: пока нет. 3 августа 2026 Alibaba вывела Qwen3.8-Max в GA через cloud API и повесила на qwen.ai бейдж «Open-Source». На момент публикации нет репозитория модели на Hugging Face или ModelScope, нет лицензии и нет подтверждённой даты — только обещание выложить веса Qwen3.8-Max и компактного Qwen3.8-27B «на следующей неделе». Разбор для разработчиков, которые оценивают flagship API и миграцию Agent-стека: что реально shipped, чего нет, как модель смотрится рядом с Kimi K3 и DeepSeek V4, и почему open-source label появился раньше весов.
SECTION 01 Почему релиз Qwen3.8-Max поднимает вопросы прозрачности
После GA 3 августа в dev-комьюнити чаще всего ошибаются так:
- Бейдж «Open-Source» на qwen.ai принимают за shipped weights: На момент публикации репозитория на Hugging Face / ModelScope нет — только vague promise «на следующей неделе» для Qwen3.8-Max и Qwen3.8-27B;
- Vendor benchmarks считают независимой верификацией: PaperBench, OSWorld-Verified и SWE-bench Pro — всё из собственного harness Alibaba; Artificial Analysis GA-цифры не воспроизвёл;
- Игнорируют transparency gap preview-стадии: Preview от 19 июля запрещал production automation, не раскрывал active params и шёл без model card;
- Переоценивают preliminary rank в Arena: #5 при 1 496 points помечен Preliminary; места 1–4 и 6–8 — все Anthropic models;
- Недооценивают infra для long-horizon Agents: 16-дневный unsupervised coding и 500+ step chip-design требуют стабильного CI и macOS pipeline — virtualized Mac добавляет скрытый overhead.
Акции Alibaba в Гонконге в день релиза выросли примерно на 7 %, US-listed — на 4,5 %. Рынок воспринял это как возвращение Alibaba в frontier-model narrative, а не routine iteration.
SECTION 02 Timeline Qwen3.8-Max и core specs
- 16 июля: Moonshot AI релизит Kimi K3 (2,8T params, 16 из 896 experts active) с independent benchmarks и technical report;
- 19 июля: Qwen3.8-Max preview через Token Plan / Qoder / QoderWork по 10 % от финальной цены — без active params, без benchmark table, production automation запрещён в ToS;
- 27 июля: Kimi K3 open weights выходят по графику на Hugging Face плюс MoonEP и FlashKDA;
- 31 июля: DeepSeek шипит V4-Flash, обгоняя собственный V4-Pro preview на девяти agentic/coding benchmarks без роста параметров;
- 3 августа: Qwen3.8-Max GA с полной benchmark table; параллельно стартует Agent-продукт «Qwen Office»;
- Ожидается ~10 августа: Open weights для Qwen3.8-Max и Qwen3.8-27B обещаны на Hugging Face и ModelScope — репозитория, лицензии и firm date пока нет.
| Параметр | Значение |
|---|---|
| GA date | 3 августа 2026 |
| Total / active params | 2,4T / 95B |
| Architecture | Sparse MoE + hybrid attention на базе Qwen3.5 |
| Context window | 1M tokens (≈983K с thinking; 131K max output) |
| Input modalities | Text, image, video |
| API pricing (per 1M tokens) | Input $2, output $6; implicit cache hit $0.25; explicit cache write $2.50, read $0.17 |
| Arena Text Arena (snapshot 1 августа) | #5, 1 496 points (Preliminary) — единственная non-Anthropic модель в top 8 |
| Arena Vision Arena | #2, behind Claude Fable 5 |
| Open weights | Обещаны «на следующей неделе»; на момент публикации не live |
SECTION 03 MoE architecture и сравнение flagship-моделей
Qwen3.8-Max раздувает total params до 2,4T, но активирует только 95B на token — inference cost следует за active count, не за total. При $2/$6 per million tokens pricing заметно ниже Claude Opus 5 ($5/$25) и Claude Fable 5 ($10/$50). Ставка на architectural efficiency как pricing lever, а не на raw scale как capability lever.
Три tier reasoning_effort (low / medium / xhigh, default xhigh) меняют latency vs depth через enable_thinking или Anthropic-compatible reasoning.effort. API поддерживает OpenAI-compatible и Anthropic-compatible протоколы — base URL swap и модель в Claude Code, Codex, Qoder CLI, Qwen Code, OpenClaw.
| Модель | Total / active | Price (in/out) | Open weights | Independent benchmark |
|---|---|---|---|---|
| Qwen3.8-Max | 2,4T / 95B | $2 / $6 | Promised, not shipped | None yet |
| Kimi K3 | 2,8T / ~50B | $3 / $15 | Shipped 27 июля | Artificial Analysis ≈ 57.11 |
| DeepSeek V4-Flash | Same as V4-Pro | Not fully published | Shipped | Beats V4-Pro на 9 agentic/coding benchmarks |
| Claude Fable 5 | Undisclosed | $10 / $50 | Closed | #1 Arena Text Arena |
| Independent blind test (269-file arch task) | Kimi K3 83 vs Qwen3.8-Max preview 80 | — | — | Peer tier, trading blows |
Vendor scores Alibaba (source: vendor materials): PaperBench 93.0 (+28.2), OSWorld-Verified 86.1, SWE-bench Pro 67.7 (behind Fable 5's 80.0), HLE 43.6 (lowest among compared flagships; Fable 5 posts 53.3). Comparison footnote намекает, что «Fable 5 results may involve fallbacks», без equivalent methodological disclosure для собственных runs Alibaba.
SECTION 04 Open-source label problem и 6-step API integration checklist
Самый осторожный сигнал — не peak scores, а information timing: Open-Source tag пошёл live в день GA, пока weights, license и ship date оставались unpublished; каждый benchmark из harness Alibaba (включая QwenSWEBench и RecreationBench); July preview без model card и с ban на production automation.
- Verify open-weight status: Искать
Qwen3.8-Maxна Hugging Face / ModelScope — подтвердить репозиторий, license и weights до миграции только по website badge; - Pick protocol: OpenAI-compatible или Anthropic-compatible endpoint под существующий toolchain; оценить Qwen Office vs raw API calls;
- Configure reasoning tier:
lowилиmediumдля latency-sensitive tasks; defaultxhighдля complex Agents и мониторить token spend; - Enable caching: Implicit/explicit cache pricing (hit $0.25, read $0.17) режет bill на long-context Agent workloads;
- A/B на своей workload: Blind-compare против Kimi K3 и DeepSeek V4 на реальных задачах — не полагаться только на vendor benchmarks;
- Plan Agent infrastructure: Long-horizon tasks требуют stable CI и macOS build environments; сравнить physical Mac nodes vs virtualization TCO.
from anthropic import Anthropic
client = Anthropic(
api_key="YOUR_DASHSCOPE_API_KEY",
base_url="https://dashscope.aliyuncs.com/api/v2/apps/anthropic/v1"
)
response = client.messages.create(
model="qwen3.8-max",
max_tokens=4096,
thinking={"type": "enabled", "budget_tokens": 8000},
messages=[{"role": "user", "content": "Summarize MoE active params for Qwen3.8-Max."}]
)
print(response.content[0].text)
SECTION 05 Citable data, industry context и selection conclusion
- 2.4T total / 95B active: Active count впервые раскрыт на GA — preview stage молчал, focal point июльской transparency criticism;
- API $2/$6 per 1M tokens: Ниже Claude Opus 5 и Fable 5 pricing tiers;
- Arena Text #5 (1 496, Preliminary): Единственная non-Anthropic модель в top 8; Vision Arena #2;
- Long-horizon showcases: Alibaba цитирует 16-day unsupervised coding и 500+ step chip optimization; partial trace на GitHub
qwen-code-dev-bot/oh-my-cli, не full independent audit; - Consumer reach: Qwen уже питает generative AI в Apple Intelligence для Китая — см. Apple Intelligence China и партнёрство с Qwen.
2026 — год, когда trillion-parameter models размножились, но DeepSeek V4-Flash доказал agentic gains без scaling parameters. Редкое обещание Alibaba open-weight Max-class model встаёт в ряд с Kimi K3 и DeepSeek в китайском lab shift к open weights. В ту же неделю OpenAI и Anthropic раскрыли agent jailbreak incidents, достаточно серьёзные для White House convening 4 августа по voluntary cybersecurity testing — резкий контраст global AI narratives.
Official и third-party sources ниже — verify against current pages перед migration decisions:
Arena.ai: public Text и Vision Arena leaderboards
GitHub: qwen-code-dev-bot/oh-my-cli (partial long-horizon coding trace)
TechCrunch: Apple Intelligence approved for China with Alibaba's Qwen AI
Команды, строящие Agent pipelines на Qwen3.8-Max, упираются в virtualization overhead на Xcode builds, Metal acceleration и iOS CI. Для production без потерь native compute, stable iOS CI/CD и 24/7 Agent automation выделенные физические Mac-ноды MACNOX обычно лучший fit: 100 % Apple hardware, full Root, no hypervisor tax, flexible daily/weekly/monthly billing. Больше контекста по китайским моделям: разбор OpenRouter July rankings.
SECTION 07 FAQ
Qwen3.8-Max open source прямо сейчас?
Нет. API live через Alibaba Cloud Model Studio, но weights не на Hugging Face или ModelScope на момент публикации. Бейдж Open-Source на qwen.ai описывает intent, не shipped artifact — weights плюс Qwen3.8-27B обещаны «на следующей неделе» без confirmed date.
Как Qwen3.8-Max сравнивается с Kimi K3?
Единого authoritative head-to-head нет. Единственное independent comparison — blind-reviewed 269-file architecture task — дало Kimi K3 83/100 vs Qwen3.8-Max 80/100, по сути tie. Edge Kimi K3 сегодня: public weights и Artificial Analysis score. Edge Qwen3.8-Max: lower API pricing и broader native multimodal support.
2,4 trillion parameters = нужен data center?
Для full checkpoint — да: 2.4T MoE artifact (даже с 95B active) — multi-node datacenter scale. API полностью обходит это. Для local deployment реалистичнее smaller Qwen3.8-27B, который обещан open-weight alongside flagship.
Можно ли доверять benchmark numbers Alibaba?
Как vendor claims, не verified results. Каждый published score из собственного harness Alibaba, включая in-house benchmarks. Ни одна independent platform не воспроизвела GA numbers на момент публикации; Arena entry остаётся Preliminary. Ждать third-party reproductions или тестировать на своей workload.
Зачем это, если я не вызываю модели Alibaba?
Qwen уже питает generative AI в Apple Intelligence для пользователей в Китае, on-device на recent iPhones. Живой пример того, как китайская open-weight model family становится embedded infrastructure внутри major global consumer platform — вызываете ли вы Qwen API напрямую.