jinaai · embedding

jina-embeddings-v5-text-nano

jinaai/jina-embeddings-v5-text-nano

jina-embeddings-v5-text-nano at Q4_K_M is exactly 156,966,976 bytes (0.15 GiB / 0.16 GB) — an effective 5.930 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
212M
Architecture
eurobert
12 layers
Context
8,192
native (config.json)
License
cc-by-nc-4.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ1_S0.09 GiB99,436,0963.756jinaai
IQ1_S0.09 GiB99,436,0963.756jinaai
IQ1_S0.09 GiB99,436,0963.756jinaai
IQ1_M0.09 GiB101,703,2323.842jinaai
IQ1_M0.09 GiB101,703,2323.842jinaai
IQ1_M0.09 GiB101,703,2323.842jinaai
IQ2_XXS0.10 GiB105,481,7923.985jinaai
IQ2_XXS0.10 GiB105,481,7923.985jinaai
IQ2_XXS0.10 GiB105,481,7923.985jinaai
IQ2_M0.11 GiB113,702,4644.295jinaai
IQ2_M0.11 GiB113,702,4644.295jinaai
IQ2_M0.11 GiB113,702,4644.295jinaai
Q2_K0.12 GiB130,176,0644.918jinaai
Q2_K0.12 GiB130,176,0644.918jinaai
Q2_K0.12 GiB130,176,0644.918jinaai
Q3_K_M0.13 GiB143,152,1925.408110jinaai
Q3_K_M0.13 GiB143,152,1925.408jinaai
Q3_K_M0.13 GiB143,152,1925.408110jinaai
IQ4_XS0.14 GiB148,866,1125.624jinaai
IQ4_XS0.14 GiB148,866,1125.624110jinaai
IQ4_XS0.14 GiB148,866,1125.624jinaai
IQ4_NL0.14 GiB152,405,0565.758jinaai
IQ4_NL0.14 GiB152,405,0565.758jinaai
IQ4_NL0.14 GiB152,405,0565.758jinaai
Q4_K_M0.15 GiB156,966,9765.930110jinaai
Q4_K_M0.15 GiB156,966,9765.930jinaai
Q4_K_M0.15 GiB156,966,9765.930jinaai
Q5_K_S0.16 GiB166,560,8326.292jinaai
Q5_K_S0.16 GiB166,560,8326.292jinaai
Q5_K_S0.16 GiB166,560,8326.292jinaai
Q5_K_M0.16 GiB168,910,9126.381jinaai
Q5_K_M0.16 GiB168,910,9126.381jinaai
Q5_K_M0.16 GiB168,910,9126.381110jinaai
Q6_K0.17 GiB181,601,3446.861jinaai
Q6_K0.17 GiB181,601,3446.861jinaai
Q6_K0.17 GiB181,601,3446.861110jinaai
Q8_00.22 GiB232,883,7768.798110jinaai
Q8_00.22 GiB232,883,7768.798jinaai
Q8_00.22 GiB232,883,7768.798110jinaai
F160.40 GiB431,396,12816.297110jinaai

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

Architecture

from config.json
Layers
12
Attention heads
12
KV heads
12
Head dim
64
Hidden size
768
Vocab
128,256
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does jina-embeddings-v5-text-nano need?
Q4_K_M is exactly 156,966,976 bytes (0.15 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of jina-embeddings-v5-text-nano 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.