Model size

How Big Is Kimi K3?

Kimi K3 size explained: 2.8T total parameters, 104B activated parameters, 896 experts, 1M context, and what size means in practice.

Kimi K3 size and context diagram
Referencereading path
Kimi K3frontier example
6source links
2026-07-29updated

Kimi K3 size facts

MetricValueMeaning
Total parameters2.8TFull model scale
Activated parameters104BApproximate active compute per token
Experts896 total, 16 selected per tokenSparse MoE routing
Context length1,048,576 tokensLong-context ceiling listed in official materials
QuantizationMXFP4 weights and MXFP8 activationsServing format details that affect memory math

Plain answer

Kimi K3 is listed by Moonshot as a 2.8T-parameter Mixture-of-Experts model with 104B activated parameters per token, 896 experts, 16 selected experts per token, and a 1,048,576-token context length.

The important part is that active parameters do not make the full checkpoint small. For self-hosting, the full weights still need to be stored and served across a large accelerator setup.

Decision checklist

Use this section to keep the next step practical before you touch accounts, files, infrastructure, or hardware.

CheckLook forWhy it matters
Read the official sourceStart with the model card, help center, docs, or official product page before trusting summaries.Model names, limits, and prices change.
Name the pathDecide whether you need a hosted app, API call, local client, or full self-managed deployment.Different paths have different costs and account boundaries.
Check the boundaryKeep login, payment, API keys, private files, and account settings on the official surface.A public guide should help you choose, not handle sensitive actions.
Keep evidenceSave the source link, date, version, and practical next step that shaped your decision.This makes later review easier for a team.

How to read the facts

Total parameters

2.8T tells you Kimi K3 is frontier-scale and far beyond ordinary single-GPU local models.

Activated parameters

104B active parameters per token helps explain MoE efficiency but does not eliminate the need to store the full expert set.

Context length

1M context supports very long inputs when the product surface and plan allow it, but it should still be prepared carefully.

Quick scan cards

Total parameters

2.8T Full model scale

Activated parameters

104B Approximate active compute per token

Experts

896 total, 16 selected per token Sparse MoE routing

Context length

1,048,576 tokens Long-context ceiling listed in official materials

Quantization

MXFP4 weights and MXFP8 activations Serving format details that affect memory math

FAQ

Is Kimi K3 a 2.8T model?

Yes, official Kimi K3 materials list 2.8T total parameters.

Does 104B active mean it fits like a 104B model?

No. The full weights still need to be stored and served.

Why does context length matter for size?

Long context increases cache and memory pressure during real use.

Further reading