How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
# Run inference directly in the terminal:
llama cli -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
# Run inference directly in the terminal:
llama cli -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
Use Docker
docker model run hf.co/jinaai/jina-embeddings-v5-text-small-clustering-GGUF:
Quick Links

jina-embeddings-v5-text-small-clustering-GGUF

GGUF quantizations of jina-embeddings-v5-text-small-clustering using llama.cpp. A 677M parameter multilingual embedding model quantized for efficient inference.

Elastic Inference Service | ArXiv | Blog

We highly recommend to first read this blog post for more technical details and customized llama.cpp build.

Overview

jina-embeddings-v5-text Architecture

jina-embeddings-v5-text-small-clustering is a task-specific embedding model for clustering, part of the jina-embeddings-v5-text model family.

Feature Value
Parameters 677M
Task clustering
Embedding Dimension 1024
Matryoshka Dimensions 32, 64, 128, 256, 512, 768, 1024
Pooling Strategy Last-token pooling
Base Model jina-embeddings-v5-text-small

MMTEB Multilingual Benchmark

MTEB English Benchmark

Retrieval Benchmark Results

Usage with llama.cpp

via Elastic Inference Service

The fastest way to use v5-text in production. Elastic Inference Service (EIS) provides managed embedding inference with built-in scaling, so you can generate embeddings directly within your Elastic deployment.

PUT _inference/text_embedding/jina-v5
{
  "service": "elastic",
  "service_settings": {
    "model_id": "jina-embeddings-v5-text-small"
  }
}

See the Elastic Inference Service documentation for setup details.

# Build llama.cpp (upstream)
git clone https://github.com/ggml-org/llama.cpp
cd llama.cpp && cmake -B build && cmake --build build --config Release

# Run embedding
./build/bin/llama-embedding -m jina-embeddings-v5-text-small-clustering-Q8_0.gguf \
  --pooling last -p "Your text here"

License

CC-BY-NC-4.0. For commercial use, please contact us.

Downloads last month
185
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for jinaai/jina-embeddings-v5-text-small-clustering-GGUF

Quantized
(11)
this model

Collection including jinaai/jina-embeddings-v5-text-small-clustering-GGUF

Paper for jinaai/jina-embeddings-v5-text-small-clustering-GGUF