Overview
Kimi K2.7 Code is Moonshot AI’s June 2026 coding-focused release in the Kimi K2 family, a 1T-parameter mixture-of-experts model released under a modified MIT license. Where the general K2.6 spreads across agentic, vision, and reasoning work, K2.7 Code is built to complete programming tasks reliably over long contexts, and it always operates in a thinking mode that preserves full reasoning across multi-turn conversations. Against K2.6 it posts +21.8% on Kimi Code Bench v2 and +31.5% on MLS Bench Lite while using roughly 30% fewer reasoning tokens — so it tends to reach a correct answer with less generated text, which lowers the effective cost on output-heavy coding loops. It accepts both text and image input and supports function calling and structured outputs, so it slots into existing agent frameworks. On Kyma it routes with automatic failover across multiple serving paths, bills exact per-request cost in usage.cost, and is reachable with the same OpenAI-compatible key as every other model. The 262K-token context window holds a substantial codebase plus the agent’s working state, and the always-thinking design suits multi-step tasks over one-shot replies.Specs
Pricing
Use this when
- End-to-end coding tasks — Its core design target — completing programming work reliably across long contexts rather than answering isolated snippets.
- Agentic programming loops — Function calling plus structured outputs keep read-edit-test-iterate agent cycles parseable and on schema.
- Cost-sensitive coding — Roughly 30% fewer reasoning tokens than K2.6 means lower output spend on long, output-heavy sessions.
- Multimodal code context — Text-plus-image input lets you pass screenshots, diagrams, or UI mockups alongside the code prompt.