Kimi K3 is Moonshot AI's flagship model, launched July 2026: a 2.8 trillion parameter Mixture of Experts model with a 1 million token context window, priced at 3 dollars per million input tokens. GTM operators plug it in as the reasoning layer for outbound research, lead qualification, and knowledge work, on top of their existing CRM, sequencer, and call recorder.
What Kimi K3 Is and Why Operators Are Paying Attention
Moonshot AI released Kimi K3 on July 16, 2026, per CNBC. The architecture is a Mixture of Experts with 896 total experts and 16 active per token, plus a 1 million token context window priced at the same rate regardless of position in the window. Most models charge more as you push deeper into context, or they degrade in quality at the tail. K3 prices the whole window at 3 dollars per million input tokens on a cache miss, 0.30 dollars per million cached input tokens, and 15 dollars per million output tokens, per eesel AI's pricing breakdown. That is roughly 40 percent below Claude Opus 4.8.
Open weights shipped under a Modified MIT license shortly after the hosted launch, documented in Simon Willison's analysis. The 2.8 trillion parameter total means a self hosted deployment is a serious hardware commitment, but the license removes the legal barrier for operators who want private inference over sensitive GTM data.
The API is OpenAI compatible at the base URL https://api.moonshot.ai/v1 with the model id kimi-k3. That compatibility is what makes every guide below practical: wherever you can point an OpenAI compatible client, you can route to K3.
Getting Started with Kimi K3
Three articles cover the mechanics of wiring K3 into the tools operators already run.
How to use Kimi K3 in Cursor walks through both setup routes: the direct Moonshot API key with base URL https://api.moonshot.ai/v1, and the OpenRouter path with the model name moonshotai/kimi-k3. The guide explains what a custom key enables (chat completions) and what it does not (Cursor Agent mode, Tab autocomplete, and codebase indexing), so you are not surprised a week into a team rollout.
How to connect Kimi K3 to Claude Code covers the three environment variables and the exact model id that get Claude Code running on K3 in under ten minutes, plus the common auth errors and how to fix them. Claude Code's agent loop routes calls through the model layer, which is different from Cursor's architecture, so the setup is distinct.
Kimi K3 open weights explained covers what the Modified MIT license actually grants, the hardware reality of self hosting a 2.8 trillion parameter model, and why the open weights release changes the economics of private inference for GTM builders who handle sensitive pipeline data.
Kimi K3 for Outbound and GTM Work
Six articles look at what K3 does inside a real outbound motion, from research and drafting to cost math and headcount decisions.
Kimi K3 pricing and cost explained covers the published API rates, context cache discount, and worked cost examples for a month of AI outbound work. A full month of research, scoring, drafting, and reply classification runs an estimated 55 to 75 dollars in K3 tokens, well below any platform seat in the AI SDR category.
How to automate outreach with Kimi K3 is the build guide for using K3's tool calling to run account research, write first drafts, and classify replies. The key distinction is that K3 handles the reasoning and copy steps; it does not touch sending. Instantly, lemlist, Smartlead, and similar sequencers own that layer, and you do not replace them with a model.
Is Kimi K3 good enough for outbound campaigns? gives a direct answer: yes for research and drafting, no as a standalone outbound engine. Deliverability, domain reputation, and follow-up sequencing are sequencer problems, not model problems. The article draws the line clearly so you know which part of the workflow to evaluate.
How much an AI SDR costs on Kimi K3 runs the token math for a full month of AI SDR work at K3 pricing versus Claude Fable 5 and platform seat costs. The model line item lands in the tens of dollars; the platform and human review costs are where the real budget goes.
Can Kimi K3 replace your lead gen agency? separates the execution half of a retainer, which K3 now covers for token money, from the strategic and relationship work that still needs a human. The article gives a framework for what to keep and what to hand to an agent.
Kimi K3 vs hiring an SDR frames the headcount question as a revenue decision rather than a cost one. Real 2026 fully loaded SDR costs versus what an agent running K3 can handle, with a decision rule that resolves the comparison for most teams.
Kimi K3 for Knowledge Work and Stack Consolidation
Two articles cover the broader picture of what K3 can absorb when you treat it as a reasoning layer rather than a chat tool.
How to build a second brain with Kimi K3 explains the architecture that works: a storage layer (Notion, GitHub, or wherever you keep your notes), a retrieval step that pulls the relevant slice, K3 reasoning over it, and a write back habit that creates memory across sessions. The 1 million token context is the workbench, not the filing cabinet, and the article explains why those are different jobs.
How many GTM tools can Kimi K3 replace? works through the stack layer by layer. About half a dozen point tools collapse into a reasoning layer: generic research, copy generation, reply classification, and document summarization. The layers that never collapse are sequencers, CRMs, LinkedIn senders, and call recorders, because K3 does not own sending, data of record, or the relationship channel.
Kimi K3 vs the Alternatives
Two comparison articles place K3 against the tools operators actually consider switching from or stacking with.
Kimi K3 vs Claude Code for AI agents explains the category error most comparison guides make: Kimi K3 is a model and Claude Code is an agent harness, so comparing them directly misses the point. The article covers benchmarks, pricing, and openness, then shows how to run Claude Code on K3 if you want the harness and the cheap model at the same time.
Kimi K3 vs Claude Code vs Codex adds Codex to the comparison and gives an operator read on when to switch agents, when to swap models, and when to stay put. The verdict is not "pick the best benchmark score" but "match the tool to the job."
Running Kimi K3 Inside a GTM Agent Runtime
Kimi K3 solves the model cost problem. It does not solve the orchestration problem.
A model generates text. An agent runtime decides what to do with that text, calls tools, manages state across steps, and owns the outcome. Without a runtime, K3 is a chat client. With one, it can qualify a batch of inbound accounts, write and log outreach, watch for buying signals, and update your CRM, all without a human triggering each step.
The Yalc GTM agent library shows what that runtime looks like in practice: autonomous, conversational GTM agents that sit on top of your CRM, your outbound sequencer, your LinkedIn sender, and your call recorder. None of those tools get replaced. Yalc treats the underlying model as a swappable component, so if K3's price to capability ratio holds up across your workload, you route to K3 and the rest of the stack stays identical. If a better model ships next quarter, you swap it without rebuilding anything.
The agentic GTM operating system overview explains the architecture in more depth, covering why orchestration is the layer that generates compounding returns while the model itself becomes a commodity input.
Frequently asked questions
What is Kimi K3?
Kimi K3 is the flagship model from Moonshot AI, released July 16, 2026. It is a 2.8 trillion parameter Mixture of Experts architecture with 896 total experts and 16 active per token, a 1 million token context window, and an OpenAI compatible API. Pricing at launch is 3 dollars per million input tokens and 15 dollars per million output tokens, per eesel AI.
How much does Kimi K3 cost?
At launch, 3 dollars per million input tokens on a cache miss, 0.30 dollars per million cached input tokens, and 15 dollars per million output tokens. That is roughly 40 percent below Claude Opus 4.8. Context caching applies within a session, so repeated queries over the same loaded corpus hit the cheaper cached rate and lower your effective spend considerably. For a full cost breakdown with a comparison to Claude Fable 5 and worked examples per agentic task, see Kimi K3 pricing and cost explained.
Is Kimi K3 open source?
Kimi K3 ships open weights under a Modified MIT license. The weights are free to download and run, with the restrictions covered in the license terms. Self hosting a 2.8 trillion parameter model requires serious hardware. The hosted API at https://api.moonshot.ai/v1 is pay as you go and available to any operator with an account at platform.moonshot.ai.
Can Kimi K3 replace my outbound tools?
No. K3 handles the reasoning steps: research, drafting, and reply classification. Sending infrastructure (Instantly, lemlist, Smartlead), your CRM, and your LinkedIn sender stay in place because K3 does not own those layers. The outbound automation guide details exactly where K3 fits and where it stops.
What is the Kimi K3 API base URL?
The base URL is https://api.moonshot.ai/v1 and the model id is kimi-k3. The API supports tool calls, JSON mode, structured output, and context caching. Through OpenRouter, the model name is moonshotai/kimi-k3 at the base URL https://openrouter.ai/api/v1/cursor.
How does Kimi K3 compare to Claude?
On token pricing, K3 runs roughly 40 percent cheaper than Claude Opus 4.8 at 3 versus 5 dollars per million input tokens. On benchmark performance, third parties describe K3 as a strong value bet rather than a proven winner on every task. The Kimi K3 vs Claude Code comparison goes deeper on benchmarks, openness, and how to run Claude Code on K3 to get both the cheap model and the mature harness.