Inference Dashboard / Model

Kimi K2.5 / K2.6 / K2.7-Code

Moonshot AI's 1T-parameter / 32B-active MoE family sharing a DeepSeek-V3-style MLA backbone with native INT4 quantization and a 256K context window.

Moonshot AI·Released January 27, 2026 (K2.5); April 20, 2026 (K2.6); June 12, 2026 (K2.7-Code)

Overview

The Kimi K2.5 → K2.6 → K2.7-Code line is Moonshot AI's 1-trillion-parameter open-weights MoE family, all three sharing an identical architecture: 1T total parameters, 32B activated per token, 61 layers, MLA attention, 384 routed experts with 8 selected per token plus 1 shared expert, a 256K context window and a 400M-parameter MoonViT vision encoder (Kimi-K2.5 model card; Kimi-K2.6 model card; Kimi-K2.7-Code model card). Moonshot states this explicitly on the later cards — "Kimi-K2.6 has the same architecture as Kimi-K2.5, and the deployment method can be directly reused" and "Kimi-K2.7-Code has the same architecture as Kimi-K2.5/Kimi-K2.6" (Kimi-K2.6 model card; Kimi-K2.7-Code model card). The text backbone is DeepSeek-style: K2.7-Code's config.json declares the text architecture as DeepseekV3ForCausalLM with topk_method: noaux_tc, sigmoid expert scoring, YaRN RoPE scaling and MLA-style q_lora_rank/kv_lora_rank projections (Kimi-K2.7-Code config.json).

Release timeline, per Moonshot's own channels: Kimi K2.5 was published 2026-01-27 and is an open-source native multimodal agentic model built by continual pretraining on ~15 trillion mixed visual and text tokens on top of Kimi-K2-Base, adding instant and thinking modes and the Agent Swarm execution scheme (Kimi Research & Tech Blog; Kimi-K2.5 model card); its card also logs a 2026.1.29 changelog removing the default system prompt and fixing the <|media_begin|> token (Kimi-K2.5 model card). Kimi K2.6 was published 2026-04-20 and pushes long-horizon coding, coding-driven design, proactive autonomous execution and swarm orchestration scaling to 300 sub-agents executing 4,000 coordinated steps (Kimi Research & Tech Blog; Kimi-K2.6 model card). Kimi K2.7-Code was announced on Moonshot's official X account on June 12, 2026 as "our latest coding model … now released and open-sourced," with +21.8% on Kimi Code Bench v2, +11.0% on Program Bench and +31.5% on MLS Bench Lite versus K2.6, 30% lower reasoning-token usage, and availability via the Kimi API and Kimi Code (@Kimi_Moonshot).

Positioning shifts across the family from general multimodal agent to coding specialist. K2.5 is framed around native multimodality, coding from visual specifications, and an agent swarm that decomposes tasks into parallel domain-specific sub-agents (Kimi-K2.5 model card). K2.7-Code is explicitly "a coding-focused agentic model built upon Kimi K2.6," strengthening end-to-end completion of complex software-engineering workflows while cutting thinking tokens ~30% versus K2.6; it forces thinking and preserve_thinking on (they cannot be disabled), unlike K2.6 where preserve-thinking is off by default and an instant (non-thinking) mode exists (Kimi-K2.7-Code model card; Kimi-K2.6 model card). All three ship under the Modified MIT License for both code repository and weights (Kimi-K2.7-Code model card; Kimi-K2.6 model card). Notable techniques include native INT4 quantization ("the same native int4 quantization method as Kimi-K2-Thinking"), interleaved thinking with multi-step tool calls, and Kimi Code CLI as the recommended agent framework; supported inference engines are vLLM, SGLang and KTransformers with transformers >=4.57.1, <5.0.0 (Kimi-K2.7-Code model card; Kimi-K2.6 model card). Moonshot's API platform lists dedicated pricing pages for kimi-k2.7-code and kimi-k2.6, and notes that kimi-k2.5 and the moonshot-v1 series are no longer available to newly registered users following the K3 launch (Kimi API pricing docs; Kimi API model list).

Architecture

Shared by K2.5, K2.6 and K2.7-Code unless noted.

Official vendor eval scores

Vendor-reported only. K2.7-Code's model card publishes six benchmarks (all with the K2.6 baseline alongside); the broader public suites (SWE-bench Verified, LiveCodeBench, AIME, HMMT, GPQA, MMLU-Pro) are reported by Moonshot for K2.6 and K2.5 but not re-run for K2.7-Code.

