Kimi AI is the chat assistant and the family of open-weight models built by Moonshot AI, a Beijing company that has become one of the loudest names in open AI. If you have seen "Kimi K2" topping coding leaderboards next to ChatGPT, Claude, and DeepSeek and want the plain version of what it is, who makes it, what it costs, whether it is safe, and what "open" actually means here, this is it, current as of June 2026.
First, the disambiguation, because the name is crowded: this article is about the AI model, not the anime film "Kimi no Na Wa," the manga "Hana-Kimi," or Formula 1 drivers Kimi Räikkönen and Kimi Antonelli. We mean Kimi by Moonshot AI. We will also cover the parts most explainers skip: the open weights versus open source distinction, the data and China questions brands keep asking, and what a strong Chinese open model means for whether AI tools mention your business at all.
What Is Kimi AI?
Kimi is two things under one name: an AI assistant you can chat with at kimi.com, and Kimi K2, the family of large language models that power it, both made by Moonshot AI. You use the assistant the way you use ChatGPT or Claude: ask a question, paste a document, hand it a task, and it answers in natural language. It also reads images, writes and runs code, searches the live web, and runs multi-step agent workflows.
The split between the assistant and the model matters more for Kimi than for most rivals, and it is the source of most confusion about it. The Kimi app and its API are a closed product Moonshot operates. The Kimi K2 models underneath are open weights, which means the trained model files are published for anyone to download, run, and adapt. The flagship models inside ChatGPT stay closed (OpenAI has released separate, smaller open-weight models, but not the ones that power ChatGPT); Kimi opens its flagship model and keeps the product around it proprietary. That single fact shapes the pricing, the privacy trade-offs, and the strategic story we will get to.
Where Kimi earned its reputation is coding and agentic work, tasks where the model plans, calls tools, and works through many steps on its own, at a fraction of what the closed frontier models charge. Calling it "a Chinese ChatGPT" undersells what is interesting about it. The rest of this guide walks through each piece.
Who Makes Kimi? Moonshot AI, Explained
Kimi comes from Moonshot AI, a Beijing startup founded in March 2023 by Yang Zhilin, Zhou Xinyu, and Wu Yuxin, who were schoolmates at Tsinghua University. Yang, the CEO, has said the goal is to build toward artificial general intelligence, with long context, multimodal understanding, and self-improving architecture as the milestones. The company name nods to Pink Floyd's "The Dark Side of the Moon," which is also where the Chinese name, 月之暗面, comes from.
So yes, Kimi is a Chinese company, and that is central to the safety and data questions later. It is one of the better-funded ones. Alibaba put about $800 million into a roughly $1 billion round in February 2024 for a stake of around 36%, Tencent joined later that year, and in May 2026 Moonshot raised about $2 billion at a valuation near $20 billion, according to TechCrunch, on the back of roughly $200 million in annualized revenue. For a two-year-old lab, that is a steep climb, and it is funded largely by the open-weight strategy that put Kimi on the map.
That backing answers a common question: who owns Kimi? Moonshot AI owns and runs it. Alibaba is the largest outside investor, but with a minority stake it does not appear to run Kimi day to day or dictate how it behaves.
Kimi K2 and the Model Lineup
Kimi is not one model but a fast-moving series. The breakout was Kimi K2 in July 2025, a one-trillion-parameter model released as open weights under a modified MIT license, per Moonshot's GitHub repo. It matched or beat much larger closed models on coding benchmarks, and because the weights were free, it spread fast. Since then Moonshot has shipped a new version roughly every couple of months. Here is where things stand.
| Model (as of June 2026) | Released | What changed |
|---|---|---|
| Kimi K2 | July 2025 | The open-weight flagship: 1T total / 32B active parameters, strong coding |
| Kimi K2-Instruct-0905 | September 2025 | Better coding; context window doubled to 256K |
| Kimi K2 Thinking | November 2025 | A reasoning variant for long tool-use chains |
| Kimi K2.5 | January 2026 | Added vision (text plus images), agentic modes |
| Kimi K2.6 | April 2026 | Faster, stronger agent and frontend-coding workflows |
| Kimi K2.7 Code | June 2026 | Latest, coding-focused, uses fewer reasoning tokens |
Two naming patterns are worth knowing. An "Instruct" model answers right away; a "Thinking" model works through hidden steps before replying, trading speed for accuracy on hard problems. The flagship K2 models share the same shape: a one-trillion-parameter mixture-of-experts network that only activates about 32 billion parameters for any given token, which is the trick that keeps it cheap to run. On context length, the original K2 handled 128,000 tokens, doubled to 256,000 in the September Instruct-0905 update and carried into K2 Thinking; Moonshot does not always publish the exact figure for newer point releases, so check the model card for the version you use.
The benchmark that drew the most attention was Kimi K2 Thinking. On its Hugging Face model card, Moonshot reports scores of 71.3% on SWE-bench Verified (a real-world coding test), 60.2% on BrowseComp, and 44.9% on Humanity's Last Exam, along with the ability to chain 200 to 300 tool calls in a single run. Press reports put its training cost at roughly $4.6 million, a figure Moonshot has not confirmed, which would be a fraction of what frontier labs spend. Treat vendor benchmark wins as claims to verify against your own use, not settled facts, and treat this table as a June 2026 snapshot, because the version numbers move every few weeks.
How Kimi K2 Works: Mixture of Experts, Built for Agents
Under the hood, Kimi is a transformer that predicts the next chunk of text one piece at a time, the same broad design as ChatGPT and Claude. Where it differs is two deliberate engineering choices that explain why it is cheap and why it leans agentic.
The first is the mixture-of-experts design. Instead of one dense network where every parameter fires on every word, Kimi K2 splits into hundreds of specialist sub-networks and routes each token to only a few of them. The model holds a trillion parameters in total but uses only about 32 billion for any given token. You get the knowledge of a huge model at the running cost of a small one, which is the main reason Kimi's API undercuts the closed frontier so heavily.
The second is the focus on agentic behavior. Moonshot trained Kimi specifically to use tools, call functions, and carry a task across many steps rather than just answer in one shot. That is why its strongest results show up in coding agents and multi-step research, where the model has to decide what to do next, run it, read the result, and adjust. The trade-off is real: a model tuned to think and act in long chains can be slower and more verbose on simple questions, a complaint developers raise often.
None of this is a hidden dial you can game from the outside. It is the architecture that decides what Kimi is good at, and it points at the same place ChatGPT and Claude do: clear, well-structured information is what these models reason over best.
Is Kimi Open Source? Open Weights vs Open Source
This is where Kimi is most often described incorrectly, including by AI assistants asked about it. Kimi K2 is open weights, not open source, and the difference is real. Open weights means Moonshot publishes the finished model files, the billions of trained numbers, so anyone can download them, run them, and fine-tune them. Open source, in the strict sense, would also mean releasing the code and enough detail about the training data and method to rebuild a substantially equivalent model. Moonshot releases the weights but not the training data or the full recipe, so you can use the model freely, but you cannot fully audit or reproduce how it was made.
The license is also not plain MIT. Kimi K2 ships under a modified MIT license, and the modification is a single attribution clause: per the license on Hugging Face, if you deploy Kimi in a product with more than 100 million monthly active users or more than $20 million in monthly revenue, you must display "Kimi K2" prominently in the interface. For almost everyone that clause never triggers, but it means "open" here comes with one string attached. The smaller Kimi-VL model uses a standard MIT license with no such clause.
One more layer: the model is open, but the Kimi app and API are not. The product you log into at kimi.com is closed software that Moonshot runs on its own servers. So "Kimi is open source" is true only of the weights, and only loosely. This is the same pattern DeepSeek, Zhipu's GLM, Llama, Qwen, and Mistral follow, a wave of open-weight models that are genuinely free to run but are not open in the way the phrase implies. The practical upside is that privacy-sensitive teams can self-host the weights instead of sending data to Moonshot, which we come back to next.
Is Kimi AI Safe? Privacy, Data, and the China Question
"Is Kimi safe" actually folds two different questions together, and they have different answers. For everyday content, Kimi has guardrails and, like every assistant, can still be confidently wrong, so verify anything that matters. But its safety tuning looks lighter than the closed leaders'. A preliminary independent safety evaluation of Kimi K2.5 found capability similar to GPT-5.2 and Claude Opus 4.5 but noticeably fewer refusals on dangerous (CBRNE) requests, along with more compliance on disinformation and copyright misuse. As a Chinese model, it also follows Chinese content rules, so on politically sensitive topics it deflects or stays vague where a Western model might engage. None of that makes it unusable, but do not assume its guardrails match the frontier labs'.
The question with more weight for businesses is data. When you use the hosted app or API, your prompts go to Moonshot's servers, and where those servers sit depends on which door you use. The international API is operated by Moonshot AI Pte. Ltd., a Singapore entity, while the consumer service runs under Beijing Moonshot AI Technology Co., Ltd. in China. The underlying concern many security teams raise is that data handled under Chinese jurisdiction can be subject to local data and intelligence laws, which is the same caution applied to any China-hosted service, not a Kimi-specific accusation. There is also a usage term worth reading: Moonshot's API agreement says customer content may be used to develop and improve its services unless you arrange otherwise, with opt-outs reserved for enterprise or separate written agreements. It is worth weighing all of this plainly against your own risk tolerance and what data you would actually be sending.
There is also one reported incident worth knowing. In April 2026 the OECD.AI Incidents Monitor logged a case where Kimi returned another user's resume during a task, a cross-user data exposure. Moonshot characterized it as a model hallucination, while outside observers described it as a data-isolation flaw and reported the exposed details as genuine rather than invented; there is no detailed first-party post-mortem. One reported incident is not a verdict, but it is a fair data point for a privacy review.
The honest mitigation is the one the open weights make possible. If data residency is a dealbreaker, you do not have to use Moonshot's servers at all; a team can run the open Kimi K2 weights on its own infrastructure, so prompts never leave the building. That is the clearest practical answer to the China question: for sensitive workloads, self-host rather than send.
Kimi vs ChatGPT, Claude, and DeepSeek
Before comparing, fix one category error that trips up most write-ups, including AI ones: Kimi K2 and DeepSeek are models you can download and run, while ChatGPT and Claude are products that front closed models you can only rent. A fair comparison either lines the Kimi app up against the ChatGPT and Claude apps, or lines the Kimi K2 model up against the closed models inside them. Here is the practical version.
| Tool | What it is | Strongest at | Open weights? | Rough cost |
|---|---|---|---|---|
| Kimi K2 (Moonshot) | Open-weight model + app | Coding, agentic multi-step work, long context, low cost | Yes (modified MIT) | Low; can self-host free |
| ChatGPT (OpenAI) | Product fronting GPT models | General-purpose use, images, voice, the widest ecosystem | No (flagship); separate gpt-oss models, yes | Free tier; paid from $20/mo |
| Claude (Anthropic) | Product fronting Claude models | Writing, careful reasoning, long documents and code | No | Free tier; paid from $20/mo |
| DeepSeek (DeepSeek) | Open-weight model + app (also China-based) | Reasoning and coding at very low cost | Yes | Low; can self-host free; same China data caveats |
On capability, the honest read is that Kimi competes hardest on coding, agentic tasks, and price, where developers report it doing real work for a fraction of what Claude or ChatGPT cost. Where the closed products still tend to lead is general polish, reliability across varied tasks, multimodal range, and ecosystem depth. Independent reviewers also note Kimi can be slower and noticeably more verbose, answering a simple question with several paragraphs.
Kimi's arrival was called "another DeepSeek moment," and that framing is the real story: a Chinese open model matching far more expensive Western ones no longer shocks anyone, which itself signals how fast the gap is closing. That competitive pressure has an edge to it. In February 2026, Anthropic alleged that several Chinese labs, Moonshot among them, used networks of fake accounts to harvest millions of Claude conversations and distill their capabilities. Anthropic did not sue, Moonshot did not publicly respond, and it remains an unproven accusation, but it is part of the backdrop to how these cheaper, strong models are built. If you are weighing models head to head, our Claude AI explainer covers the other side of that comparison.
Is Kimi Free? Pricing and How to Access It
Yes, Kimi has a real free tier. You can use the assistant at kimi.com on the web and in the iOS and Android apps without paying, subject to daily rate limits. Paid plans raise those limits and add thinking mode, agent features, and more storage. The numbers below are approximate, change often, and vary by region, so confirm on the official pricing page before budgeting.
| How you use it | Price (as of June 2026) | What you get |
|---|---|---|
| Free tier | $0 | Web and app access, 128K context (a tier cap, even on models that support more), limited daily requests |
| Individual Pro | ~$9-19/mo | Higher limits, thinking and agent modes, priority responses |
| Professional | ~$29-49/mo | Agent features, more cloud storage, stronger web search |
| API | From about $0.60 in / $2.50 out per 1M tokens (base model; newer models cost more) | Build Kimi into your own apps; OpenAI-compatible |
| Self-host | Free license, your own hardware cost | Run the open weights yourself; data never leaves your servers |
A note on access: signing up from outside China can be fiddly because phone verification does not always work for foreign numbers; logging in with Google or scanning the app's QR code is the usual workaround. And on self-hosting, "free" is the license, not the hardware. Kimi K2 is a one-trillion-parameter model, and running it well takes a multi-GPU server most individuals do not have. The free, run-anywhere option is real for companies with infrastructure; for everyone else, the hosted app or a third-party provider is the practical route.
What Kimi Means for Your AI Visibility
Step back from the specs and there is a marketing question hiding in all this. Every new strong model is another place where a customer might ask "what is the best tool for X" or "is [your company] any good," and get an answer that shapes a buying decision. Kimi is one more of those places, and the open-weight twist makes it bigger than it looks.
Because Kimi K2's weights are public, the model does not only answer inside Moonshot's own app. It gets hosted, fine-tuned, and embedded into a long tail of downstream products and providers you will never see individually. You cannot audit every deployment that runs on Kimi, DeepSeek, or any other open model. What you can do is influence the input they all share: how clearly and consistently your business is represented across the open web, which is the foundation of generative engine optimization.
That splits into two practical jobs. The first is reachability: every one of these models and the crawlers feeding them has to be able to fetch your site in the first place. Block the AI crawlers, intentionally or not, and you close the live door into every model that fetches the web, even if you cannot undo what they already learned in training. The second is consistency: the brands that get described correctly are the ones whose facts line up across the sites a model is likely to read.
In our experience at geotoolbox, the businesses that surface well in AI answers are rarely the ones with the prettiest homepage; they are the ones a model can find, parse, and trust without tripping over contradictions. That is a measurable problem, which is why we build tooling around it. Our guides on what GEO is and tracking your AI visibility go deeper on both halves.
The open-model wave does not change the playbook so much as raise the stakes: there are simply more engines that can mention, or mangle, what you have built. The first move is to check whether they can even read you. Run a free AI Readiness check to see whether the AI crawlers can reach and parse your site, and where the gaps are, before the next model launches and the question gets asked again.
Frequently Asked Questions
Is Kimi AI a Chinese company?
Yes. Kimi is made by Moonshot AI, a startup based in Beijing and founded in March 2023 by three Tsinghua University classmates. Alibaba is its largest outside investor. As of May 2026 the company was valued at around $20 billion.
Is Kimi AI safe to use?
For everyday content, Kimi has guardrails like any major assistant and, like all of them, can still be wrong, so verify what matters. The bigger consideration is data: prompts sent to the hosted service go to Moonshot's servers (a Singapore entity for the API, a China entity for the consumer app), so they fall under those jurisdictions. For sensitive work, the safest route is to self-host the open weights so your data never leaves your own systems.
Is Kimi AI free?
Yes, there is a genuine free tier on the web and in the mobile apps, with daily rate limits. Paid plans start at roughly $9 to $19 a month for higher limits, the API is metered at around $0.60 per million input tokens for the base model, and the open weights are free to run if you have the hardware. Prices change often, so check the official site.
Is Kimi better than ChatGPT and DeepSeek?
It depends on the job. Kimi is praised for coding, agentic multi-step tasks, and very low cost, and it competes closely with DeepSeek, the other major Chinese open-weight model. ChatGPT is broader and more polished across general use, images, and voice. Many people use more than one and pick per task.
Is Kimi really open source?
Not in the strict sense. Kimi K2 is open weights: the trained model is published under a modified MIT license, so you can download, run, and fine-tune it, but Moonshot does not release the training data or full recipe, and the Kimi app and API are closed. The license also asks very large deployments to credit "Kimi K2" in their interface.
Can I run Kimi on my own computer?
The weights are public, but Kimi K2 is a one-trillion-parameter model that needs a multi-GPU server, not a laptop, to run well. Self-hosting is realistic for companies with that infrastructure, mainly for privacy or cost control. For everyone else, the hosted app or a third-party provider is the practical option.
Sources
- Kimi K2 repository (specs and license) - Moonshot AI, 2025
- Kimi K2-Instruct model card and license - Moonshot AI (Hugging Face)
- Kimi K2 Thinking benchmarks - Moonshot AI (Hugging Face), 2025
- Moonshot AI company overview - Wikipedia
- China's Moonshot AI raises $2B at $20B valuation - TechCrunch, May 2026
- Anthropic accuses Chinese labs of distillation via Claude - Fortune, February 2026
- Kimi cross-user data exposure incident - OECD.AI Incidents Monitor, April 2026
- An Independent Safety Evaluation of Kimi K2.5 - arXiv, April 2026
- Kimi K2: What's all the fuss and what's it like to use? - Thoughtworks