概要
Kimi K2.7 Code is Moonshot AI's coding-specialized agentic model, released June 12, 2026, built on the same 1-trillion-parameter Mixture-of-Experts architecture as K2.6 but retrained with reward modeling focused on end-to-end coding tasks, MCP tool-call chains, and long-horizon agent workflows. The model is open-weight under a Modified MIT license and supports a 256K context window with native multimodal input (text, image, video) via a 400M-parameter MoonViT encoder. Moonshot positions it not as a frontier intelligence leader but as a cost-efficiency play: the model trails GPT-5.5 on five of six self-reported benchmarks and Claude Opus 4.8 on four of six, but claims roughly 30% fewer reasoning tokens per task than K2.6 while achieving higher scores. The API is priced at $0.95/$4.00 per million tokens, substantially undercutting closed competitors.
The most significant development since launch is Kimi K2.7 Code's integration into GitHub Copilot on July 1, 2026, making it the first open-weight model selectable in the Copilot model picker across VS Code, Visual Studio, JetBrains, Xcode, Eclipse, and the Copilot CLI. Inside Copilot, queries route through Microsoft Azure infrastructure rather than Moonshot's own servers, addressing data-governance concerns associated with a Beijing-headquartered developer. For Business and Enterprise plans, the model requires explicit administrator opt-in. The model also became available on Microsoft Foundry on the same date.
The primary caveat is verification. Every published benchmark comes from Moonshot's own harnesses, and two of the six benchmarks (Kimi Code Bench v2 and Kimi Claw 24/7 Bench) are Moonshot-proprietary test suites. No independent SWE-Bench Verified, SWE-Bench Pro, LiveCodeBench, or DeepSWE scores have been published. Community reception is split: developers praise the price-to-performance ratio for high-volume agentic coding, but Reddit threads and review sites report real-world token consumption contradicting the 30% efficiency claim, with some users reporting faster credit drain and hallucinations on straightforward tasks compared to K2.6.
ベンチマーク&性能
Kimi K2.7 Code was evaluated against K2.6, GPT-5.5, and Claude Opus 4.8 on six benchmarks, all run by Moonshot in each model's recommended agentic harness (Kimi Code CLI with thinking mode, Codex xhigh, Claude Code xhigh respectively). Two of the six benchmarks are Moonshot's proprietary suites.
### Coding Benchmarks
| Benchmark | Kimi K2.6 | Kimi K2.7 Code | GPT-5.5 | Claude Opus 4.8 |
|---|---|---|---|---|
| Kimi Code Bench v2 (proprietary) | 50.9 | 62.0 (+21.8%) | 69.0 | 67.4 |
| Program Bench | 48.3 | 53.6 (+11.0%) | 69.1 | 63.8 |
| MLS Bench Lite | 26.7 | 35.1 (+31.5%) | 35.5 | 42.8 |
### Agentic Benchmarks
| Benchmark | Kimi K2.6 | Kimi K2.7 Code | GPT-5.5 | Claude Opus 4.8 |
|---|---|---|---|---|
| Kimi Claw 24/7 Bench (proprietary) | 42.9 | 46.9 (+9.3%) | 52.8 | 50.4 |
| MCP Atlas | 69.4 | 76.0 (+9.5%) | 79.4 | 81.3 |
| MCP Mark Verified | 72.8 | 81.1 (+11.4%) | 92.9 | 76.4 |
### Key Observations
- **K2.7 Code beats K2.6 on every benchmark**, with the largest absolute jump on Kimi Code Bench v2 (+21.8%) and largest percentage jump on MLS Bench Lite (+31.5%).
- **Trails GPT-5.5 on 5 of 6 benchmarks**, with MLS Bench Lite nearly tied (35.1 vs 35.5).
- **Trails Claude Opus 4.8 on 4 of 6 benchmarks**, but wins MCP Mark Verified (81.1 vs 76.4) — the most third-party-adjacent result since it uses human-verified tool environments (Notion, GitHub, Filesystem, Postgres, Playwright).
- **No independent SWE-Bench Verified score** has been submitted. A third-party directory lists 78.2% but this is unverified and absent from Moonshot's own materials.
- **Benchmark methodology caveat**: Competitors were run at maximum-effort settings in their native harnesses, which may inflate their token usage and make K2.7 Code's efficiency comparison more favorable.
### Architecture Summary
| Parameter | Value |
|---|---|
| Architecture | Mixture-of-Experts (MoE) |
| Total Parameters | 1T |
| Activated Parameters | 32B per token |
| Number of Experts | 384 (8 selected + 1 shared per token) |
| Layers | 61 (including 1 dense) |
| Attention Mechanism | Multi-head Latent Attention (MLA) |
| Context Length | 262,144 tokens |
| Vision Encoder | MoonViT (400M parameters) |
| Quantization | Native INT4 |
| Vocabulary | 160K |
| Activation | SwiGLU |
詳細比較
### Kimi K2.7 Code vs GPT-5.5
- **Pricing**: K2.7 Code is ~5-7x cheaper ($0.95/$4.00 vs $5.00/$30.00 per 1M tokens)
- **Benchmarks**: GPT-5.5 leads on 5 of 6 Moonshot-reported benchmarks, often by double-digit margins (Program Bench: 69.1 vs 53.6; MCP Mark Verified: 92.9 vs 81.1)
- **Context**: K2.7 Code has 256K tokens; GPT.5.5 context not specified in these sources
- **License**: K2.7 Code is open-weight (Modified MIT); GPT-5.5 is fully proprietary
- **Verdict**: GPT-5.5 is stronger for quality-critical coding; K2.7 Code wins on cost for high-volume agentic workflows
### Kimi K2.7 Code vs Claude Opus 4.8
- **Pricing**: K2.7 Code is ~5-6x cheaper ($0.95/$4.00 vs $5.00/$25.00 per 1M tokens)
- **Benchmarks**: Opus 4.8 leads on 4 of 6 benchmarks (Program Bench: 63.8 vs 53.6; MLS Bench Lite: 42.8 vs 35.1); K2.7 Code wins MCP Mark Verified (81.1 vs 76.4)
- **Context**: K2.7 Code has 256K; Opus 4.8 supports up to 1M tokens
- **License**: K2.7 Code is open-weight; Opus 4.8 is proprietary
- **Multimodal**: Both support text, image, and video input
- **Verdict**: Opus 4.8 for raw coding quality and context length; K2.7 Code for cost-sensitive MCP tool-use workflows
### Kimi K2.7 Code vs GLM-5.2 (Zhipu AI)
- **Pricing**: K2.7 Code cheaper on input ($0.95 vs $1.40/1M), cheaper on output via some providers ($3.07 vs $4.40 on OpenRouter)
- **Context**: GLM-5.2 has 1M context vs K2.7 Code's 256K
- **Benchmarks**: GLM-5.2 leads on GeneBench-Pro (4.6 vs 2.3); MCP Atlas nearly tied (76.8 vs 76.0); GLM-5.2 has public SWE-bench submissions, K2.7 Code does not
- **Capabilities**: K2.7 Code has native vision/multimodal; GLM-5.2 has code execution support
- **License**: Both MIT-licensed open-weight
- **Verdict**: GLM-5.2 for public benchmark confidence and long-context coding; K2.7 Code for MCP-heavy workflows and cheaper direct API access
### Pricing Comparison Table
| Model | Input (cache miss) | Input (cache hit) | Output | Context |
|---|---|---|---|---|
| Kimi K2.7 Code | $0.95/1M | $0.19/1M | $4.00/1M | 256K |
| Kimi K2.7 Code HighSpeed | $1.90/1M | N/A | $8.00/1M | 256K |
| GPT-5.5 | $5.00/1M | N/A | $30.00/1M | N/A |
| Claude Opus 4.8 | $5.00/1M | N/A | $25.00/1M | 1M |
| GLM-5.2 | $1.40/1M | N/A | $4.40/1M | 1M |
Self-hosting is available under the Modified MIT license. Full BF16 weights are ~595GB; community quantization (e.g., Unsloth Dynamic 2-bit) brings this to ~325GB at 40+ tok/s on multi-GPU hardware.
コミュニティ評価
Community reception of Kimi K2.7 Code has been notably split between cost-focused adopters and quality-focused skeptics.
**Positive reception**:
- Developers running high-volume agentic coding workflows report 75-90% API spend reductions when migrating from Claude, with no proportional drop in task completion on routine work (per PureAI Labs aggregation of Reddit feedback).
- The GitHub Copilot integration was widely praised as a landmark moment for open-weight models. It was described as the strongest practical argument for enterprise adoption, routing through Azure rather than Moonshot's Beijing servers.
- Self-hosters on r/AI_Agents called it "a better default for long coding jobs that need to keep going" and noted it's "like slightly worse than Claude, but with 5X the usage limits at maybe half the speed."
- The Modified MIT license with its high attribution threshold (100M MAU or $20M/mo revenue) was seen as genuinely business-friendly.
**Critical reception**:
- Multiple Reddit threads on r/kimi directly contradict Moonshot's claimed 30% reasoning-token efficiency gain. Users report: "Kimi 2.7 Code is good, but it thinks forever and consumes way too much limit" and "Same for me: I'm spending tokens twice as fast." One thread titled "K2.7 is such a massive downgrade" describes the model refusing to stop and ask for permission despite explicit instructions.
- Hallucination regressions vs K2.6 on straightforward tasks: "Anyone else notice that K2.7 is making up a lot of shit versus what K2.6 used to do?"
- Verbose default behavior requiring explicit system prompts to control over-explanation.
- All benchmark numbers questioned because they come solely from Moonshot's own test suites. The Awesome Agents review scored it 7.6/10, calling out that "every headline benchmark comes from Moonshot's own test suites."
- Flowtivity's review places it behind GPT-5.5 on most coding tasks, behind Opus 4.8 on tool-use precision, and notes DeepSeek V4 edges it out on pure reasoning.
**Adoption patterns**:
- Strongest adoption among cost-sensitive teams running high-volume, mechanically-verifiable coding pipelines.
- The Copilot integration (July 1, 2026) significantly broadened reach beyond Moonshot's direct API users.
- HuggingFace downloads reached 780,759 in the month following release.
- 34 HuggingFace Spaces using the model at time of analysis.
ユースケース
### 1. High-Volume Agentic Coding Pipelines
Best for teams running hundreds or thousands of coding agent tasks per day on routine, mechanically-verifiable work (CI fixes, boilerplate generation, test scaffolding, migration scripts). The 5-7x cost advantage over GPT-5.5 compounds rapidly at scale, and the 256K context window holds enough of a codebase for multi-file operations. One developer reported completing entire coding workflows with 75-90% API cost reduction versus Claude. **Choose over alternatives when**: cost-per-merged-PR matters more than raw benchmark scores, and tasks can be verified automatically.
### 2. MCP Tool-Use Workflows (CI/CD, Ticketing, File Ops)
The MCP Mark Verified score of 81.1 (beating Claude Opus 4.8's 76.4) translates to reliable tool invocation through the Model Context Protocol. Ideal for autonomous loops coordinating CI checks, Notion/GitHub ticket updates, file edits, database queries, and Playwright-driven testing — all through one agent. Community reports confirm the model handles 200-300 sequential tool calls without losing state. **Choose over alternatives when**: your workflow is MCP-centric with many sequential tool calls rather than deep reasoning on a single problem.
### 3. Multimodal Debugging and Design Reproduction
The native MoonViT vision encoder (400M parameters) supports image and video input alongside text, enabling workflows where screenshots, UI mockups, recorded bug reproductions, and error output share a single prompt. For UI debugging, visual regression testing, or implementing features from design mockups, this eliminates the need for separate OCR or captioning steps. **Choose over alternatives when**: your debugging or implementation workflow involves visual artifacts that dense text-only coding models cannot ingest directly.
### 4. Enterprise Coding via GitHub Copilot
The Copilot integration (available on Pro, Pro+, Max, Business, and Enterprise plans) routes through Azure infrastructure, making it the first open-weight model option in the world's most-used AI coding assistant. For enterprises with data-governance policies that preclude sending code to Chinese-hosted endpoints, the Azure routing path provides a meaningful compliance pathway. **Choose over alternatives when**: you want open-weight economics inside an enterprise-grade assistant with Azure data governance, and your team already uses Copilot.
### When NOT to Choose K2.7 Code
- For hard reasoning problems or coding tasks requiring peak intelligence: GPT-5.5 and Opus 4.8 lead on most benchmarks.
- For contexts exceeding 256K tokens: Claude Opus 4.8 (1M) and GLM-5.2 (1M) offer larger windows.
- When cost predictability on simple tasks matters: mandatory thinking mode adds overhead even for one-line edits.
- When independent benchmark verification is a procurement requirement: no SWE-Bench or DeepSWE scores exist.
最新ニュース
- **July 1, 2026**: Kimi K2.7 Code became the first open-weight model in GitHub Copilot's model picker, available on Pro, Pro+, and Max plans across VS Code 1.127.0+, Visual Studio 17.14.6+, JetBrains 1.9.1-251+, Xcode, Eclipse, and Copilot CLI. Simultaneously launched on Microsoft Foundry.
- **July 7, 2026**: Copilot Business and Enterprise plans gained access, with administrators required to explicitly enable the Kimi K2.7 Code policy (off by default).
- **June 15, 2026**: Moonshot shipped a companion HighSpeed variant ($1.90/$8.00 per 1M tokens) delivering ~180 tok/s (up to 260 tok/s on short contexts), for latency-sensitive interactive use.
- **June 12, 2026**: Initial release with weights on Hugging Face under Modified MIT license. The model is the sixth release in the K2 series following a 2-3 month cadence since K2's July 2025 debut.
- **No independent benchmark submission**: As of mid-July 2026, no SWE-Bench Verified, SWE-Bench Pro, LiveCodeBench, or DeepSWE scores have been published for K2.7 Code. A third-party directory lists 78.2% on SWE-Bench but this is unverified.
- **Community quantizations available**: Unsloth's Dynamic 2-bit quantization brings the model to ~325GB at 40+ tok/s on multi-GPU hardware. 24 community quantizations listed on Hugging Face.
- **No pricing changes** since launch; the Kimi API platform offers a two-week recharge bonus event for new users.