Robots Atlas>ROBOTS ATLAS
Kimi K3

Kimi K3

K3 (July 2026)ย ยทย Family: Kimi
Kimi K3 (Moonshot AI, 16 July 2026) โ€” the first open 3T-class model: 2.8T MoE parameters (16 of 896 experts active per token), 1M context, native multimodality (text/image/video). Kimi Delta Attention (6.3x faster decoding) + Attention Residuals architecture. Terminal-Bench 2.1: 88.3% (second only to GPT-5.6 Sol).
โœ“ Activeโœ“ Public accessโš– Open weightsโ˜… FeaturedLLMMultimodalReasoning model๐Ÿ“ Kimi
Context window
1M
tokens
Parameters
2.8T (16 z 896 ekspertow aktywnych na token, MoE)
parameters
Release date
16 July 2026
Access:APIDownloadHostedDeployment:โ˜ Cloudself_hosted

Overview

Kimi K3 is Moonshot AI's flagship model released on 16 July 2026 โ€” Moonshot positions it as the world's first open 3T-class model. A sparse Mixture-of-Experts with 2.8 trillion total parameters, activating 16 of 896 experts per token. Context window up to 1 million tokens, native multimodality covering text, image, and video. The model targets long-horizon coding, knowledge work, and reasoning. For nine of the past twelve months, Kimi models set the upper bound of open-model sizes.

The architectural core is Kimi Delta Attention (KDA) โ€” a hybrid linear attention mechanism delivering up to 6.3x faster decoding in million-token contexts โ€” and Attention Residuals (AttnRes), which works along the depth axis, selectively retrieving representations across layers rather than accumulating them uniformly. AttnRes yields roughly 25% higher training efficiency at under 2% additional cost. Sparsity is implemented by Stable LatentMoE (16/896 active). Key routing components: Quantile Balancing (expert allocation derived directly from router-score quantiles, eliminating heuristics and a sensitive balancing hyperparameter), Per-Head Muon (extends Muon by optimising each attention head independently), Sigmoid Tanh Unit (SiTU), and Gated MLA โ€” improved activation control and attention selectivity.

Refined training and data recipes together yield roughly 2.5x better scaling efficiency than Kimi K2. Quantization-Aware Training (QAT) applied from the SFT stage onward. MXFP4 weights, MXFP8 activations for broad hardware compatibility. Recommended configuration is a supernode with 64 or more accelerators. Because KDA poses new challenges for prefix caching, Moonshot contributed an implementation to vLLM. The model also runs on SGLang and llama.cpp.

Benchmarks (reasoning_effort=max, harness KimiCode/Claude Code/Codex): DeepSWE 67.5%, Program Bench 77.8%, Terminal Bench 2.1 88.3% (second only to GPT-5.6 Sol at 88.8%), FrontierSWE 81.2%, SWE Marathon 42.0%, BrowseComp 91.2% (with context compaction @300K tokens), Automation Bench 30.8%, GPQA-Diamond 93.5%, HLE-Full 43.5%, MMMU-Pro 81.6%, OmniDocBench 91.1%. K3 leads on Program Bench, SWE Marathon, BrowseComp, Automation Bench, and OmniDocBench; it trails Claude Fable 5 on FrontierSWE and HLE-Full, and GPT-5.6 Sol on DeepSWE. Moonshot is direct that K3 still trails the most powerful proprietary models (Fable 5, GPT-5.6 Sol), but consistently outperforms other tested open models.

Availability: kimi.com, Kimi Work, Kimi Code, and API (base_url: api.moonshot.ai/v1, OpenAI SDK compatible). Four API rules: reasoning_effort supports only 'max' (the K2.x 'thinking' parameter must not be used), temperature/top_p/n are fixed (omit them), max_completion_tokens defaults to 131,072 and reaches 1,048,576, in multi-turn and tool calls return the complete assistant message. Flat pricing (no tiering by context length): cache-hit input $0.30/MTok, cache-miss input $3.00/MTok, output $15.00/MTok. Moonshot reports a cache-hit rate above 90% in coding workloads. Sample use cases: repo-scale engineering (long sessions, minimal oversight), vision-in-the-loop (iterating between code and live screenshots), research reproduction (I-Love-Q relations: 20+ papers, 3000+ lines of Python), deep research reports (42-year ASIC study: 2.8k+ fetches, 11k+ pages), document parsing (OmniDocBench 91.1). Moonshot AI is backed by Alibaba and Tencent.

