Kimi K3: China's 2.8-Trillion-Parameter Open Model Rewrites Long-Context AI

On July 16, 2026, Moonshot AI quietly dropped what may be the most significant open-weight model release of the year: Kimi K3, a 2.8-trillion-parameter Mixture-of-Experts model with a native one-million-token context window. That puts it in rarefied territory — a context length that can swallow entire codebases, legal document sets, or multi-book research corpora in a single pass.

A New Attention Mechanism at the Core

The headline architecture innovation is Kimi Delta Attention, a sparse attention variant that dramatically reduces the quadratic cost of attending across very long sequences. According to Moonshot's technical release, it delivers 6.3× faster decoding on long-context tasks compared to standard full attention — a meaningful speedup for the kinds of document-heavy workloads where million-token context actually matters. The model is a classic Mixture-of-Experts design: a large parameter count with only a fraction of those parameters active per forward pass, keeping inference costs manageable despite the headline number.

Two Variants for Different Workloads

Moonshot ships K3 in two configurations:

  • K3 Max — the general-purpose variant targeting conversational AI, coding assistance, and autonomous agents. It supports text, images, and video natively.
  • K3 Swarm Max — optimized for large-scale parallel processing, intended for enterprise workloads that need to fan out across many simultaneous tasks or documents.

Both variants support multimodal inputs. The API went live on July 16; full open weights are scheduled for release on July 27, 2026 — which would make Kimi K3 the largest openly available model by parameter count if that timeline holds.

Why This Matters

The context length alone is a differentiator in practice, not just on paper. Most production use cases today hit limits at 128K or 200K tokens. A 1M-token ceiling means an analyst can drop an entire year's worth of earnings calls into a single prompt, or a developer can hand the model a full enterprise monorepo without chunking. That is a qualitatively different capability, not just an incremental one.

Moonshot AI has been a quieter presence in the Western AI conversation compared to names like Mistral or DeepSeek, but Kimi K3 represents a genuine push for the frontier. Analysts at Axios noted the release lands squarely in competition with the top-tier offerings from Anthropic and OpenAI — not as a budget alternative, but as a technical peer.

Availability

The API is live now via Moonshot's developer platform. Full open weights arrive July 27, 2026, at which point the research and self-hosting community will get a proper look under the hood. If the architecture holds up under scrutiny, Kimi Delta Attention could become a widely adopted pattern for long-context inference efficiency well beyond this single model.