Use · Kimi
Is it good enough?
Ownership levelPartialnone·limited·partial·substantial·fullAnalytical input C ยท 62.8/100
This page is a projection of the one entry record, the Doesn't fail you factor that Use covers. The full verdict is set by all four factors together, floor-weighted so the weakest caps the whole.
Which domain expands which factor
- AssessUse & modify + Transparency
- ImplementData control + Doesn't fail you
- UseDoesn't fail you
- SupportTransparency
Capabilities & modalities
Kimi K2 is a text-focused, frontier-adjacent general model whose standout strengths are
agentic tool use, coding, and reasoning. Per Moonshot's technical report and independent
evaluation (ev-perf, ev-tech-report) it is among the strongest open-weight models on
agentic and coding benchmarks - it is designed as an "open agentic intelligence" rather than a
plain chat model. Choose Kimi K2 when you need frontier-adjacent open-weight capability for
coding/agentic workloads and can provide the serving infrastructure; account for China-aligned
censorship on sensitive topics.
Context window & long-context behaviour
Kimi K2 exposes a 128K-token context window per the model card. This item is marked partial:
OneHill has not independently measured effective long-context recall this session, so treat the
128K maximum as the architectural ceiling rather than a verified quality guarantee at full length,
and budget KV-cache memory accordingly on your serving cluster.
Kimi-K2-Instruct ships a chat template in its tokenizer configuration. Use it rather than
hand-rolling role markers:
messages = [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Summarize the following..."},
]
prompt = tok.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
Kimi-K2-Base has no chat template - it is a plain text-completion checkpoint and should
not be prompted as a chat assistant.
Language coverage
Kimi K2 is multilingual with particularly strong English and Chinese. Per-language depth
varies and is not exhaustively documented, so this item is partial: validate quality on your
target languages before relying on it in production, and remember that China-aligned content
filtering can affect coverage of sensitive topics regardless of language.
Native tool-calling and agentic behaviour are a core design goal of Kimi K2 - the model is
trained and benchmarked specifically for agentic tasks, and this is its headline differentiator.
Tool calling is exposed through the OpenAI/Anthropic-compatible function-calling API on vLLM
/ SGLang, so existing tool routers and agent frameworks work with little adaptation. Treat all
tool/retrieved content as untrusted and add prompt-injection defences (see Implement).
How this scores
The ownership factor this domain covers, drawn from the one entry record.
3
Doesn't fail youIs it reliable and good enough for the job?
ModerateFrontier-adjacent agentic and coding capability (e.g. SWE-bench Verified ~65.8), but safety tuning is lighter than Western frontier labs with no guard model, and the trillion-parameter scale makes even auditing it a multi-node exercise.
How this scores (AOI sub-dimensions)
Performance4/5how capable it is relative to its classFrontier-adjacent open capability, especially in agentic tool use and coding: on independent evaluation Kimi K2 (e.g.
Operational3/5how practical it is to run, serve and maintain in productionGood serving support (vLLM, SGLang, KTransformers, TensorRT-LLM) with an OpenAI/Anthropic-compatible API, but the trillion-parameter scale is a heavy operational burden: minimum viable deployment is a multi-GPU / multi-node cluster even in block-FP8, and there are no small variants - so it is far less portable than a laptop-to-datacentre size ladder.
Safety3/5whether misuse risks are evaluated and guardrails are providedThe Instruct variant is safety-tuned and withstands casual jailbreaks, but tuning is lighter than Western frontier labs, there is no companion guard model, and the model exhibits China-aligned topic censorship on politically sensitive prompts.
What this means for adoptionYou substantially use, modify and commercialise the self-hosted Kimi K2 weights under a near-MIT grant - the sole condition is the verbatim 100M-MAU / $20M-revenue trigger to display 'Kimi K2' in your UI - and run entirely on your own infrastructure, so your data stays yours. What holds ownership at partial is transparency: the 15.5T-token corpus and training code are closed and the model carries China-aligned censorship you cannot inspect. Mind the weights-vs-hosted split - the platform.kimi.ai API trains on your content by default (opt-out only by enterprise agreement, Singapore law), so self-host if data control matters. Confirm the attribution trigger and the per-checkpoint LICENSE before shipping, and budget multi-node infrastructure to run it at all.
Sources
The same evidence records as the entry sheet. Read means the text was verified; unverified means it is known to exist but not yet read.
Model cardread2026-07-25
Kimi-K2-Instruct model card on the verified moonshotai Hugging Face org: block-FP8 safetensors, 1T total / 32B active parameters, 128K context, Muon optimiser, and the statement that "Both the code repository and model weights are released under the Modified MIT License."
Licenceread2026-07-25
Kimi K2 LICENSE, read verbatim: standard MIT with one added clause - "Our only modification part is that, if the Software (or any derivative works thereof) is used for any of your commercial products or services that have more than 100 million monthly active users, or more than 20 million US dollars (or equivalent in other currencies) in monthly revenue, you shall prominently display 'Kimi K2' on the user interface of such product or service." Otherwise standard MIT.
Documentationunverified2026-07-25
The moonshotai/Kimi-K2 repository documents the MoE architecture (384 experts, 8+1 selected), the MuonClip optimiser, block-FP8 weights and deployment on vLLM, SGLang, KTransformers and TensorRT-LLM with an OpenAI/Anthropic-compatible API.
Technical_reportread2026-07-25
Moonshot's arXiv technical report "Kimi K2: Open Agentic Intelligence" (2507.20534), read: a 1T-total / 32B-active MoE trained on 15.5T tokens with the MuonClip optimiser (Muon + QK-clip), reporting agentic/coding results (e.g.
Terms of serviceread2026-07-25
platform.kimi.ai model-use agreement, read: user content is used to improve the services, with opt-out available only via an enterprise or separate written agreement; governed by Singapore law with disputes resolved by SIAC arbitration in English.
Privacy Policyread2026-07-25
platform.kimi.ai privacy policy, read: the hosted service trains on user prompts, audio, images, videos and files by default; the controller is MOONSHOT AI PTE.
Third-party analysisunverified2026-07-25
On independent evaluation Kimi K2 is among the strongest open-weight models on agentic and coding benchmarks (e.g.
Third-party analysisunverified2026-07-25
Independent analysis notes Kimi K2, like other China-based open-weight models, applies China-aligned content filtering on politically sensitive topics.
Third-party analysisunverified2026-07-25
Kimi K2 Instruct is safety-tuned but with lighter alignment coverage than Western frontier labs and no companion guard model.
Third-party analysisunverified2026-07-25
No public EU AI Act training-content summary, copyright policy, or provider documentation package is published for Kimi K2, and the training corpus is not released.
Third-party analysisunverified2026-07-25
Kimi K2 is served across vLLM, SGLang, KTransformers and TensorRT-LLM, but its 1T-parameter scale requires multi-GPU / multi-node infrastructure even in block-FP8.