Kimi K3 History and Timeline: How Moonshot AI Went From an Unknown Startup to a 2.8-Trillion-Parameter Open Frontier
From Kimi Chat to the 2.8T open-weight K3: a sourced Kimi K3 history and timeline with architecture, context window, benchmarks, pricing and limitations.
Late on a Thursday in July 2026, a developer in Berlin refreshed a Hugging Face page she had been watching all week. A machine-learning engineer in Bengaluru opened a terminal. A research lead in San Francisco pulled up a benchmark leaderboard and blinked at the ranking. The cause of all three reactions was the same: Moonshot AI, a Beijing startup that barely existed three years earlier, had just released Kimi K3—a 2.8-trillion-parameter model it called the largest open-weight system ever built, and one that independent blind tests placed shoulder to shoulder with the strongest closed models from OpenAI and Anthropic. Only a few years ago, a Chinese lab shipping a frontier-class model that anyone could download would have sounded implausible. In the summer of 2026, it was the biggest story in AI. This is the timeline of how Kimi got here—and an honest reading of what the model can and cannot do.

⚡ In One Minute
Kimi K3 is the flagship large language model from Moonshot AI, announced on 16 July 2026. It is a Mixture-of-Experts model with 2.8 trillion total parameters—of which only a small fraction activate for any given token—paired with a roughly one-million-token context window, native vision, and an always-on reasoning mode Moonshot calls thinking mode. Its headline claim is scale with openness: Moonshot says it is the largest model ever released with downloadable weights, under a permissive Modified MIT license.
In independent blind tests reported at launch, developers favoured K3 for front-end coding over several leading US systems, and it ranked at or near the top on general text quality. It ships in two flavours—K3 Max for chat and single-agent work, and K3 Swarm Max for large multi-agent workloads—with an OpenAI-compatible API. Benchmarks aside, its real significance is competitive: a serious, open, frontier-class alternative to closed models.
Kimi K3 in Plain Terms
What to Remember
- Kimi K3 is Moonshot AI’s 2.8-trillion-parameter Mixture-of-Experts model, announced 16 July 2026 and released under a Modified MIT open-weight license.
- Its calling cards are scale, a one-million-token context window, native vision, always-on reasoning and strong coding and agent performance.
- Independent blind tests place it near the top of the field, but benchmark wins are not the same as real-world usefulness—treat both carefully.
- Confirmed Moonshot specs are separated here from third-party benchmarks and unverified community reports.
- The bigger story is strategic: China’s labs have moved from fast followers to shaping the open-weight frontier.
Why Kimi K3 Matters
Different audiences care for different reasons.
To grasp why a single model release dominated a week of AI headlines, it helps to see who was paying attention and why. Developers cared because a model that tops coding leaderboards and speaks the OpenAI API dialect is something they can adopt in an afternoon, not a quarter. Enterprises cared because open weights mean data can stay inside their own walls—no sending sensitive prompts to a third-party endpoint, and no vendor able to deprecate the model out from under them.
Researchers cared because a 2.8-trillion-parameter model with published weights and novel attention mechanisms is a rare gift: a frontier-scale system they can actually inspect, fine-tune and study rather than probe through a locked API. Open-source communities cared because each capable open release resets expectations for what should be freely available, pressuring the whole industry. And investors cared because Kimi K3 is evidence that the economics and geography of frontier AI are shifting—that leadership is contestable, and that a well-funded lab outside Silicon Valley can ship at the frontier.
None of this means Kimi K3 is the best model at everything. It means the model matters as a marker: proof that open, frontier-class AI is no longer a contradiction in terms.
💻 Developer Insight — K3 vs Earlier Kimi Generations
Each Kimi generation solved a different bottleneck. Kimi Chat (2023) was about raw context—reading enormous documents. K1.5 (2025) added structured reasoning. K2 (2025) went big and agentic with a trillion-parameter Mixture-of-Experts built for tool use and coding. K2.5 (early 2026) bolted on native vision. K3 fuses all of it—scale, reasoning, agents, vision and a million-token window—into one system, then adds new attention machinery to keep that long context affordable. If you used K2 for coding agents, K3 is a drop-in step up rather than a new paradigm to relearn.
The Evolution of Kimi Models
From a long-context chatbot to an open frontier model, in five steps.
| Generation | When | Problem it solved | Signature capability |
|---|---|---|---|
| Kimi Chat | Oct 2023 | Reading very long inputs | 200K-character context, later 2M |
| Kimi K1.5 | Jan 2025 | Weak step-by-step reasoning | Reasoning to rival OpenAI o1 (Moonshot claim) |
| Kimi K2 | Jul 2025 | Scale and tool use | 1T-parameter MoE, open weights, agentic coding |
| Kimi K2.5 | Jan 2026 | No image or video understanding | Native vision via the MoonViT encoder |
| Kimi K3 | Jul 2026 | Unifying scale, reasoning, agents, vision | 2.8T MoE, ~1M context, KDA, thinking mode |
The Full Kimi Timeline
Newest first. Tags mark confirmed facts, milestones and community or third-party reports.
Kimi K3 Is Announced
What happened: Moonshot AI unveiled Kimi K3, a 2.8-trillion-parameter Mixture-of-Experts model with a roughly one-million-token context window, native vision and an always-on reasoning mode. The company positioned it as the largest open-weight model ever released, timed just before the Shanghai AI conference.
Technical breakthrough: K3 introduces Kimi Delta Attention, a hybrid linear-attention mechanism, and Attention Residuals, described by Moonshot as a drop-in improvement on standard residual connections that scales more reliably.
Industry impact: A downloadable frontier-scale model reframed the open-versus-closed debate overnight and put direct pressure on both US labs and other Chinese competitors.
Benchmarks, Weights and Reception
What happened: In independent blind tests reported at launch, developers preferred Kimi K3 for front-end coding over several leading US models, and it ranked at or near the top on general text quality. Moonshot said full weights would reach Hugging Face around 27 July under a Modified MIT license.
Developer impact: The API launched priced at about $3 per million input tokens and $15 per million output, with OpenAI-SDK compatibility that let teams swap it in with minimal code changes.
Current relevance: Independent rankings can shift week to week, so treat leaderboard positions as a snapshot, not a verdict.
Kimi K2.5 Adds Native Vision
What happened: Moonshot released Kimi K2.5, a multimodal upgrade to K2 that added native vision through a roughly 400-million-parameter encoder called MoonViT, letting the model process both images and video.
Technical breakthrough: Video understanding enabled genuinely agentic behaviour—reproducing a website user journey from a screen recording alone, a task that stumps text-only models.
Developer impact: Teams building visual agents and document-understanding tools gained an open option that could see, not just read.
Kimi K2 Goes Big and Open
What happened: Moonshot released the weights for Kimi K2, a one-trillion-parameter Mixture-of-Experts model with about 32 billion parameters active per token, trained on 15.5 trillion tokens and published under a Modified MIT license.
Technical breakthrough: K2 was engineered for agentic work—tool calling, multi-step coding and autonomous task execution—and briefly became the top-ranked open model on community hubs.
Industry impact: It established Moonshot’s open-weight strategy and proved a Chinese lab could ship a trillion-parameter model that developers worldwide actually wanted to use.
Kimi K1.5 Learns to Reason
What happened: Moonshot released Kimi K1.5, a reasoning-focused model the company said matched OpenAI’s o1 in mathematics, coding and multimodal reasoning.
Technical breakthrough: K1.5 leaned into reinforcement learning and long chains of thought—the shift from models that answer instantly to models that deliberate before responding.
Developer impact: It signalled that Moonshot could compete on reasoning quality, not just context length, narrowing the gap with the leading US labs.
Scaling, Funding and a 2-Million-Character Window
What happened: In early 2024 Moonshot said Kimi could handle up to two million Chinese characters in a single prompt, a tenfold jump. The startup also attracted major investment, including backing led by Alibaba, that pushed its valuation into the billions.
Industry impact: Capital and compute let Moonshot scale training infrastructure and user numbers as Kimi became one of China’s most-used consumer AI apps.
Developer impact: The extreme context window found a real audience among users feeding in whole books, codebases and legal files.
The Kimi Chatbot Launches
What happened: Moonshot launched Kimi, a chatbot that could process up to 200,000 Chinese characters in a single conversation—far beyond what most rivals handled at the time.
Technical breakthrough: Long-context processing became Kimi’s identity. While others optimised for chat, Moonshot bet that the ability to read enormous inputs would be the differentiator.
Industry impact: Kimi quickly gained a following among students, researchers and professionals who needed to work through long documents.
Moonshot AI Is Founded
What happened: Yang Zhilin and two Tsinghua University classmates founded Moonshot AI. The name nods to Pink Floyd’s The Dark Side of the Moon, released fifty years earlier—a moonshot bet on building frontier AI from Beijing.
Industry impact: Moonshot launched into a crowded field of Chinese AI startups, but its focus on long context and, later, open weights set it apart.
Current relevance: The founding team’s research pedigree helps explain how a young lab produced original architecture work rather than just fine-tuning others’ models.
The Technology, in Plain English
The concepts behind Kimi K3, without the jargon.
Mixture of Experts (MoE)
A dense model runs every parameter for every word. A Mixture-of-Experts model instead splits its network into many specialised sub-networks—experts—and a router picks a handful for each token. Kimi K3 has 2.8 trillion parameters spread across 896 experts, but only 16 fire for any given token. You get the knowledge of a huge model at the running cost of a much smaller one. That is how a 2.8-trillion-parameter system can be practical to serve at all.
Long-context processing and Kimi Delta Attention
A model’s context window is how much it can hold in mind at once. K3’s roughly one million tokens is enough for entire codebases or stacks of documents. The catch is that standard attention gets expensive as context grows. Moonshot’s answer is Kimi Delta Attention, a hybrid linear-attention design intended to keep very long context affordable rather than letting cost explode with length.
Native vision, reasoning and agents
Native vision means the model understands images and video directly, not through a bolted-on add-on. Reasoning is the ability to work through a problem step by step before answering—K3’s always-on thinking mode. Agentic AI is when a model plans, uses tools and takes multi-step actions toward a goal; K3 Swarm Max is built to run many such agents in parallel.
Training, inference, memory and open weights
Training is the expensive one-time process of teaching the model from trillions of tokens. Inference is running the finished model to answer a prompt—the cost you pay per use. Memory, in practice, is a mix of the context window and external systems that feed relevant information back in. Open weights means Moonshot publishes the trained parameters so anyone can download them—which brings us to cost and deployment.
Inference cost and deployment
Open weights are free to download, but not free to run. A 2.8-trillion-parameter model demands serious GPU memory and engineering to self-host, even with MoE keeping active compute modest and MXFP4 quantization shrinking the footprint. For most teams, the practical choices are Moonshot’s API for convenience, or self-hosting when data control, customisation or scale justify the infrastructure.
🔬 Research Insight — Why Long-Context Models Matter
A bigger context window is not just a bigger inbox. When a model can hold an entire codebase, a full contract set or a year of research notes in mind at once, it can reason across that material rather than through a narrow keyhole. That reduces the need for elaborate retrieval pipelines, cuts the errors that come from chopping documents into fragments, and unlocks tasks—whole-repository refactoring, long-horizon agents—that shorter models simply cannot attempt. The hard part has always been doing it affordably, which is exactly what Kimi Delta Attention targets.
Comparisons: The Kimi Family
How K3 stacks up against earlier generations.
| Dimension | Kimi K1.5 | Kimi K2 | Kimi K3 |
|---|---|---|---|
| Released | Jan 2025 | Jul 2025 | Jul 2026 |
| Architecture | Reasoning model | 1T MoE (32B active) | 2.8T MoE (16 of 896 experts) |
| Context window | ~128K tokens | ~128K tokens | ~1M tokens |
| Reasoning | Core focus | Strong | Always-on thinking mode |
| Coding | Competitive | Strong, agentic | Top-tier in blind tests |
| Vision | Limited | Added in K2.5 | Native |
| Agent support | Basic | Agentic tool use | Multi-agent (Swarm Max) |
| Openness | Partly open | Open weights | Open weights (Modified MIT) |
Comparisons: K3 vs the Frontier
Only publicly documented traits are compared. Closed-model internals are not disclosed by their makers.
| Model | Maker | Weights | Context (public) | Notes |
|---|---|---|---|---|
| Kimi K3 | Moonshot AI | Open (Modified MIT) | ~1M tokens | 2.8T MoE, native vision, agents |
| GPT-5.6 | OpenAI | Closed | Large (undisclosed internals) | Frontier proprietary system |
| Claude (Opus 4.8 / Fable 5) | Anthropic | Closed | Long context | Strong reasoning and coding |
| Gemini | Google DeepMind | Closed | Very long context | Deeply multimodal |
| DeepSeek V4 | DeepSeek | Open weights | Long context | Efficient open MoE |
| Qwen | Alibaba | Open weights | Long context | Broad open model family |
| Llama | Meta AI | Open weights | Long context | Widely adopted open baseline |
Two things stand out in that table. First, on the axis that Moonshot most wants to win—openness at frontier scale—K3’s main rivals are not the closed US giants but other open labs like DeepSeek, Qwen and Llama, and K3 is the largest of them. Second, direct capability comparisons with closed models are genuinely hard: OpenAI, Anthropic and Google do not publish parameter counts or architectures, so any head-to-head rests on benchmarks and blind tests rather than spec sheets. That is why independent evaluations matter—and why they should be read as evidence, not gospel.
What the Benchmarks Actually Measure
Reading leaderboards like a researcher, not a fan.
Coding benchmarks such as blind front-end tests ask developers which model’s output they prefer for a real task. That captures something genuine—usable code, sensible structure—but it rewards style and first-attempt polish, and preferences vary by language and framework. A win on front-end UI does not automatically transfer to systems programming or debugging a legacy codebase.
Reasoning benchmarks test math, logic and multi-step problem solving. High scores show a model can follow a chain of thought, but many public benchmarks are near saturation and vulnerable to contamination—test questions leaking into training data—so small gaps at the top are often noise. Agent benchmarks measure whether a model can plan, call tools and complete multi-step tasks; they are the most realistic and the most fragile, because a single wrong tool call can sink an otherwise strong run.
The honest reading: Kimi K3’s results are strong and independently reported, which is meaningful. But a leaderboard rank is a measurement of specific tasks on a specific day, not a permanent statement that one model is better than another for your work.
From Followers to Frontier
- A decade ago, Chinese AI labs were seen as fast followers; K3 is evidence they now help set the open-weight frontier.
- Moonshot went from founding to the largest open model in roughly three years—an unusually steep curve.
- Open releases from Chinese labs (Kimi, DeepSeek, Qwen) increasingly shape what the whole industry treats as freely available.
- The competitive centre of gravity in open AI now runs through Beijing and Hangzhou as much as Silicon Valley.
Pros and Limitations
An honest ledger, based on current evidence.
Strengths
- Largest open-weight model to date, with a permissive Modified MIT license.
- Roughly one-million-token context for whole-codebase and long-document work.
- Strong, independently reported coding and front-end results.
- Native vision plus always-on reasoning in a single system.
- OpenAI-compatible API and self-hosting both available.
- Multi-agent support via K3 Swarm Max.
Limitations
- Self-hosting 2.8T parameters demands heavy GPU infrastructure.
- Inference cost and latency at long context can be significant.
- Closed models may still lead on specific reasoning or safety tasks.
- Benchmark rankings are snapshots and can shift quickly.
- Full weights arrive after the announcement, so early claims precede scrutiny.
- Real-world reliability for autonomous agents remains unproven at scale.
By the Numbers
Key Kimi K3 figures. Third-party results are marked.
| Metric | Figure |
|---|---|
| Total parameters | 2.8 trillion (MoE) |
| Active experts per token | 16 of 896 |
| Context window | ~1,048,576 tokens |
| License | Modified MIT (open-weight) |
| Announced | 16 July 2026 |
| Weights release (stated) | Around 27 July 2026 |
| API input price | ~$3 per million tokens |
| API output price | ~$15 per million tokens |
| Cache-hit input price | ~$0.30 per million tokens |
| Default max output tokens | 131,072 (configurable) |
| Predecessor (K2) | 1T MoE, 32B active, Jul 2025 |
| Coding blind tests (third-party) | Preferred over leading US models |
Key Entities and Terms
The people, organisations and concepts behind Kimi K3.
Kimi K3
Moonshot AI’s 2.8-trillion-parameter open-weight Mixture-of-Experts model with a one-million-token context window and native vision.
Moonshot AI
The Beijing startup, founded in 2023 and backed by investors including Alibaba, that builds the Kimi chatbot and model family.
Yang Zhilin
Co-founder and CEO of Moonshot AI, a Tsinghua University researcher who set the lab’s long-context and open-weight direction.
Kimi
Both Moonshot’s consumer chatbot and the name of its model line, known first for extreme long-context reading.
Mixture of Experts
An architecture that activates only a few specialised sub-networks per token, giving large capacity at lower running cost.
Kimi Delta Attention
Moonshot’s hybrid linear-attention method designed to keep very long context affordable to process.
Open-weight AI
Models whose trained parameters are published for download, enabling self-hosting, fine-tuning and independent study.
AI Agents
Systems that plan, use tools and take multi-step actions toward a goal; K3 Swarm Max targets many agents in parallel.
Long Context
The amount of text a model can hold at once; K3’s ~1M tokens spans whole codebases and document sets.
Reasoning Model
A model that works through problems step by step before answering, rather than replying instantly.
DeepSeek and Qwen
Other Chinese labs (DeepSeek; Alibaba’s Qwen) whose open models are Kimi K3’s closest open-weight competition.
OpenAI, Anthropic, Google DeepMind, Meta AI
The US labs behind GPT, Claude, Gemini and Llama—K3’s closed and open benchmarks of comparison.
Confirmed Facts vs Community Reports
Confirmed by Moonshot AI: the 2.8-trillion-parameter MoE design, ~1M-token context, native vision, thinking mode, Kimi Delta Attention and Attention Residuals, the K3 Max and Swarm Max variants, and the Modified MIT open-weight license.
Third-party / independent: blind-test coding preference and general leaderboard rankings come from evaluators such as LMArena, not Moonshot, and can change over time.
Community reports: the exact 27 July weights date and some deployment details circulated via researchers and press ahead of the full public release, so treat precise figures as provisional until the weights and technical report are out.
Lesser-Known Facts
- Moonshot AI is named after Pink Floyd’s The Dark Side of the Moon, released fifty years before the company was founded.
- Kimi’s original claim to fame was reading 200,000 Chinese characters—later two million—long before long context was fashionable.
- K3’s 2.8 trillion parameters make it, by Moonshot’s account, the largest model ever released with open weights.
- Only 16 of K3’s 896 experts activate per token, so most of the network stays idle for any single word.
- The API speaks the OpenAI SDK, so many apps can switch to Kimi K3 by changing little more than a base URL and key.
Explore More AI Timelines
Related reading from AiTimeline.
Frequently Asked Questions
Thirty clear answers on Kimi K3 and Moonshot AI.
Why Kimi K3 Matters Beyond Benchmarks
It is tempting to reduce a model like Kimi K3 to a row on a leaderboard. Resist it. Benchmark scores are useful signals, but they are measured on fixed tasks under fixed conditions, and they say little about whether a model will hold up inside your codebase, your workflow or your regulatory environment. A model that wins a blind coding test can still frustrate a team that needs reliability over flair, and a model that ranks second can be the right choice because you can run it on your own servers.
Kimi K3’s deeper significance is what it represents. It widens the competition at the frontier of AI, pushing both open and closed labs to move faster. It advances the open-weight movement by proving that scale and openness can coexist, giving developers and enterprises more genuine deployment choices—API or self-hosted, closed or open, US or Chinese. And it marks a shift in who gets to define the frontier, with a three-year-old Beijing lab shipping the largest open model in the world.
What it does not do is settle anything. The AI landscape is moving too quickly for any single release to be the last word, and next month’s model—from Moonshot or anyone else—will rewrite parts of this page. That is precisely why a model’s real value shows up not in the week of its launch, but in the months afterward, in the hands of the people who actually build with it.
Sources & further reading
Every dated entry above was checked against these references. Last reviewed 17 August 2026.