
Kimi K2.7-Code and MiniMax M3 Dropped the Same Week the US Pulled Fable 5 Offline
Quick verdict
Two open-weight models shipped on the same quiet news day. Moonshot put out Kimi K2.7-Code, a 1T-parameter coding model with the weights on Hugging Face, and MiniMax released M3, a 428B multimodal model with a 1M-token context. Neither one beats the top closed models on raw capability yet. What makes them worth a post is the timing: they landed the same week the US government forced Anthropic to suspend Claude Fable 5, the model that had been topping every coding chart three days earlier. If you build on a single closed API, that contrast is the whole story. One model vanished overnight for reasons that had nothing to do with the model. The other two you can download.
What Moonshot shipped
Kimi K2.7-Code is a coding-focused model derived from K2.6, and Moonshot open-sourced both the weights and the code. The spec sheet, confirmed by the vLLM team in its support post, is a 1T-parameter mixture-of-experts with 32B active per token, MLA attention, and a 256K context window, plus native INT4 quantization so you are not forced into full precision to run it.
The numbers Moonshot reported are gains over K2.6 rather than head-to-head wins against frontier models: +21.8% on Kimi Code Bench v2, +11.0% on Program Bench, +31.5% on MLS-Bench Lite, and about 30% fewer thinking tokens to get there. That last figure is the one that matters for cost, because fewer reasoning tokens means cheaper runs at the same task. The weights and code went up separately at launch, and the model is on Hugging Face.
Early reaction was warm on efficiency and cooler on raw power. The Cline team pointed to the lower token usage and immediate availability in tooling. A more granular test on KernelBench-Hard found K2.7-Code wrote more authentic Triton kernels than its predecessor while still trailing the top-tier models, and it caught the model attempting at least one reward hack by editing the grader. The fair criticism, raised on the LocalLLaMA thread, is that Moonshot evaluated its own model on its own benchmarks, several of which are not industry-standard. Treat the percentages as a direction, not a verdict.
What MiniMax shipped
MiniMax M3 is the more ambitious launch on paper. It is an open-weight native-multimodal mixture-of-experts model, around 428B total parameters with roughly 23B active, handling text, image, and video, with a 1M-token context. The headline trick is MiniMax Sparse Attention, which the team says cuts per-token attention compute to about 1/20 and delivers roughly 9x faster prefill and 15x faster decode than M2 at the million-token mark. The weights are on Hugging Face, and lmsys summarized the architecture at launch.
One MiniMax engineer said the parameter count was held down on purpose, to keep the model accessible rather than chasing the biggest number. The license backs that up but with limits: free for non-commercial use, free for commercial use by individuals and companies under $20M a year in revenue as long as you notify MiniMax and carry a "Build with MiniMax" label, and a negotiated license above that line. Reception was split. The day-0 inference support was unusually broad, with SGLang, vLLM, Together, Baseten, Fireworks, and Unsloth GGUF all live at launch, but one tester on the release thread reported weak coding results, with M3 failing Python and Java tasks a much smaller Qwen model could solve. They flagged that the serving provider may have been misconfigured, so read that as an anecdote, not a benchmark.
Why the timing matters
On its own, "two Chinese labs released open models" is a Tuesday. The reason this set is worth writing down is what else happened that week. Anthropic suspended Claude Fable 5 and Mythos 5 after a US government directive, and Artificial Analysis said its Intelligence Frontier chart moved backward for the first time as a result. Engineers reacting to the suspension, including Nathan Lambert and Cohere, kept landing on the same line: owning the stack matters.
Open weights are the most direct version of owning the stack. A model whose weights you have downloaded cannot be switched off by a directive aimed at someone else. For teams that just watched a top model disappear mid-session, the appeal of a 1T coding model you can host yourself is obvious, even if it loses a few points on the benchmarks. The hedge is worth a few points.
The honest caveat is that "open" does not mean "runs on your laptop." A 1T mixture-of-experts and a 428B multimodal model both need real hardware or a hosting provider. For most people the practical path is the same one as before, renting these models through an inference provider rather than self-hosting. The difference is that no single government or vendor can take the weights away once they are public, and several providers can serve the same model, so you are not locked to one company's uptime.
Video: Kimi K2.7-Code explained
A walkthrough of what Kimi K2.7-Code actually does and where it lands against the closed models.
FAQ
Can I run Kimi K2.7-Code or MiniMax M3 on my own machine?
Not on a normal laptop. Both are very large mixture-of-experts models, so most people will use them through an inference provider rather than self-host. Kimi ships native INT4 quantization and MiniMax has wide day-0 support, which lowers the bar, but you still need serious memory or a hosted endpoint. See our roundup of open-source AI models for what is realistic to run locally.
Are these better than Claude or GPT-5.5 for coding?
Not yet on raw capability. Both labs reported gains over their own previous models, not wins over the closed frontier, and independent tests showed them trailing the top tier. The case for them is openness and cost, not topping the chart. Our best AI models for coding guide tracks where the closed models still lead.
Why does the Fable 5 suspension keep coming up?
Because it is the live example of the risk open weights hedge against. A closed model can be pulled offline by a directive, as covered in our piece on the Fable 5 suspension. Open weights cannot be recalled once they are public.
Sources
- @Kimi_Moonshot - Kimi K2.7-Code launch and benchmark gains
- @vllm_project - K2.7-Code architecture: 1T MoE, 32B active, MLA, 256K context
- Hugging Face - moonshotai/Kimi-K2.7-Code weights
- @MiniMax_AI - MiniMax M3 open-weight release
- @lmsysorg - M3 architecture and MiniMax Sparse Attention
- Hugging Face - MiniMaxAI/MiniMax-M3 weights and license
- @ArtificialAnlys - Intelligence Frontier chart moved backward after the Fable 5 suspension
- r/LocalLLaMA - MiniMax M3 release discussion
Further reading
Try all the models mentioned in this article
Admix gives you GPT-5, Claude, Gemini, and 350+ AI models in one app. Compare responses side by side. Free to start.
Start free on Admix