nomic-ai · embedding · mixture of experts

nomic-embed-text-v2-moe

nomic-ai/nomic-embed-text-v2-moe

nomic-embed-text-v2-moe at Q4_K_M is exactly 344,120,288 bytes (0.32 GiB / 0.34 GB) — an effective 5.792 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
475M
total, not active
Architecture
nomic-bert-moe
12 layers
Context
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K0.25 GiB273,286,1124.600nomic-ai
Q3_K_S0.27 GiB288,381,9204.854nomic-ai
Q3_K_M0.29 GiB308,122,5925.186nomic-ai
Q3_K_L0.30 GiB322,223,0725.424nomic-ai
Q4_00.30 GiB324,158,4325.456nomic-ai
Q4_K_S0.30 GiB325,338,0805.476nomic-ai
Q4_10.32 GiB341,853,1525.754nomic-ai
Q4_K_M0.32 GiB344,120,2885.792nomic-ai
Q5_K_S0.33 GiB359,547,8726.052nomic-ai
IQ4_XS0.34 GiB360,472,6086.067cstr
Q4_K0.34 GiB369,321,1206.216cstr
Q5_K_M0.35 GiB370,828,2566.242nomic-ai
Q6_K0.37 GiB397,149,1526.685nomic-ai
Q8_00.48 GiB510,897,3128.599cstr
Q8_00.48 GiB512,225,1208.622nomic-ai
Q8_00.48 GiB512,225,1208.622ggml-org
F160.89 GiB957,680,48016.119nomic-ai
BF160.89 GiB957,680,48016.119nomic-ai
F161.31 GiB1,409,372,06423.722cstr
F321.78 GiB1,907,985,28032.115nomic-ai

No KV cache

architectural, not a gap in our data

This architecture allocates no KV cache. Encoder and embedding models process their input in one pass rather than generating token by token, so there is nothing to carry forward between steps and memory does not grow with context. Its footprint is the weights plus a working buffer, and that is the whole story.

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

Architecture

from config.json
Layers
12
Attention heads
KV heads
Head dim
Hidden size
Vocab
250,048
Sliding window
none
SWA period
MLA
no
Experts
8
Experts per token
use_sliding_window

Questions people ask

How much VRAM does nomic-embed-text-v2-moe need?
Q4_K_M is exactly 344,120,288 bytes (0.32 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Is nomic-embed-text-v2-moe a mixture-of-experts model?
Yes — 8 experts, null 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 nomic-embed-text-v2-moe 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.