Classification
LLMMultimodalReasoning model
Family: Kimi
Access & deployment
APIDownloadHosted
Cloudself_hosted
Weights: Open weights
Key parameters
๐Ÿ“ Context: 1M
๐Ÿงฉ Parameters: 2.8T (16 z 896 ekspertow aktywnych na token, MoE)
โœ“ Toolsย ยทย โœ“ Fine-tuning
๐Ÿ“ฅ Input: text, image, video

Technical specification

Context window
1M
tokens
Parameters
2.8T (16 z 896 ekspertow aktywnych na token, MoE)
parameters
License
Open weights (Moonshot AI custom license)
Hardware requirements
Recommended supernode configuration with 64+ accelerators (NVIDIA / equivalent). MXFP4 weights, MXFP8 activations for broad hardware compatibility. Prefix caching support for KDA available in vLLM (implementation contributed by Moonshot). Kimi Delta Attention delivers up to 6.3x faster decoding in million-token contexts.
Features:โœ“ Tool useโœ“ Fine-tuning
Modalities
โฌ‡ Input
textimagevideo
โฌ† Output
textcode

Capabilities and applications

Native model capabilities
Reasoning
The model's ability to reason logically and solve complex problems.
Category: reasoning
Advanced reasoning
The ability to perform multi-step, structured reasoning: analysing problems, planning steps, and drawing conclusions from hypotheses. Reasoning-first models (e.g. GPT-5.1 Thinking) dedicate a portion of inference to chains of thought before responding.
Category: reasoning
Extended thinking mode
A reasoning-model variant with a larger inference budget: more thinking cycles, higher answer precision at the cost of response time. Choice between 'standard' and 'extended' thinking is left to the user (e.g. the selector in GPT-5.2 Pro).
Category: reasoning
Long context
Support for large context windows โ€” tens to hundreds of thousands (or millions) of input tokens. Enables analysis of entire codebases, long documents, and many parallel conversations without losing earlier information. GPT-5.1 supports 400,000 tokens.
Category: language
Coding
Generating, analysing and modifying code in many programming languages. Covers writing functions, debugging, refactoring, code review, and creating tests. Measured by benchmarks such as HumanEval and SWE-bench.
Category: coding
Agentic coding
Multi-hour, multi-step programming tasks performed autonomously by the model: cloning a repository, running tests, iterating on fixes, integrating with CLI tools. Characteristic of Codex variants (GPT-5.1-Codex-Mini, Codex-Max).
Category: coding
Multimodal understanding
Category: multimodal
Video understanding
The model's ability to analyse and interpret video content โ€” recognising actions, motion, events and relationships between objects over time.
Category: video
Vision encoder
The model's ability to encode images and video frames into dense representations (embeddings), used for downstream tasks or as a backbone for vision-language models.
Category: vision
Tool use
The model's ability to call external functions, APIs and tools during a conversation: calculator, search engine, code editor, database. The model decides when and how to use a tool and interprets its result.
Category: planning
Parallel Tool Calls
Ability to invoke multiple external tools simultaneously while generating a response.
Category: reasoning
Function Calling
Category: planning
Computer use
The model's ability to operate a computer interface by interpreting screenshots and generating actions such as clicks, typing, and navigating applications.
Category: planning

Benchmark results

11 benchmarks
DeepSWE
reasoning_effort=max, harness KimiCode/Claude Code/Codex
67.5%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
Program Bench
reasoning_effort=max, harness KimiCode/Claude Code/Codex
77.8%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
Terminal Bench 2.1
reasoning_effort=max, harness KimiCode/Claude Code/Codex
88.3%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
FrontierSWE
reasoning_effort=max, harness KimiCode/Claude Code/Codex
81.2%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
SWE Marathon
reasoning_effort=max, harness KimiCode/Claude Code/Codex
42.0%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
BrowseComp
reasoning_effort=max, context compaction @300K tokens (bez compaction: 90.4)
91.2%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
Automation Bench
reasoning_effort=max, harness KimiCode/Claude Code/Codex
30.8%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
GPQA-Diamond
reasoning_effort=max, harness KimiCode/Claude Code/Codex
93.5%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
HLE-Full
reasoning_effort=max, harness KimiCode/Claude Code/Codex
43.5%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
MMMU-Pro
reasoning_effort=max, harness KimiCode/Claude Code/Codex
81.6%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026
OmniDocBench
reasoning_effort=max, harness KimiCode/Claude Code/Codex
91.1%
๐Ÿ“… 16 Jul 2026๐Ÿ“„ Moonshot AI Kimi K3 release, kimi.com/blog/kimi-k3 + MarkTechPost, 16 lipca 2026

Technical architecture

Core Architecture