Elastic
Jina AI
Models
API
keyboard_arrow_down
Reader
Convert any URL to Markdown for better grounding LLMs.
Embeddings
Multimodal multilingual embeddings.
Reranker
Reranker for maximizing search relevance.
MCP
terminal
CLI
article
llms.txt
smart_toy
Agents
data_object
Schema
menu_book
Docs
Log in
login
warning
This model is deprecated by newer models.
Embeddings
copyright CC BY-NC 4.0
open_in_new Release Post

jina-embeddings-v3

Frontier multilingual embedding model with SOTA performance
License
copyright CC-BY-NC-4.0
Release Date
calendar_month
2024-09-18
Input
abc
Text
arrow_forward
Output
more_horiz
Vector
Matryoshka Dimensions help_outline
32
64
128
256
512
768
1024
Late Chunking help_outline
check_circle
Yes
Model Details
Parameters: 570M
Input Token Length: 8K
Output Dimension: 1024
Base Model help_outline
jina-xlm-roberta
Trained Languages help_outline
32 languages
Supported Languages help_outline
108 languages
Related Models
link
jina-embeddings-v2-base-en
link
jina-embeddings-v2-base-zh
link
jina-embeddings-v2-base-de
link
jina-embeddings-v2-base-es
link
jina-embeddings-v2-base-code
Supported Tasks
search Retrieval
compare_arrows Text Matching
call_split Separation
label Classification
Available via
Elastic Inference Service
Jina API
AWS SageMaker
Microsoft Azure
Google Cloud
Hugging Face
Air-gapped
I/O graph

Text

jina-embeddings-v3

Task

Vector

Pareto fronthelp_outline
MTEB English
MMTEB
RTEB public
LongEmbed
ViDoRe v1
chevron_leftchevron_right
30M100M300M1B3.0B10B30B20406080all-MiniLM-L12-v2all-mpnet-base-v2bge-m3e5-basee5-smalle5-small-v2EmbeddingGemma-300Mgranite-embedding-278m-…granite-embedding-311m-…granite-embedding-engli…granite-embedding-small…GritLM-7BGritLM-8x7Bgte-basegte-Qwen2-1.5B-instructgte-Qwen2-7B-instructgte-smallinf-retriever-v1jasper_en_vision_langua…jina-embeddings-v2-base…jina-embeddings-v4jina-embeddings-v5-text…LaBSELLM2Vec-Mistral-7B-Inst…multilingual-e5-largenomic-embed-text-v1nomic-embed-text-v1.5NV-Embed-v1NV-Embed-v2Qwen3-Embedding-4BSFR-Embedding-Mistralsnowflake-arctic-embed-…snowflake-arctic-embed-…snowflake-arctic-embed-…stella_en_1.5B_v5voyage-4-nanojina-embeddings-v3Parameters (log)nDCG@10
This model
On the front
Jina AI
Other
LongEmbed
55.67
Parameters
572M
Rank by score
19 / 69
Pareto front
Behind it
Value distributionhelp_outline
AUC 0.8525
Corpus
Translation pairs
Doc retrieval
Code
Task
default
classification
retrieval.passage
retrieval.query
retrieval.query → retrieval.passage
separation
text-matching
0.7410.200.400.600.80
Related21.8%
Hard negative3.0%
Unrelated1.0%
Recommended cutoffs
FPR 0.1 · 0.618
FPR 0.01 · 0.741
FPR 0.001 · 0.797
FPR 0.0001 · 0.824
balanced · 0.597
AUC
0.8525
Noise ceiling
0.791
Recall cliff
0.385
Pairs measured
119 / 11k
Vector componentshelp_outline
-0.25-0.010.23
σ 0.0312 · 244k values
Embedding geometryhelp_outline
01024
Per-dimension mean, hover for a range
Noise floor
0.496
Effective dims
54 / 1024
Dimension truncationhelp_outline
32641282565121024
classification · Cutoff by requested dimensions
Language pairshelp_outline
de-ruen-deen-koen-zhja-ko
Cutoff spread across pairs: 0.072
Choose models to compare
Publications (4)
ICLR 2026
January 22, 2026
Embedding Compression via Spherical Coordinates
ACL 2025
December 17, 2024
AIR-Bench: Automated Heterogeneous Information Retrieval Benchmark
ECIR 2025
September 18, 2024
jina-embeddings-v3: Multilingual Embeddings With Task LoRA
SIGIR 2025
September 07, 2024
Late Chunking: Contextual Chunk Embeddings Using Long-Context Embedding Models

Overview