BenchmarkScoreSource
Kimi Code Bench v2 (in-house)K2.7-Code 62.0; K2.6 50.9Kimi-K2.7-Code model card
Program BenchK2.7-Code 53.6; K2.6 48.3Kimi-K2.7-Code model card
MLS Bench LiteK2.7-Code 35.1; K2.6 26.7Kimi-K2.7-Code model card
Kimi Claw 24/7 Bench (in-house, long-horizon agentic)K2.7-Code 46.9; K2.6 42.9Kimi-K2.7-Code model card
MCP AtlasK2.7-Code 76.0; K2.6 69.4Kimi-K2.7-Code model card
MCP Mark VerifiedK2.7-Code 81.1; K2.6 72.8Kimi-K2.7-Code model card
SWE-Bench VerifiedK2.7-Code n.a.; K2.6 80.2; K2.5 76.8Kimi-K2.6 model card
SWE-Bench ProK2.7-Code n.a.; K2.6 58.6; K2.5 50.7Kimi-K2.6 model card
SWE-Bench MultilingualK2.7-Code n.a.; K2.6 76.7; K2.5 73.0Kimi-K2.6 model card
Terminal-Bench 2.0 (Terminus-2)K2.7-Code n.a.; K2.6 66.7; K2.5 50.8Kimi-K2.6 model card
LiveCodeBench (v6)K2.7-Code n.a.; K2.6 89.6; K2.5 85.0Kimi-K2.6 model card
BrowseCompK2.7-Code n.a.; K2.6 83.2 (86.3 with Agent Swarm); K2.5 74.9Kimi-K2.6 model card
HLE-Full (with tools)K2.7-Code n.a.; K2.6 54.0; K2.5 50.2Kimi-K2.6 model card
HLE-Full (no tools)K2.7-Code n.a.; K2.6 34.7; K2.5 30.1Kimi-K2.6 model card
AIME 2026K2.7-Code n.a.; K2.6 96.4; (K2.5 on AIME 2025: 96.1)Kimi-K2.6 model card; Kimi-K2.5 model card
HMMT 2026 (Feb)K2.7-Code n.a.; K2.6 92.7; (K2.5 on HMMT 2025 Feb: 95.4)Kimi-K2.6 model card; Kimi-K2.5 model card
GPQA-DiamondK2.7-Code n.a.; K2.6 90.5; K2.5 87.6Kimi-K2.6 model card
MMLU-ProK2.7-Code n.a.; K2.6 n.a.; K2.5 87.1Kimi-K2.5 model card
MMMU-ProK2.7-Code n.a.; K2.6 79.4; K2.5 78.5Kimi-K2.6 model card
tau2-benchn.a. — not reported by Moonshot for K2.5, K2.6 or K2.7-CodeKimi-K2.6 model card

Vendor-reported deltas for K2.7-Code versus K2.6, stated in Moonshot's launch post: +21.8% on Kimi Code Bench v2, +11.0% on Program Bench, +31.5% on MLS Bench Lite, and 30% lower reasoning-token usage (@Kimi_Moonshot).

Evaluation conditions: K2.7-Code and K2.6 were tested with thinking mode enabled via Kimi Code CLI at temperature 1.0, top-p 0.95 and 262,144-token context; MCP-Atlas and MCPMark-Verified used a 100 tool-call/step budget with 32k max tokens per step, averaged over 3 runs (Kimi-K2.7-Code model card). K2.6's SWE-Bench family results used an in-house harness adapted from SWE-agent, averaged over 10 runs (Kimi-K2.6 model card).

Benchmark explanations

  • Kimi Code Bench v2 — Moonshot's in-house coding-agent benchmark of realistic software-engineering tasks across 10+ mainstream languages and a full production stack (backend, infra, performance, systems, security, frontend, ML/data) (Kimi-K2.7-Code model card).
  • Program Bench — 200 tasks asking an agent to recreate a program's behavior from only a compiled binary plus documentation (no source, decompilation or internet), judged against 248,000+ fuzz-generated behavioral tests (Kimi-K2.7-Code model card).
  • MLS Bench Lite — official 30-task subset of MLS-Bench testing whether an agent can invent generalizable, scalable ML methods (LLM pretraining/post-training, robotics, world models, CV, RL, ML systems), with 5 hours per task (Kimi-K2.7-Code model card).
  • Kimi Claw 24/7 Bench — Moonshot's in-house long-horizon agentic benchmark for persistent, multi-day coworking tasks: 17 professional scenarios and 610 evaluation points, executed through the OpenClaw harness (Kimi-K2.7-Code model card).
  • MCP Atlas — realistic tool-use tasks served through scalable MCP servers, measuring multi-step tool orchestration (Kimi-K2.7-Code model card).
  • MCP Mark Verified — human-verified MCPMark: MCP tool use across five real server environments (Notion, GitHub, Filesystem, Postgres, Playwright) (Kimi-K2.7-Code model card).
  • SWE-Bench Verified — human-validated real GitHub issues where the model must produce a patch that passes hidden tests; measures repository-level bug fixing.
  • SWE-Bench Pro — harder, contamination-resistant SWE-bench variant with larger, more complex real-world tasks.
  • SWE-Bench Multilingual — SWE-bench-style issue resolution across repositories in multiple programming languages.
  • Terminal-Bench 2.0 — terminal/command-line agent tasks run under the default Terminus-2 agent framework; measures end-to-end shell task completion (Kimi-K2.6 model card).
  • LiveCodeBench (v6) — competitive-programming problems drawn from recent contests to limit training contamination; measures algorithmic code generation.
  • BrowseComp — hard web-search/browsing agent benchmark for locating obscure facts online over many tool calls; K2.6 also reports an Agent Swarm variant (Kimi-K2.6 model card).
  • HLE-Full — Humanity's Last Exam full set (text and image): extremely hard expert-written questions, reported with and without search/code tools (Kimi-K2.6 model card).
  • AIME 2026 / AIME 2025 — American Invitational Mathematics Examination: olympiad-qualifier math problems, averaged over many runs (Kimi-K2.5 model card).
  • HMMT 2026 (Feb) / HMMT 2025 (Feb) — Harvard-MIT Mathematics Tournament February contest: harder competition math than AIME.
  • GPQA-Diamond — hardest subset of graduate-level, Google-proof science multiple-choice questions in physics, chemistry and biology.
  • MMLU-Pro — harder, reasoning-heavier successor to MMLU for broad multiple-choice knowledge.
  • MMMU-Pro — massive multi-discipline multimodal understanding, "Pro" version: college-level reasoning over images.
  • tau2-bench — customer-service-style tool-use agent benchmark with domain policies and simulated users (not reported by Moonshot for this family).

Kimi K2.5 / K2.6 / K2.7-Code inference performance (8K→1K)

Live InferenceX benchmark data for Kimi K2.5/K2.6/K2.7-Code 1T on the 8K→1K workload, measured in total tokens per dollar across every chip config with data.

Open in full dashboard →