thinkingmachines · vision language · mixture of experts

Inkling

thinkingmachines/Inkling

Inkling at IQ1_M is exactly 226,224,289,216 bytes (210.69 GiB / 226.22 GB) — an effective 1.900 bits per weight, not the nominal 1. Its KV cache at 32K is 8.25 GiB.

From the file· summed from 6 file(s)From the file· KV per layer
Parameters
952B
total, not active
Architecture
inkling
66 layers
Context
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ1_M6 shards210.69 GiB226,224,289,2161.900AtomicChat
UD-IQ1_S7 shards251.61 GiB270,163,818,0712.269unsloth
UD-IQ1_M7 shards265.46 GiB285,036,820,0872.394unsloth
MXFP413 shards478.42 GiB513,695,069,8244.315AtomicChat
Q8_019 shards797.92 GiB856,755,583,7517.197unsloth
Q8_025 shards937.42 GiB1,006,542,568,5448.455AtomicChat
BF1641 shards1764.18 GiB1,894,278,563,23915.912unsloth

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0961.03 GiB1.03 GiB66 / 0 / 0
8,1922.06 GiB2.06 GiB66 / 0 / 0
16,3844.13 GiB4.13 GiB66 / 0 / 0
32,7688.25 GiB8.25 GiB66 / 0 / 0
65,53616.50 GiB16.50 GiB66 / 0 / 0
131,07233.00 GiB33.00 GiB66 / 0 / 0

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 IQ1_M at roughly 498.92 GiB. The real file is 210.69 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
66
Attention heads
64
KV heads
8
Head dim
128
Hidden size
6144
Vocab
201,024
Sliding window
none
SWA period
MLA
no
Experts
256
Experts per token
6
use_sliding_window

Questions people ask

How much VRAM does Inkling need?
IQ1_M is exactly 226,224,289,216 bytes (210.69 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Inkling's KV cache?
8.25 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 Inkling a mixture-of-experts model?
Yes — 256 experts, 6 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 Inkling 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.