GitHub Copilot Adds Moonshot AI's Kimi K2.7, Its First Open-Weight Model
Kimi K2.7 Code becomes the first open-weight model selectable in Copilot's model picker, offering a lower-cost option for agentic coding workflows.
- First open-weight model in Copilot: Kimi K2.7 Code is the first open-weight model selectable in GitHub Copilot's model picker, completing a five-lab roster.
- Lower-cost agentic coding: Roughly 5-7x cheaper than GPT-5.5 per API call, positioned for high-volume, long-horizon coding workflows.
- 30% fewer thinking tokens: K2.7 cuts reasoning-token usage by ~30% vs K2.6, directly reducing cost and latency for agentic tasks.
- Availability: Rolling out now to Copilot Pro, Pro+, and Max; Business/Enterprise admins must explicitly enable it in org settings.
- Benchmark caveats: Strong gains over K2.6 are reported, but all three headline benchmarks are proprietary Moonshot evals — independent results pending.
- Open weights on Hugging Face: Full 1T-parameter weights available under Modified MIT License at Hugging Face for self-hosting.
GitHub Copilot just added Moonshot AI's Kimi K2.7 Code to its model picker, and the milestone is bigger than it sounds. Kimi K2.7 Code is now generally available in GitHub Copilot, and it is the first open-weight model offered as a selectable option in the Copilot model picker. Every other model in the picker , GPT-5.5, Claude Opus 4.8, Gemini 3.1 Pro , is proprietary. You cannot download it, audit its weights, or run it yourself. Kimi K2.7 is different.
Kimi K2.7 is MIT-licensed, the full 1T parameter weights are public on Hugging Face, and GitHub is simply running a hosted copy on Azure for Copilot users who prefer not to manage infrastructure. The addition also completes a five-lab Copilot roster, with the model picker now spanning OpenAI, Anthropic, Google, Microsoft, and Moonshot AI , the broadest competitive set that any major coding tool has ever offered through a single subscription.
What K2.7 Code actually is
K2.7 Code is built on Kimi K2.6, with better long-horizon coding task completion and about 30% lower thinking-token usage versus K2.6. Under the hood, it packs 1T total parameters, 32B activated parameters, 384 experts, 8 selected experts per token, a 256K context window, native multimodality, and a MoonViT vision encoder. The MoE (Mixture-of-Experts) architecture is the key to making a trillion-parameter model affordable to serve: only a fraction of those parameters activate on any given token, keeping inference costs manageable.
Reasoning models tend to overthink, spending thousands of tokens deliberating on problems that don't need it. Kimi K2.7 Code significantly reduces this tendency, cutting thinking-token usage by approximately 30% on average compared with K2.6. Across every benchmark Moonshot tested, K2.7 achieves higher scores than K2.6 while consuming fewer tokens , meaning faster responses in interactive coding sessions, lower API costs in production, and agent workflows that complete more work within the same context budget.