moonshotai · text · mixture of experts

Kimi-K2.5

moonshotai/Kimi-K2.5

Kimi-K2.5 at Q4_K_M is exactly 580,355,550,784 bytes (540.50 GiB / 580.36 GB) — an effective 4.386 bits per weight, not the nominal 4. Its KV cache at 32K is 2.14 GiB.

From the file· summed from 16 file(s)From the file· KV per layer
Parameters
1059B
total, not active
Architecture
deepseek2
61 layers
Context
262,144
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ1_S6 shards195.86 GiB210,299,214,2401.589bartowski
IQ1_M6 shards204.50 GiB219,584,616,8641.659bartowski
UD-TQ1_05 shards223.09 GiB239,537,642,3361.810unsloth
IQ2_XXS7 shards228.43 GiB245,277,612,5761.854bartowski
UD-IQ1_S6 shards256.97 GiB275,914,841,0882.085unsloth
IQ2_XXS7 shards262.75 GiB282,123,639,2962.132AesSedai
IQ2_XS8 shards263.67 GiB283,113,380,5122.140bartowski
IQ2_S8 shards264.31 GiB283,797,330,5282.145bartowski
UD-IQ1_M7 shards279.94 GiB300,581,903,4562.272unsloth
IQ2_M9 shards300.77 GiB322,954,304,2242.441bartowski
UD-IQ2_XXS7 shards304.30 GiB326,739,713,0882.469unsloth
IQ2_S8 shards311.72 GiB334,707,628,7042.530AesSedai
UD-IQ2_M7 shards321.54 GiB345,247,374,4322.609unsloth
Q2_K10 shards334.01 GiB358,637,722,5282.710bartowski
Q2_K_L10 shards335.08 GiB359,784,602,5282.719bartowski
Q2_K8 shards348.11 GiB373,777,038,4962.825unsloth
Q2_K_L8 shards348.36 GiB374,052,289,6962.827unsloth
IQ3_XXS11 shards376.80 GiB404,581,325,8563.058bartowski
IQ3_S10 shards377.51 GiB405,348,096,8963.063AesSedai
UD-IQ3_XXS9 shards386.32 GiB414,812,757,3443.135unsloth
IQ3_XS11 shards391.23 GiB420,081,867,7763.175bartowski
Q3_K_S10 shards412.72 GiB443,155,058,1123.349unsloth
Q3_K_S12 shards414.28 GiB444,827,360,3523.362bartowski
IQ3_M13 shards434.81 GiB466,870,099,2643.528bartowski
Q3_K_M13 shards435.23 GiB467,321,920,8643.532bartowski
Q3_K_L13 shards454.05 GiB487,537,745,2163.684bartowski
Q3_K_M11 shards456.14 GiB489,771,716,0963.701unsloth
IQ4_XS12 shards509.60 GiB547,174,473,3444.135unsloth
IQ4_XS14 shards510.00 GiB547,605,634,4644.138bartowski
IQ4_NL12 shards539.30 GiB579,064,700,7044.376unsloth
IQ4_NL16 shards539.67 GiB579,469,909,5684.379bartowski
Q4_K_S16 shards540.00 GiB579,815,480,8964.382bartowski
Q4_K_M16 shards540.50 GiB580,355,550,7844.386bartowski
Q5_K_S16 shards540.65 GiB580,517,834,3044.387bartowski
Q4_013 shards541.26 GiB581,169,684,3844.392unsloth
Q4_K_L16 shards541.31 GiB581,227,179,5844.393bartowski
Q5_K_M16 shards541.32 GiB581,232,893,5044.393bartowski
Q6_K16 shards542.20 GiB582,178,528,8324.400bartowski
Q4_K_S13 shards543.24 GiB583,297,376,1284.408unsloth
Q8_016 shards543.62 GiB583,710,875,2004.411bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.27 GiB9.53 GiB35.56×61 / 0 / 0
8,1920.54 GiB19.06 GiB35.56×61 / 0 / 0
16,3841.07 GiB38.13 GiB35.56×61 / 0 / 0
32,7682.14 GiB76.25 GiB35.56×61 / 0 / 0
65,5364.29 GiB152.50 GiB35.56×61 / 0 / 0
131,0728.58 GiB305.00 GiB35.56×61 / 0 / 0

This model uses multi-head latent attention. No V cache is allocated at all, and the K cache stores a 512-wide latent plus 64 rope dimensions — so reading num_key_value_heads from config.json and multiplying, as every calculator does, overstates the cache by well over an order of magnitude.

Compare with

same modality, comparable size

Will it run on your card?

full quant x context sweep

Why other calculators give a different number

A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 554.56 GiB. The real file is 540.50 GiB, because a quantization is a mixture and some tensors are always kept at higher precision. The larger discrepancy is the cache: this model allocates no value cache at all, so any formula reading num_key_value_heads overstates it by more than an order of magnitude.

Architecture

from config.json
Layers
61
Attention heads
64
KV heads
64
Head dim
192
Hidden size
7168
Vocab
163,840
Sliding window
none
SWA period
MLA
yes
Experts
384
Experts per token
8
use_sliding_window

Questions people ask

How much VRAM does Kimi-K2.5 need?
Q4_K_M is exactly 580,355,550,784 bytes (540.50 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Kimi-K2.5's KV cache?
2.14 GiB at 32K context with an f16 cache, computed per layer. Quantizing the cache to q8_0 roughly halves it, which is often the difference between a context length fitting and not.
Is Kimi-K2.5 a mixture-of-experts model?
Yes — 384 experts, 8 routed per token. Every expert must be resident, but only the routed ones are read per token, which is why its memory requirement and its speed behave very differently.
Which quantization of Kimi-K2.5 should I use?
Q4_K_M is the usual default. Pick the largest quantization that fits your card at the context you actually need — the table above gives exact sizes for every one published.