Model releases  ·  11 August 2026

Kimi K3: a 2.8T open-weight multimodal model

Moonshot AI calls it the first open 3T-class model. Native text, image and video in one model, a million tokens of context, and an architecture built on two attention mechanisms that are specific to this release.

At a glance

Released byMoonshot AI
PublishedJune 2026, last updated July 2026
Parameters2.8T total, 104B activated per token
ArchitectureMixture-of-Experts (KimiK3ForConditionalGeneration)
Layers93 (1 dense) — 69 Kimi Delta Attention + 24 Gated MLA
Attention hidden size / heads7168 / 96
Experts896
Context length1,048,576 tokens (1M)
ModalitiesText, image and video in, text out
LicenceKimi K3 License (custom, not MIT or Apache)
Weight formatsafetensors — 1,561 GB across 96 shards
Hosted atmoonshotai/Kimi-K3 on Hugging Face

What it is

Kimi K3 is Moonshot AI's largest open-weight release: a 2.8-trillion-parameter Mixture-of-Experts model that activates 104 billion parameters per token. Moonshot describes it as an open-weight native multimodal agentic model and "the world's first open 3T-class model", aimed at long-horizon coding, knowledge work and reasoning.

It is by a wide margin the most-liked model in this set on Hugging Face, with over ten thousand likes and more than 1.5 million downloads.

Architecture

Two named mechanisms carry the release. Kimi Delta Attention (KDA) covers 69 of the 93 layers; the remaining 24 use Gated Multi-head Latent Attention. A single dense layer sits alongside the 92 MoE layers. Moonshot also names Attention Residuals (AttnRes) as part of the design.

Attention hidden size is 7168 across 96 heads, with an 896-expert pool and a 163,840-token vocabulary.

Multimodality is native, not bolted on

Unlike releases that pair a language model with a separately trained vision projector, Moonshot states that K3 understands text, images and video within the same model. The architecture name — ForConditionalGeneration rather than ForCausalLM — reflects that.

The licence is the catch

K3 ships under a custom "Kimi K3 License" rather than MIT or Apache 2.0. That is a meaningful difference from the other large releases of this period — Motif 3, DeepSeek V4 Flash and GLM-5.2 are all MIT. Anyone planning commercial use should read the licence file rather than assuming open weights mean open terms.

What it takes to run

1,561 GB of weights across 96 shards puts this firmly in multi-node territory. There is no official quantised release from Moonshot, and no size in this family fits a single machine of any ordinary description.

Runtime support

RuntimeSupportedNotes
transformersYesStandard configuration published by the lab.
llama.cppNokimi_k3 is a custom architecture and no official GGUF is published.
MLXNoNo conversion published by the lab.
Official quantised buildNoWeights are released in full precision only.

What we don't know yet

Sources

Frequently asked questions

How many parameters does Kimi K3 have?

2.8 trillion in total, with 104 billion activated per token across an 896-expert Mixture-of-Experts pool.

Is Kimi K3 open source?

The weights are openly published, but under a custom Kimi K3 License rather than MIT or Apache 2.0. Read the licence file before commercial use.

Does Kimi K3 support images and video?

Yes, natively. Moonshot states that text, images and video are understood within the same model rather than through a separate vision component.

What context length does Kimi K3 support?

1,048,576 tokens, or one million.

Can I run Kimi K3 locally?

Not on a single machine. The weights are 1,561 GB across 96 shards with no official quantised build, which places it in multi-node serving territory.

OnDevice LLM is a private AI assistant that runs entirely on your iPhone — no account, no cloud, and nothing you type leaves the device.

Published 11 August 2026