- Is Kimi K3 still cheap like K2?
- Not by sticker. K3 headline pricing is about $3 input and $15 output per million tokens cache-miss, which is 5x to 6x the K2 line and roughly the closed-frontier tier. The saving lives in caching: cache-hit input is $0.30 and Moonshot reports 90%+ cache-hit rates on coding, so the effective cost can run 60 to 80 percent below the headline. Whether that holds for you depends on how much context your workload reuses, which we measure rather than assume.
- Can we really self-host a 2.8-trillion-parameter model?
- Technically yes, and the weights are open (dated 27 Jul 2026), shipped in MXFP4 which cuts the memory footprint substantially. But a 2.8T MoE is a serious GPU-fleet commitment, not a single-box deploy. For most teams the honest recommendation is to run on the hosted API and treat the open weights as optionality: residency, exit rights, and auditability. If you have the infrastructure and a residency or fixed-cost driver, we size the self-host build against your actual volume.
- How do we control reasoning cost when it is always on?
- K3 retires the thinking toggle for a reasoning_effort parameter, and at launch only max is available (low and high are coming). So every call currently pays for deep reasoning. The controls you have today are prompt design, aggressive prompt caching, capping output tokens, and routing the genuinely simple steps to a cheaper model behind the abstraction. When the lighter effort tiers ship, we add them to the adapter and re-tune the routing.
- Does the native vision actually matter for our build?
- It depends on the workload. If your agents look at screenshots, diagrams, dashboards, rendered UI, or documents, native vision means one model handles both the reasoning and the seeing, which simplifies the pipeline and cuts a hop. If your work is pure text and code, it is a capability you can ignore. We do not pay a complexity premium for modality you will not use.
- How hard is it to add K3 to an existing build?
- Behind a vendor-neutral abstraction, the way we build, it is a config change plus an eval pass. K3 exposes an OpenAI-compatible chat-completions API with function calling, tool_choice, and streaming, so it slots into the provider layer next to Claude and GPT. The one migration note is swapping the old K2.x thinking flag for reasoning_effort in the adapter. If your team wired a model in directly with no abstraction, budget a day to add the seam, then the same eval pass.
- Is a China-origin open model safe to use?
- It depends on the workload, and we make that call with evidence. We run content-policy and refusal probes in the eval suite, review the licence terms, and do provenance and supply-chain checks on weights you self-host. Many product workloads clear that bar comfortably. Some regulated or sensitive ones will not, and we will tell you plainly when K3 is the wrong choice.