jina-embeddings-v3 is a 570M-parameter multilingual text embedding model supporting 89 languages and an 8,192-token context window. Its defining innovation is the use of task-specific LoRA adapters: the same 570M backbone produces optimized embeddings for retrieval, classification, clustering, and text-matching by swapping lightweight adapter weights (each under 60M parameters). It achieved state-of-the-art MTEB performance at release, outperforming OpenAI and Cohere proprietary embeddings on English tasks.

Methods

The model is built on a jina-XLM-RoBERTa backbone with 24 transformer layers, using Rotary Position Embeddings (RoPE) with a tuned base frequency for long-context extrapolation up to 8,192 tokens. Training followed a three-stage curriculum: (1) multilingual pretraining on 89 languages, (2) contrastive fine-tuning on paired-text datasets to establish base embedding quality, and (3) task-specific LoRA adapter training. Each LoRA adapter adds less than 3% to the total parameter count while specializing the model for a specific task: retrieval.query and retrieval.passage for asymmetric search, separation for clustering, classification for categorization, and text-matching for semantic similarity. Matryoshka Representation Learning (MRL) enables embedding truncation from 1024 to 32 dimensions while preserving over 90% of retrieval quality at 64 dimensions. Late chunking is supported for documents exceeding the context window.

Performance

On MTEB, jina-embeddings-v3 achieved an average score of 65.52 across all tasks, with particularly strong results in classification (82.58) and sentence similarity (85.80). It outperformed multilingual-e5-large-instruct across all multilingual tasks and beat e5-mistral-7b-instruct (12× the parameter count) on English tasks. On multilingual MTEB, it scored 64.44, demonstrating consistent performance across 89 languages. MRL truncation preserved 92% of retrieval performance at 64 dimensions versus the full 1024. In 2026, jina-embeddings-v5-text-small supersedes this model for most workloads, offering 32K context and distillation-based training that yields higher accuracy per parameter.

Best Practice

Select the appropriate LoRA adapter for your task: retrieval.query/retrieval.passage for search, separation for clustering, classification for categorization, text-matching for semantic similarity. Use the `late_chunking parameter for documents exceeding 8,192 tokens. Matryoshka truncation to 256 or 512 dimensions is suitable for storage-constrained indexing; use full 1024 dimensions for re-ranking. The model requires CUDA-capable GPU for production throughput. For new multilingual projects, prefer jina-embeddings-v5-text-small` (32K context, distillation-trained, higher accuracy). The model is not designed for text generation or complex reasoning — it produces embeddings, not text.

Blogs that mention this model
March 06, 2026 • 6 minutes read
Identifying Embedding Models from Raw Numerical Values
A tiny transformer that fingerprints embedding models by reading raw numerical digits. No feature engineering.
Han Xiao
Fingerprint illustration made from numbers, showcasing digital and high-tech design on a light background.
February 19, 2026 • 7 minutes read
jina-embeddings-v5-text: New SOTA Small Multilingual Embeddings
Two sub-1B multilingual embeddings with best-in-class performance, available on Elastic Inference Service, Llama.cpp and MLX.
Han Xiao
Abstract digital artwork in black and white, featuring scattered dots forming letters in a halftone effect. The central lette
September 04, 2025 • 6 minutes read
Jina Code Embeddings: SOTA Code Retrieval at 0.5B and 1.5B
Code generation LLMs → code embeddings: 0.5B/1.5B models achieve SOTA performance across 25 code retrieval benchmarks.
Jina AI
Green "Code Embeddings" text displayed in a LED dot style on a black background, evoking a futuristic and technological atmos
July 25, 2025 • 8 minutes read
JinaVDR: New Visual Document Retrieval Benchmark with 95 Tasks in 20 Languages
JinaVDR is a new benchmark spanning 95 tasks across 20 languages for visual document retrieval, soon on MTEB.
Maximilian Werk
Alex C-G
Black-and-white design for "Jinavor Benchmark" with bold text. Below, "Visual Docs: 95 Tasks: 20 Languages" appears; an abstr
July 04, 2025 • 13 minutes read
Submodular Optimization for Diverse Query Generation in DeepResearch
Many know the importance of query diversity in DeepResearch, but few know how to solve it rigorously via submodular optimization.
Han Xiao
Black and white typographic design of "1993" with a 3D effect, minimalistic black border, and a sense of depth on a white bac
Current language / theme
Search Foundation
Reader
Embeddings
Reranker
Get Jina API key
Rate Limit
About us
News
Download Jina logo
open_in_new
Download Elastic logo
open_in_new
API Status
Elastic © 2026.SecurityTerms & ConditionsPrivacyManage CookiesDo Not Sell or Share My Personal Information
This website and all associated content, software, products, and services are intended for professional use only. No consumer use is intended or directed.