惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
博客园_首页
罗磊的独立博客
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
Last Week in AI
Last Week in AI
D
DataBreaches.Net
Jina AI
Jina AI
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
D
Docker
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
H
Help Net Security
T
The Blog of Author Tim Ferriss

The Decoder

The AI industry's platform trap is starting to look a lot like Microsoft's OpenAI buys Ona to push Codex toward long-running, autonomous coding tasks Jeff Bezos' AI startup Prometheus closes $12 billion round at a $41 billion valuation Free Deezer tool lets users on any streaming service check their playlists for AI music OpenAI vs. Anthropic: A price war over API tokens is brewing Dario Amodei's new essay reads like a Cold War playbook for the AI age Claude Fable 5: Anthropic admits "wrong tradeoff" after invisibly throttling rival AI researchers Google's new open model DiffusionGemma generates text from noise instead of word by word OpenAI's IPO slips as Altman tells staff to expect a public offering "within the next year" Anthropic study shows AI needs hours, not weeks, to build exploits from security patches OpenAI wants its biggest data center yet, and Nvidia would back the bill Claude Fable 5: The first Mythos model is powerful, expensive, and heavily filtered Germany's National Security Council greenights an AI Safety Institute modeled after the UK's AISI Google's NotebookLM now runs its own cloud computer with code execution and agent-based research Anthropic releases Claude Fable 5 and Mythos 5 with major gains in coding and science Google's Gemini 3.5 Live Translate delivers real-time voice translation across 70+ languages SpaceX wants to put data centers in orbit, and Musk says it's no big deal Landmark German ruling declares Google's AI Overviews are Google's own words and makes it liable for false answers Beijing's $295 billion AI buildout would require 80 percent domestic chips, locking out US suppliers Apple Intelligence gets a second shot with help from Google and Nvidia OpenAI now says "entirely automating everything is not the future we want" OpenAI says going public is "a complicated set of tradeoffs" and is unsure about the timing Microsoft Research's Lens proves detailed captions matter more than raw scale for training efficient image generators Intel gets a second life as Google and Nvidia explore it as a TSMC backup for AI chips Most companies are flying blind on AI spending Frontier Radar #3: How agentic AI is turning tokens into a business metric Instagram AI chatbot breach may have affected over to 20,000 accounts, Meta discloses Microsoft tightens rules for conflict zones after investigation into Israel's military use of Azure Moonshot AI targets a $30 billion valuation, more than six times its late-2025 worth Deepseek topped Ramp's trending software vendors in June 2026 as US companies chase cheaper AI
Open model Kimi K2.7 Code undercuts GPT-5.5 and Claude by...
Matthias Bastian · 2026-06-13 · via The Decoder

Moonshot AI has released Kimi K2.7 Code, a new AI model built specifically for programming tasks and agent-based coding workflows. The model builds on its predecessor, Kimi K2.6, and is available as an open-weights version on Hugging Face.

According to Moonshot AI, K2.7 Code is designed to outperform its predecessor on long-running, complex software engineering tasks. For general tasks outside of coding, the company still recommends K2.6. Kimi is also the model that coding tool provider Cursor resells in a modified form.

Gains over K2.6, but still behind the leaders

On Moonshot's in-house Kimi Code Bench v2, performance jumps from 50.9 to 62.0. On Program Bench, it climbs from 48.3 to 53.6, and on MLS Bench Lite, it rises from 26.7 to 35.1. K2.7 Code also improves on agentic benchmarks, hitting 76.0 on MCP Atlas (up from 69.4) and 81.1 on MCPMark Verified (up from 72.8).

In a head-to-head comparison with GPT-5.5 and Claude Opus 4.8, though, K2.7 Code trails on most coding benchmarks. GPT-5.5 scores 69.1 on Program Bench versus 53.6 for K2.7 Code. On Kimi Code Bench v2, it's 69.0 versus 62.0. Program Bench is a particularly tough test. Agents have to reproduce a program's behavior using only a compiled binary and its documentation wihtout source code access, decompilation, or internet.

K2.7 Code shows strong agent performance: while it still trails competitors on pure coding benchmarks, it holds its own on agent-focused tests. | Image: Kimi

There's one outlier: MCPMark Verified, a benchmark that tests AI agents across five real-world software environments, including Notion, GitHub, file systems, Postgres databases, and browser automation via Playwright. Here, K2.7 Code beats Claude Opus 4.8 with 81.1 versus 76.4, but falls well short of GPT-5.5 at 92.9. As always, benchmark results and real-world performance can diverge.

A trillion parameters, but only 32 billion active at a time

K2.7 Code uses a Mixture-of-Experts (MoE) architecture with one trillion total parameters, according to its model card. Only 32 billion of those are active per token. The model has 384 experts, with eight selected per token. Context length is 256,000 tokens.

The model is multimodal and can process images and video alongside text. It uses a custom vision encoder called MoonViT with 400 million parameters. The architecture is identical to K2.5 and K2.6, so existing deployment configs can be reused directly.

One key improvement, according to Moonshot AI, is more efficient reasoning. K2.7 Code uses about 30 percent fewer thinking tokens than K2.6, which means less "overthinking." The model enforces thinking mode and a "preserve_thinking" mode that keeps full reasoning content across multiple conversation turns to boost performance in agent-based coding scenarios.

Moonshot AI has also announced a "6x High-Speed Mode" coming soon. The model can be accessed through the Kimi API, Kimi Code CLI, and inference engines like vLLM and SGLang. A native INT4 quantization is available too. The model weights are available for download on Hugging Face. A native INT4 quantization is also available, making it possible to run the model on less powerful or cheaper hardware.

A fraction of the cost of Western competitors

API pricing for K2.7 Code is $0.95 per million input tokens and $4.00 per million output tokens. Cache hits drop the input price to $0.19 per million tokens. That puts K2.7 Code at the same input price as its predecessor K2.6 ($0.95/$4.00, cache $0.16).

Compared to the competition, K2.7 Code is dramatically cheaper. GPT-5.5 costs $5.00 per million input tokens and $30.00 per million output tokens. Claude Opus 4.8 runs $5.00/$25.00. And Anthropic's latest—and currently suspended—top model, Claude Fable 5, charges $10.00/$50.00 per million tokens. On output alone, Fable 5 is more than twelve times as expensive.

Model Input / MTok Output / MTok
Kimi K2.7 Code $0.95 $4.00
Kimi K2.6 $0.95 $4.00
Claude Opus 4.8 $5.00 $25.00
GPT-5.5 $5.00 $30.00
Claude Fable 5 $10.00 $50.00

Even if K2.7 Code trails Western top models on some benchmarks, the same budget lets you run it many times more often, making the main question not whether it's the best model overall, but whether it's good enough for the task at hand.

That can only be answered case by case with your own task-specific benchmarks. Given the price gap, those evaluations pay for themselves quickly with heavy use. Cost per token is becoming just as important a competitive factor as raw model quality, another sign of an emerging token economy.

Modified MIT license with a big-customer clause

The model ships under a modified MIT license that allows free use, modification, and redistribution. Anyone using K2.7 Code or its derivatives in commercial products with more than 100 million monthly active users or more than $20 million in monthly revenue has to display "Kimi K2.7 Code" prominently in the UI.

AI News Without the Hype – Curated by Humans

Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section.

Subscribe now