Аудитория: AI-разработчики, agent engineers, tech leads с API budget и routing SLA. 31 июля 2026 DeepSeek выпустил V4-Flash-0731 official: 284B / 13B active без изменений — прирост только post-training; agent scores обогнали V4-Pro preview; input $0.14/M (cache miss), output $0.28/M — порядок 1/36–1/179 от Claude Opus 4.8. Получите: timeline, pricing matrix шести игроков, разбор CSA+HCA+mHC+Muon, Harness mechanism, Artificial Analysis cross-check, controversy boundaries, 6-step runbook, FAQ. Структура: blind spots → timeline → pricing → architecture → Harness → competition → controversy → runbook → wrap. GA V4 и peak pricing: V4 GA migration guide; Kimi K3: Kimi K3 open weight release.
TL;DR — 30 секунд
После 31.07 команды упираются в шесть механических ограничений — каждое бьёт по bill или agent reliability:
| Дата | Событие |
|---|---|
| 2026-04-24 | V4 preview + open weights: V4-Pro (1.6T / 49B active), V4-Flash (284B / 13B active), 1M context, MIT |
| 2026-07-24 | Deprecated deepseek-chat и deepseek-reasoner отключены; весь traffic на V4 naming |
| 2026-07-27 | Moonshot публикует Kimi K3 (2.8T) weights на Hugging Face — давление на DeepSeek pricing |
| 2026-07-31 | V4-Flash-0731 official в API beta; weights sync; changelog первый раз называет Harness agent framework |
| 2026-08-02 | Alibaba Qwen3.8-Max API GA — ещё один open-weight competitor в CN stack |
| 2026-08-05 (cutoff) | V4-Pro official — нет; Harness — не public; app/web не на 0731 |
Vendor-published на 5.08.2026. GLM-5.2 pricing — не verified в рамках этой статьи.
| Модель | Статус | Total / active | Context | Input (miss/hit, $/M) | Output ($/M) | License |
|---|---|---|---|---|---|---|
| V4-Flash-0731 | Official GA | 284B / 13B | 1M | $0.14 / $0.0028 | $0.28 | MIT |
| V4-Pro | Preview | 1.6T / 49B | 1M | $0.435 / $0.003625 | $0.87 | MIT |
| Kimi K3 | Open weights | 2.8T / ~104B (community est.) | ~1.05M | $3.00 / $0.30 | $15.00 | Modified MIT |
| GLM-5.2 | Open source | ~744B / ~40B | 1M | не verified | не verified | MIT |
| Qwen3.8-Max | API GA | 2.4T / 95B | 1M | $2.00 / ~$0.17–0.25 | $6.00 | open-source promised |
| GPT-5.6 Sol | Closed | не раскрыто | — | — | — | proprietary |
| Claude Fable 5 | Closed | не раскрыто | 1M | — | ~$50 | proprietary |
Ключевой mechanism insight: V4-Flash-0731 — тот же parameter graph, что апрельский preview. 284B total / 13B active per token обогнал 1.6T V4-Pro preview на agent benchmarks — сигнал H2 2026: post-training ROI может превысить raw scale-up.
По tech report DeepSeek-V4: Towards Highly Efficient Million-Token Context Intelligence:
Changelog 31.07 первый раз называет DeepSeek Harness — in-house runtime: file I/O, tool calls, shell, end-to-end engineering tasks. Positioning: direct competitor Claude Code. До этого DeepSeek models жили в Claude Code, OpenCode, сторонних harness.
Все vendor agent scores (Terminal Bench 2.0, Toolathlon) — Harness minimal mode, max tier, top_p=0.95, temperature=1.0. Vendor disclaimer: «benchmark results highly sensitive to harness selection» — score != raw model capability delta.
| Модель | Lab | Intelligence Index (third party) | Avg cost per task (third party) |
|---|---|---|---|
| V4-Flash-0731 | DeepSeek | 50 | $0.03 |
| Kimi K3 | Moonshot AI | 57 | $0.86 |
| GLM-5.2 | Zhipu / Z.ai | ~+1 pt vs Flash | не verified |
| GPT-5.6 Sol | OpenAI | +9 pts vs Flash | $1.86 |
| Claude Fable 5 | Anthropic | +9 pts vs Flash | $3.15 |
Source: Artificial Analysis independent eval, cited via finance media. Methodology != DeepSeek Harness agent scores — не merge datasets.
Mechanism vs market: V4-Flash не лидер Intelligence Index (trails K3, GLM-5.2), но per-task cost ~1/29 K3, ~1/62 GPT-5.6 Sol, ~1/105 Claude Fable 5. DeepSeek продаёт good-enough intelligence at extreme $/token — объясняет 7 недель #1 на OpenRouter call volume.
Пока V4-Pro official slip, CN community flip nickname founder Liang Wenfeng: «Liang Baikai» (ждать зря) → praise после Flash-0731. Kill line concept: DeepSeek ставит floor — конкурентам нужен и performance win, и lower $/M, иначе token share уходит. Контекст: OpenAI GPT-5.6 Luna −80% в июле (OpenAI pricing breakdown).
Launch day 31.07: NVIDIA, Broadcom, AMD — flat. Конtrast с DeepSeek-R1 shock января 2025: рынок привык к efficiency narrative без chip panic.
deepseek-v4-flash → 0731 official auto. Retire deepseek-chat — migration: V4 GA migration guide.from openai import OpenAI
client = OpenAI(
api_key="your-deepseek-api-key",
base_url="https://api.deepseek.com"
)
# deepseek-v4-flash → 0731 official
response = client.chat.completions.create(
model="deepseek-v4-flash",
messages=[{"role": "user", "content": "Разбери этот agent log..."}],
)
V4-Flash-0731 не бьёт Claude Fable 5 / GPT-5.6 Sol на raw intelligence ceiling. Value proposition: MIT-licensed open weights + API at 1/36–1/179 closed flagship pricing для bulk agents и high-frequency calls. Для budget-sensitive teams с private deploy или heavy API volume — strongest value pick августа 2026.
Production DeepSeek V4 agent stack (OpenClaw Gateway, future Harness hooks, multi-model routing) упирается в три structural limits на laptop:
Для stable 24/7 agent automation MACCOME Mac cloud hosts — real macOS, SSH handoff, isolated env. Тарифы: цены аренды Mac mini.
Sources: DeepSeek API docs + changelog, tech report, Hugging Face model cards, Artificial Analysis (via finance media), 21st Century Business Herald, V2EX. Cutoff 5 августа 2026 — verify pricing и V4-Pro / Harness status перед production cutover.
FAQ
Главное отличие DeepSeek V4 от V3.2?
Нативный 1M-token context. При этом окне inference FLOPs V4-Pro — 27% от V3.2, KV Cache — 10% (vendor-reported). V4 серия — agent-focused tuning под Claude Code, OpenCode и аналоги.
V4 Flash или V4 Pro для daily use?
Chat, batch, agent pipelines — V4-Flash-0731 official (дешевле, agent scores выше V4-Pro preview). Сложный reasoning — V4-Pro preview до official GA.
V4 Pro official уже доступен?
На 5 августа 2026 — нет. GA только V4-Flash-0731 (API-only); app/web не на 0731. V4-Pro official + Harness — coming soon; слухи «10–20 августа» unverified.
Можно ли доверять бенчмаркам DeepSeek?
Tier trust: SWE-bench Verified и third-party baseline — выше. Terminal Bench 2.0 — Harness minimal mode; vendor warns harness-sensitivity. Ждите independent Claude Code / Cursor rerun.
Как гонять DeepSeek V4 agents 24/7 в production?
OpenClaw Gateway или multi-model routing на dedicated Mac cloud host. См. цены аренды Mac mini MACCOME для нод и конфигурации.