메뉴
BL
The Decoder 46일 전

문샷 AI, 서방 모델 대비 최대 12배 저렴한 코딩 모델 'Kimi K2.7' 공개

IMP
8/10
핵심 요약

문샷 AI(Moonshot AI)가 복잡한 프로그래밍 및 에이전트 작업에 특화된 오픈소스 모델인 Kimi K2.7 Code를 공개했습니다. 이 모델은 서방의 경쟁사들에 비해 토큰당 가격이 최대 12배 저렴하여 비용 효율성이 매우 뛰어나며, 특히 실제 에이전트 환경에서 작동할 때 강력한 성능을 보여줍니다. 일부 벤치마크에서는 최상위권 모델들에 뒤처지지만, 압도적인 가격 경쟁력을 바탕으로 실용적인 코딩 작업에 훌륭한 대안이 될 수 있습니다.

번역된 본문

문샷 AI(Moonshot AI)의 오픈 모델 'Kimi K2.7 Code', 토큰당 가격에서 GPT-5.5 및 Claude 대비 최대 12배 저렴 작성자: Matthias Bastian (2026년 6월 13일)

핵심 요약:

  • 문샷 AI는 복잡한 프로그래밍 작업과 에이전트 기반 워크플로우를 위해 특별히 설계된 오픈소스 모델, Kimi K2.7 Code를 출시했습니다.
  • 표준 코딩 벤치마크에서는 GPT-5.5 및 Claude Opus 4.8과 같은 서방 경쟁사들에 뒤처지지만, 실용적인 에이전트 중심 테스트에서는 상당한 강점을 보여줍니다.
  • 백만 입력 토큰당 0.95달러, 백만 출력 토큰당 4.00달러의 가격으로 책정되어 경쟁사들보다 훨씬 저렴하며, 비용 효율적인 매력적인 선택지가 되었습니다.

문샷 AI는 프로그래밍 작업과 에이전트 기반 코딩 워크플로우를 위해 특별히 제작된 새로운 AI 모델, Kimi K2.7 Code를 출시했습니다. 이 모델은 전작인 Kimi K2.6을 기반으로 하며, 오픈 웨이트(Open-weights) 버전으로 허깅페이스(Hugging Face)에서 이용할 수 있습니다. 문샷 AI에 따르면, K2.7 Code는 오래 걸리고 복잡한 소프트웨어 엔지니어링 작업에서 전작의 성능을 능가하도록 설계되었습니다. 코딩 외의 일반적인 작업에는 여전히 K2.6을 권장합니다. 참고로 Kimi는 코딩 도구 제공업체인 Cursor가 수정된 형태로 재판매하는 모델이기도 합니다.

K2.6 대비 성능은 향상되었으나, 여전히 선두주자들에는 뒤처져 문샷의 자체 벤치마크인 Kimi Code Bench v2에서 성능은 50.9에서 62.0으로 도약했습니다. Program Bench에서는 48.3에서 53.6으로, MLS Bench Lite에서는 26.7에서 35.1로 상승했습니다. 또한 에이전트 벤치마크에서도 개선되어 MCP Atlas에서 69.4에서 76.0으로, MCPMark Verified에서는 72.8에서 81.1로 상승했습니다.

하지만 GPT-5.5 및 Claude Opus 4.8과의 직접 비교에서 K2.7 Code는 대부분의 코딩 벤치마크에서 뒤처집니다. Program Bench에서 GPT-5.5는 69.1점을 기록한 반면 K2.7 Code는 53.6점입니다. Kimi Code Bench v2에서는 각각 69.0 대 62.0입니다. Program Bench는 특히 까다로운 테스트입니다. 에이전트는 소스 코드 접근, 디컴파일, 인터넷 없이 컴파일된 바이너리와 문서만을 사용하여 프로그램의 동작을 재현해야 합니다.

한 가지 예외적인 부분이 있습니다. AI 에이전트를 Notion, GitHub, 파일 시스템, Postgres 데이터베이스, Playwright를 통한 브라우저 자동화 등 5개의 실제 소프트웨어 환경에서 테스트하는 MCPMark Verified 벤치마크에서 K2.7 Code는 81.1점으로 76.4점을 기록한 Claude Opus 4.8을 이겼습니다. 하지만 92.9점을 받은 GPT-5.5에는 크게 뒤처집니다. 언제나 그렇듯, 벤치마크 결과와 실제 성능은 다를 수 있습니다.

1조 개의 매개변수, 하지만 동시에 활성화되는 것은 320억 개 불과 모델 카드에 따르면, K2.7 Code는 총 1조 개의 매개변수(Parameter)를 가진 전문가 혼합(Mixture-of-Experts, MoE) 아키텍처를 사용합니다. 토큰당 활성화되는 매개변수는 그 중 320억 개에 불과합니다. 이 모델은 384개의 전문가(Expert)를 가지고 있으며, 토큰마다 8개의 전문가를 선택합니다. 컨텍스트 길이는 256,000 토큰입니다.

이 모델은 멀티모달이며 텍스트와 함께 이미지와 비디오를 처리할 수 있습니다. 4억 개의 매개변수를 가진 MoonViT라는 맞춤형 비전 인코더를 사용합니다. 아키텍처는 K2.5 및 K2.6과 동일하므로 기존의 배포 구성을 직접 재사용할 수 있습니다. 문샷 AI에 따르면 핵심 개선 사항 중 하나는 더 효율적인 추론입니다. K2.7 Code는 K2.6보다 약 30% 적은 사고 토큰(Thinking token)을 사용하므로, 불필요한 "과도한 생각(overthinking)"을 줄였습니다. 이 모델은 에이전트 기반 코딩 시나리오의 성능을 높이기 위해 여러 대화 턴에 걸쳐 전체 추론 내용을 유지하는 '사고 모드' 및 'preserve_thinking' 모드를 강제 적용합니다.

문샷 AI는 또한 곧 '6배속 고속 모드(6x High-Speed Mode)'를 출시할 예정이라고 발표했습니다. 이 모델은 Kimi API, Kimi Code CLI, 그리고 vLLM 및 SGLang과 같은 추론 엔진을 통해 액세스할 수 있습니다. 네이티브 INT4 양자화(Quantization)도 제공되어 성능이 낮거나 저렴한 하드웨어에서도 모델을 실행할 수 있습니다. 모델 웨이트는 허깅페이스에서 다운로드할 수 있습니다.

서방 경쟁사의 창씨분의 비용 K2.7 Code의 API 가격은 백만 입력 토큰당 0.95달러, 백만 출력 토큰당 4.00달러입니다. 캐시 적중 시 가격은 더 낮아집니다.

원문 보기
원문 보기 (영어)
Moonshot's open model Kimi K2.7 Code undercuts GPT-5.5 and Claude by up to 12x on price per token Matthias Bastian View the LinkedIn Profile of Matthias Bastian Jun 13, 2026 GPT-Image-2 prompted by THE DECODER Key Points Moonshot AI has released Kimi K2.7 Code, an open-source model designed specifically for complex programming tasks and agent-based workflows. Although the model falls behind Western competitors like GPT-5.5 and Claude Opus 4.8 on standard coding benchmarks, it demonstrates considerable strength in practical agent-oriented tests. Priced at $0.95 per million input tokens and $4.00 per million output tokens, K2.7 Code significantly undercuts the competition, making it an attractive cost-effective option. Ask about this article… Search 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). Ad 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. Ad DEC_D_Incontent-1 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. Ad 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. Ad DEC_D_Incontent-2 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. Ad 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 Source: Hugging Face | Kimi Code
관련 소식