Quick answer: Kimi K3 is a new AI model from the Chinese lab Moonshot AI. It has 2.8 trillion parameters, a 1 million token context window, and it can read images as well as text. On July 26, 2026, Moonshot released the full model weights for free, so anyone can download it and run it on their own servers. You can also just use it through the Kimi app, Kimi Work, Kimi Code, or a paid API that plugs into almost any tool built for OpenAI's models. It is not quite as strong as Claude or GPT-5.6 Sol on the hardest tasks, but it is very good at coding and much cheaper to run.
If you have been searching for what Kimi K3 actually is and whether it is worth your time, here is the short version and the long version. Moonshot AI, a Beijing based lab, put out Kimi K3 in the middle of July 2026 and then released its full weights as open source on July 26. That second part is the big deal. Most frontier models stay locked behind an API. Kimi K3 does not. You can pull the whole thing down and run it yourself if you have the hardware, or just use it through Moonshot's own apps and API like you would with any other AI tool.
What Kimi K3 actually is
Kimi K3 is what is called a mixture of experts model. Instead of one giant network doing all the work for every question, it has 896 smaller expert networks and only turns on 16 of them for any given piece of text. That is less than 2 percent of the total model active at once. The trick lets Moonshot build something with 2.8 trillion parameters in total while keeping the actual cost of answering a question much lower than the size suggests.
A few things stand out about it:
- 1 million token context window. That is roughly 700,000 words of text in one conversation. You could feed it a small codebase, a long contract, or months of support tickets in a single go.
- Native vision. It reads images directly, not through a separate bolt on tool, so it can look at a screenshot, a chart, or a scanned document and reason about it.
- A thinking mode. Kimi K3 has a setting called reasoning effort that lets it slow down and work through a hard problem step by step, or answer quickly for simple requests.
- Built for long sessions. Moonshot designed it to stay useful through multi hour coding sessions, moving around a large codebase and running terminal commands without losing track of what it is doing.
On coding benchmarks it climbed to the top of Arena.ai's front end coding leaderboard, ahead of most other models tested at the time. On overall reasoning it still trails the very best proprietary models, Anthropic's Claude and OpenAI's GPT-5.6 Sol among them, but it beats nearly everything else it was tested against. We wrote about that wider release wave in our piece on the July 2026 AI model wave, if you want the bigger picture of what else shipped that month.
How to actually use it
There is no single "correct" way to set up Kimi K3. It depends on whether you just want to try it or whether you want to build it into a product.
The easy way: use Moonshot's own apps
If you just want to chat with it or use it for daily work, go to kimi.com or download the Kimi mobile app. Sign up, and K3 is the model running behind the chat by default on current plans. Kimi Work is Moonshot's version of an AI that handles a whole task in the background rather than just answering one message at a time, similar in spirit to ChatGPT Work or Claude Cowork, which we covered in our guide to those tools. Kimi Code is the coding focused version, built for people who want an AI that can read a repository, write code, and run it.
The developer way: the API
If you want to plug Kimi K3 into your own software, Moonshot offers an API that is compatible with the same format OpenAI uses. In practice that means if your code already talks to GPT models through the OpenAI SDK, you can often just change two things: the API key and the base URL, which becomes api.moonshot.ai/v1. Most existing tools and libraries built for OpenAI style APIs will work with little to no rewriting.
The self hosted way: download the weights
Because the weights are open under a modified MIT license, a business with the right hardware can download Kimi K3 and run it on its own servers, with no per use fee to Moonshot at all. This is not a small undertaking. A model this size needs serious GPU capacity, and you take on the setup, the fine tuning, and the ongoing maintenance yourself. For most small and medium businesses, using the hosted API or the apps is the more sensible starting point. Self hosting makes sense once you have a clear, high volume use case where the API cost would otherwise add up fast.
What it costs
Through the API, Moonshot prices Kimi K3 at 3 dollars per million fresh input tokens and 15 dollars per million output tokens. Cached input, meaning text you send repeatedly like a system prompt or a set of reference documents, costs a tenth of that at 30 cents per million tokens. If your use case sends the same background context on every request, which is common for coding assistants and customer support tools, your real average cost drops a long way below the headline number.
To put that in perspective, it sits well below what you would pay for a premium model like GPT-5.6 Sol or Claude Opus for the same volume of work, while landing close to the quality of those models on coding tasks specifically. That gap is exactly why open weight releases like this one keep pushing prices down across the whole industry, something we get into more in our guide on cutting enterprise AI costs.
Should your business actually use it
Kimi K3 is a strong fit if your work leans toward coding, working through long documents, or any task where a 1 million token context window actually matters, like reviewing a large contract or analyzing a full year of records at once. It is also worth a look purely on price if you are running high volume tasks where a slightly less polished answer is an acceptable tradeoff for a much lower bill.
It is a weaker choice if you need the single best answer on a genuinely hard reasoning problem, or if your team has no appetite for testing a newer, less established model on data that really matters. In that case, stick with what you already trust and revisit Kimi K3 once it has a longer track record.
The sensible move for most businesses is to try it on a low stakes task first. Point it at something like drafting code for an internal tool, summarizing a batch of documents, or answering routine support questions, and compare the result and the cost against whatever you use today. Let the numbers make the decision rather than the headlines.
Frequently asked questions
Is Kimi K3 free to use?
The model weights are free to download and run yourself if you have the hardware. Using it through Moonshot's hosted API or apps costs money based on usage, though the pricing is lower than most premium competitors.
Is Kimi K3 better than ChatGPT or Claude?
Not overall. It trails GPT-5.6 Sol and Claude on general reasoning benchmarks, but it performs very well on coding tasks specifically and costs much less to run for the same volume of work.
Can I run Kimi K3 on my own servers?
Yes, since the full weights were released as open source in late July 2026 under a modified MIT license. You need substantial GPU hardware to run a model of this size, and you take on the setup and maintenance yourself.
How do I connect Kimi K3 to my existing software?
Moonshot's API follows the same format as OpenAI's, so if your software already calls GPT models through the OpenAI SDK, you can usually switch by changing the API key and the base URL to api.moonshot.ai/v1, with little other rewriting needed.
What is the context window and why does it matter?
The context window is how much text the model can consider at once, and Kimi K3's is 1 million tokens, roughly 700,000 words. That means it can read a large document, a codebase, or months of records in a single request instead of splitting the work into pieces.
Is Kimi K3 safe for a small business to rely on?
It is new enough that most businesses should test it on a low risk task before depending on it for anything important, the same caution you would apply to any newly released model. Check your own data protection and compliance requirements too, since Kimi K3 is run by a company based outside the EU.
Where Buinsoft fits in
Buinsoft is a Prague based AI and software consultancy. We help small and medium businesses figure out which AI model actually fits a given job, whether that is Kimi K3, Claude, GPT, or something else, and we build the automations and integrations that make the choice pay off in practice.
You can read more about our AI integration consultancy, email us at info@buinsoft.com, or reach us through our contact page. No pressure, just a straight conversation about what makes sense for your business.




