Для кого: AI-разработчики, ML-инженеры, product-лиды и команды, выбирающие open-source LLM для production routing.Контекст: ночью 16 июля 2026 Moonshot AI (月之暗面) тихо выкатила Kimi K3 — 2,8 триллиона параметров, крупнейшая open-source модель в мире, с контекстом 1M token и native vision.Вы получите: три архитектурных механизма (KDA / AttnRes / Stable LatentMoE), таблицы бенчмарков vs Claude Fable 5 / GPT-5.6 Sol, API pricing, четыре способа доступа, матрицу выбора по сценариям и timeline open weights на 27 июля.Структура: pain points → позиционирование → контекст релиза → архитектура → benchmarks → pricing → access → selection → open-source → runbook → MACCOME. Широкий контекст coding assistants: матрица выбора AI-ассистентов для кода.
TL;DR — 30 секунд
После выхода Kimi K3 инженерные команды застревают на одних и тех же шести decision blind spots — не из-за незнания масштаба, а из-за невозможности перевести parameter count в routing decision:
Ниже — official tech blog, benchmark tables и pricing arithmetic, чтобы закрыть все шесть blind spots.
Ночью 16 июля 2026 Moonshot AI повесила баннер в API docs: «Kimi K3 is live!» — без keynote, без countdown в social media. Только technical blog, pricing page и model ID kimi-k3, доступный для immediate API call.
Контраст с масштабом резкий: 2,8 триллиона параметров — крупнейшая open-source AI-модель в мире, на ~75 % больше DeepSeek V4 Pro (1,6T), в 2,7× больше open model Xiaomi (1,02T) и более чем в 7× больше Alibaba (397B).
| Спецификация | Значение |
|---|---|
| Total parameters | 2,8 триллиона (2,8T) |
| Architecture stack | Kimi Delta Attention + Attention Residuals + Stable LatentMoE |
| Active experts | 16 / 896 (sparse MoE, sparsity 1,8 %) |
| Context window | 1 048 576 tokens (1M) |
| Input modalities | Text, image, video |
| Reasoning mode | Always-on; на launch доступен только max effort |
| API pricing | $3 / $15 per 1M tokens (input/output) |
| Open weights | 27 июля 2026 |
Sparse mixture-of-experts (MoE) + 1M token context (≈ пять полных романов за один forward pass) + native vision — заточено под complex coding, long-document reasoning, knowledge work.
One-liner: Kimi K3 — open, vision-native, long-memory coding LLM: output на 40 % дешевле Claude Opus 4.8, full weights — 27 июля.
За 18 месяцев Moonshot AI пережила удар DeepSeek и просадку market share. K3 — контрудар с измеримыми сигналами:
Это не vanity-scale project, а fast-growing business с техническим statement. Доля китайских моделей на OpenRouter: рейтинг OpenRouter за июнь 2026.
Full attention в Transformer масштабируется квадратично по длине sequence. При 1M token memory footprint KV cache становится bottleneck inference pipeline.
KDA — hybrid linear attention mechanism с таким core design:
Инженерная аналогия: full attention — попытка держать в RAM каждую деталь диалога; KDA — indexed retrieval с selective full recall. Именно это позволяет K3 продавать genuine 1M context по flat pricing.
Standard residual connection накапливает representation равномерно по depth — ранние high-value features размываются в deep layers. AttnRes добавляет selective cross-depth retrieval: модель может напрямую подтянуть representation из ранних слоёв, минуя progressive dilution.
Moonshot сообщает ~25 % training efficiency gain при additional compute overhead <2 %.
Kimi K3 — 896 experts, per forward pass активируется 16 (sparsity 1,8 %). На такой sparsity routing stability и optimizer dynamics — первичный engineering challenge, а не «просто больше experts».
| Technique | Mechanism / role |
|---|---|
| Quantile Balancing | Expert allocation из quantiles router scores — убирает fragile heuristic hyperparameters |
| Per-Head Muon | Independent optimizer per attention head — adaptive large-scale training |
| Sigmoid Tanh Unit (SiTU) | Activation function control для stable gradients |
| Gated MLA | Attention selectivity через gated multi-head latent attention |
Суммарно архитектурный stack даёт ~2,5× scaling efficiency vs Kimi K2 — тот же compute budget, выше effective intelligence.
Core self-reported data Moonshot (каждая модель — свой inference harness):
| Benchmark | Kimi K3 | Claude Fable 5 | GPT-5.6 Sol | Claude Opus 4.8 | GLM-5.2 |
|---|---|---|---|---|---|
| DeepSWE | 67.5 | 70.0 | 73.0 | 59.0 | 46.2 |
| Program Bench | 77.8 | 76.8 | 77.6 | 71.9 | 63.7 |
| Terminal Bench 2.1 | 88.3 | 84.6 | 88.8 | 84.6 | 82.7 |
| FrontierSWE | 81.2 | 86.6 | 71.3 | 66.7 | 67.3 |
| SWE Marathon | 42.0 | 35.0 | 39.0 | 40.0 | 13.0 |
| BrowseComp | 91.2 | 88.0 | 90.4 | 84.3 | — |
| Automation Bench | 30.8 | 29.1 | 29.7 | 27.2 | 12.9 |
| GPQA-Diamond | 93.5 | 92.6 | 94.1 | 91.0 | 91.2 |
| MMMU-Pro (vision) | 81.6 | 81.2 | 83.0 | 78.9 | — |
| OmniDocBench (document understanding) | 91.1 | 89.8 | 85.8 | 87.9 | — |
Interpretation:
Caveat: данные self-reported Moonshot; harness различаются (K3 — Kimi Code, GPT — Codex, Claude — Claude Code). Independent third-party reproduction in progress — трактуйте как directional signal, не definitive verdict.
| Model | Input ($/M token) | Output ($/M token) | Cache-hit input | Context window |
|---|---|---|---|---|
| Kimi K3 | $3.00 | $15.00 | $0.30 | 1M |
| Claude Sonnet 5 | $3.00 (promo $2) | $15.00 (promo $10) | — | 200K |
| Claude Opus 4.8 | $5.00 | $25.00 | — | 200K |
| GPT-5.5 | $5.00 | $30.00 | — | 400K |
| DeepSeek V4 Pro | $1.74 | $3.48 | $0.145 | 128K |
| Kimi K2.6 | $0.95 | $4.00 | $0.16 | 256K |
Key points:
Vs Claude Opus 4.8: K3 сильнее на ряде benchmarks при 60 % input cost и 40 % output cost. DeepSeek cost context: DeepSeek V4 Flash — local vs cloud rental.
Method 1: Kimi web/app — kimi.com, регистрация (Google OAuth). K3 default — max reasoning effort, без credit card.
Method 2: Official API — API key на platform.kimi.ai, OpenAI SDK compatible:
from openai import OpenAI
client = OpenAI(
api_key="your_moonshot_api_key",
base_url="https://api.moonshot.ai/v1"
)
response = client.chat.completions.create(
model="kimi-k3",
messages=[{"role": "user", "content": "Проанализируй этот codebase на bottlenecks..."}]
)
Method 3: OpenRouter — model ID moonshotai/kimi-k3; official Moonshot pricing, no markup, full 1M context.
Method 4: Open weights 27 июля — full weights на Hugging Face 27 июля 2026. Training: MXFP4 weights + MXFP8 activations, quantization-aware design; day-0 support ожидается в transformers, vLLM, SGLang. Production self-host: 64+ accelerator supernode — не laptop LLM.
| Scenario | Recommended model | Rationale |
|---|---|---|
| Sustained long coding (SWE Marathon class) | Kimi K3 | Benchmark leader; longest context |
| Complex repo-level bug fix | Claude Fable 5 | FrontierSWE lead |
| Terminal/tool-heavy agent | GPT-5.6 Sol | Terminal Bench + Coding Agent Index |
| Long doc / multimodal document analysis | Kimi K3 | OmniDocBench #1; native vision + 1M |
| Cost-sensitive production | DeepSeek V4 Pro | Output $3,48/M vs $15/M у K3 |
| Open-source self-host (post 7/27) | Kimi K3 | Strongest open weights; first >2T tier |
| Deepest reasoning research | Claude Fable 5 | HLE-Full 53,3 vs 43,5 у K3 |
Official announcement Moonshot: full model weights 27 июля. После release Kimi K3 станет:
На Hugging Face ожидаются quantized builds (MXFP4/NVFP4); vLLM и SGLang — day-one support. Для команд без closed API dependency — возможно главный open-source release 2026 года.
Kimi K3 — не parameter-stacking vanity project. KDA, AttnRes и Stable LatentMoE — реальные engineering innovations на уровне attention path, depth retrieval и MoE routing. На long-horizon coding и document understanding K3 matches или beats части closed frontier; pricing разумен; full open weights promised. Сигнал для China open AI ecosystem: конкуренция на intelligence frontier, не только на price war.
Но production Kimi K3 API agent stack (Kimi Code, OpenClaw Gateway, multi-model hybrid routing) на local MacBook упирается в три structural bottlenecks:
Для stable Kimi K3 + multi-model agent stack MACCOME Mac cloud hosts дают real macOS, SSH handoff и isolated environment — agents на dedicated node 7×24. Public plans: тарифы аренды Mac mini.
Dates to bookmark: 17–20 июля (WAIC, доп. анонсы) → 27 июля (K3 full weights на Hugging Face).
Sources: Moonshot AI official technical blog, Kimi API Platform docs, Artificial Analysis, OpenRouter pricing. Benchmarks — Moonshot self-reported, state on 16 июля 2026.
FAQ
Kimi K3 можно использовать бесплатно?
Да — бесплатная регистрация на kimi.com. K3 по умолчанию в режиме max reasoning effort. API — pay-per-token: $3/$15 за миллион token (input/output).
Можно ли развернуть Kimi K3 локально?
Пока нет — full weights 27 июля 2026 на Hugging Face. Production inference требует supernode 64+ accelerator; consumer laptop не потянет 2,8T parameters.
Kimi K3 или DeepSeek V4 Pro?
K3 — почти 2× parameters (2,8T vs 1,6T), 1M vs 128K context, сильнее coding benchmarks; DeepSeek V4 Pro output $3,48/M vs $15/M у K3. Подробнее: обзор DeepSeek V4.
Контекст 1M token реально полезен?
Да — full codebase, длинные research/legal документы, multi-turn agent с long memory. Flat pricing без length surcharge делает использование полного окна практичным.
Когда появятся режимы low/high reasoning effort?
Moonshot обещает low и high в последующих updates. Сейчас доступен только max.
Как запустить Kimi K3 agent 7×24 в production?
Разверните Kimi Code или OpenClaw Gateway на dedicated Mac cloud host — избегайте sleep ноутбука на long sessions. Тарифы аренды MACCOME — node config и pricing.