Kimi-K2.7-Code Is Here and It Is Open Source – What Moonshot AI Just Shipped

Kimi-K2.7-Code is here, it is open source, and it ships with 1T parameters, 32B active, 256K context, and a 30% reduction in reasoning tokens. Now available in a HighSpeed tier at 6x speed with a top-up promotion ending July 2.

Kimi-K2.7-Code Is Here and It Is Open Source – What Moonshot AI Just Shipped

Moonshot AI just dropped Kimi-K2.7-Code and open-sourced it. This is their latest coding model, and the benchmark jumps over K2.6 are not small. If you care about open-source coding tools, this one deserves your attention.

What Is Kimi-K2.7-Code?

It is a Mixture-of-Experts model with 1.1 trillion total parameters, but only 32 billion are activated per token. That is the trick: you get the knowledge capacity of a massive model at the inference cost of a much smaller one. It has a 256K token context window and supports multimodal input (text and images) through a built-in vision encoder called MoonViT.

The license is Modified MIT, not vanilla MIT or Apache 2.0. That likely means some restrictions around commercial redistribution or competitive use. Worth reading the fine print before building a product on top of it.

How Much Better Is It Than K2.6?

Moonshot claims significant gains across every benchmark they tested. The headline numbers from their announcement:

  • +21.8% on Kimi Code Bench v2 (their internal coding benchmark)
  • +11.0% on Program Bench
  • +31.5% on MLS Bench Lite (multi-language software engineering)
  • +9.3% on Kimi Claw 24/7 Bench (agentic coding tasks)
  • +9.5% on MCP Atlas (tool use)
  • +11.4% on MCP Mark Verified (tool use, verified)

On top of that, it uses about 30% fewer reasoning tokens than K2.6. That means faster inference and lower cost per query. Less overthinking, same or better results.

How Does It Stack Up Against the Big Names?

This is where it gets interesting. Moonshot published comparison benchmarks against GPT-5.5 and Claude Opus 4.8. K2.7-Code does not win across the board, but it is competitive in ways that matter for open source.

BenchmarkK2.7-CodeGPT-5.5Claude Opus 4.8
Kimi Code Bench v262.069.067.4
Program Bench53.669.163.8
MLS Bench Lite35.135.542.8
MCP Atlas76.079.481.3
MCP Mark Verified81.192.976.4

The standout number there is MCP Mark Verified. K2.7-Code scores 81.1, which actually beats Claude Opus 4.8 at 76.4. That is a tool-use benchmark, and it means this open-source model is better at calling tools and working with external systems than one of the best closed-source models on the planet. GPT-5.5 still dominates at 92.9, but the gap is not as wide as you would expect from a model you can run yourself.

On raw coding benchmarks, K2.7-Code trails both GPT-5.5 and Claude Opus 4.8. That is expected. But it is close enough to be genuinely useful, and the fact that it is open source with only 32B activated parameters means you can run it on hardware that costs a fraction of what the big models require.

What Is Kimi Code?

Kimi Code is Moonshot AI’s answer to Claude Code and OpenAI Codex. It is a terminal and IDE-based coding agent that can edit files, run shell commands, explore codebases, search the web, and spawn subagents. You can install it with one command:

curl -fsSL https://code.kimi.com/kimi-code/install.sh | bash

It runs on Mac, Windows, and Linux. The K2.7-Code model powers it behind the scenes. If you are already using Claude Code or Codex, Kimi Code is worth a look, especially now that the underlying model just got a significant upgrade.

Why This Matters

The open-source coding model space is moving fast. A year ago, open-source models were a curiosity for coding tasks. Now they are legitimately competitive with the best closed-source offerings on tool use and agentic benchmarks. K2.7-Code is not going to replace Claude Opus or GPT-5.5 for the hardest coding tasks, but it does not need to. It needs to be good enough for most workflows, cheap enough to run at scale, and open enough that you are not locked into someone else’s API pricing.

On all three counts, it delivers. The 30% reduction in reasoning tokens alone makes it more practical for real-world agentic workflows where you are burning tokens on every tool call. And the Modified MIT license, while not fully permissive, is a lot more open than “pay us per token forever.”

Where to Get It

Update, July 1: Kimi K2.7 Code HighSpeed is live at exactly 2x the base pricing: $0.38/$1.90 per 1M input tokens (cache hit/miss) and $8.00 per 1M output tokens. At roughly 180 tok/s on coding tasks and up to 260 tok/s on shorter contexts, the same model delivers 6x the speed for 2x the price.

The most important detail: HighSpeed is not a different model. Per PC Watch’s coverage of Moonshot’s official docs, it is the same 1-trillion-parameter MoE with 32B active parameters. The same open weights on Hugging Face. The speedup comes entirely from serving-infrastructure optimization — inference engine tuning, batching, and kernel-level work.

The pricing math: HighSpeed is 2x the price for 6x the speed. On output-heavy coding-agent loops where wall time is the bottleneck, that works out to roughly 1/3 the wall-time cost per task. Less favorable on short, cheap prompts. API model ID is kimi-k2.7-code-highspeed.

If you are running K2.7 Code locally on open weights, the same model can hit similar speeds with optimized serving infrastructure. The bottleneck is your inference setup, not the model. vLLM, TensorRT-LLM, and SGLang configs are where the action is.

Top-up promotion, ends July 2: Kimi is running a launch top-up rebate through July 2 PDT. Single top-ups of $100 or more earn 20-30% voucher bonuses (20% at $100, 25% at $300, 30% at $1,000+). Vouchers are good for 90 days and apply to all Kimi API purchases. If you have been testing K2.7 Code and want to lock in credits for the HighSpeed tier, the promo expires tomorrow.

Tony Simons

Reviewed & Written By

Tony Simons

Independent tech reviewer and creator of Tony Reviews Things. 14 years of hands-on testing, software auditing, and workflow automation. I test the gear so you don't waste your money on junk.

Submit a Take

Your email address will not be published. Required fields are marked *