On the morning of July 27, 2026, Moonshot AI did something no lab with a genuinely frontier-class model had done before: it uploaded the whole thing. In 96 shards totaling roughly 1.56 terabytes, the full weights of Kimi K3 — a 2.8-trillion-parameter Mixture-of-Experts model with a 1,048,576-token context window and native vision — landed on Hugging Face, accompanied by a technical report and three pieces of training infrastructure. The company branded the event "Kimi K3 Open Day." What it actually amounted to was the largest open-weight model ever released, handed to anyone with the disks and GPUs to run it.

"This is a watershed moment because frontier open-weight models are now real," wrote Nathan Lambert, the AI researcher whose Interconnects newsletter has tracked the Chinese labs for years. In an essay published the week of the release, Lambert called K3 "clearly the strongest open model ever released" and argued that the gap between open and closed — long debated at six-to-nine months — has now compressed to something closer to three-to-five.

An architecture built to be cheap

Kimi K3's headline number, 2.8 trillion parameters, is misleading in the way MoE models always are. Only 16 of its 896 routed experts fire per token, activating roughly 104 billion parameters at inference. The interesting engineering sits in two changes Moonshot detailed in its report. Kimi Delta Attention (KDA), a hybrid linear-attention mechanism mixed with Gated MLA at a 3-to-1 ratio, holds down the cost of attention as sequences stretch toward a million tokens. Attention Residuals (AttnRes) let deeper layers reach back to earlier attention outputs rather than only the layer immediately below. Together with a "Stable LatentMoE" training recipe, Moonshot claims these yield "an approximate 2.5x improvement in overall scaling efficiency" over its previous Kimi K2 — "each unit of compute now produces roughly 2.5 times as much intelligence as before," the company wrote.

The model was also engineered to be servable. Moonshot ran quantization-aware training from the supervised-fine-tuning stage onward, shipping MXFP4 weights with MXFP8 activations so K3 runs across a wide range of hardware rather than only the newest accelerators. Depending on quantization, the download runs from roughly 594GB to about 1.4TB. When KDA broke conventional prefix caching, Moonshot wrote a new implementation and contributed it to vLLM before launch.

That work paid off in day-zero hosting. Together AI and Modal both stood up endpoints on release day; Modal reported serving K3 at 460 tokens per second using a custom DFlash speculator, and priced Shared-API access on a token basis. On the intelligence indexes, K3 lands as the top open model and roughly fourth overall — Artificial Analysis scored it 57 on its Intelligence Index against 61 for Claude Opus 5 and 60 for Claude Fable 5 — while topping the Frontend Code Arena and posting a rollout cost of about $4.65 per task versus $13.41 for Claude Fable 5.

"Near-permissive," not quite MIT

The license is where the marketing and the fine print diverge. Early coverage described K3 as shipping under a "Modified MIT" license, the framing Moonshot used for K2. In practice, the weights carry a bespoke "Kimi K3 License." It permits use, modification, distribution and commercial sale — but a model-as-a-service business earning more than $20 million in any 12-month period must negotiate a separate agreement, and any product with more than 100 million monthly active users must display "Kimi K3" on screen. It is near-permissive: unrestricted for the overwhelming majority of developers, with tripwires calibrated to catch only hyperscale competitors. Training data and training code were not released, so this remains open-weight, not open-source.

The escalation, and the China angle

The strategic subtext is hard to miss. Moonshot is going "toe to toe with Anthropic and OpenAI with far, far fewer resources," as Lambert put it, and it is giving the result away. That reframes open weights as, in the words of OpenAI's Dean Ball, "inherently decelerationist" for the frontier labs — strong free models compress the margins that fund the next training run. Mozilla CTO Raffi Krikorian told Axios that U.S. labs are "clearly worried," noting their CEOs would have little reason to lobby Washington against open-weight models unless they saw a genuine threat.

The release also arrived the same week Xi Jinping used a World AI Conference keynote to commit China's ecosystem to open source and global diffusion — a rare top-level signal, paired in time with the strongest open model yet. Alibaba answered within days, announcing a 2.4-trillion-parameter Qwen 3.8 to be released with open weights.

What to watch

Three things. First, adoption friction: a 3-trillion-class model is free but expensive to run, and how quickly inference providers drive its cost down will decide whether "open" means "usable." Second, the license's commercial thresholds — the $20 million and 100-million-user lines are new territory, and the first enterprise to test them will set the precedent. Third, Washington: the interconnects reporting notes the Commerce Department has already weighed Entity-List actions and hosting restrictions aimed at Chinese models. K3 is now the concrete case those debates will be argued over. The buffer between open and closed, Lambert warns, is "our natural buffer to mitigate the risks" — and it just got thinner.

"This is a watershed moment because frontier open-weight models are now real."
- Nathan Lambert, AI researcher, author of Interconnects
2.8T
Parameters
1M
Context tokens
16/896
Active/total experts
2.5x
Efficiency vs K2