I/O graph 1

Text

jina-clip-v2

Vector

I/O graph 2

Image

jina-clip-v2

Vector

Pareto front
100M300M1B3.0B707580859095CLIP-ViT-g-14-laion2BCLIPA-v2 ViT-bigG/14-336DFN2B-CLIP-ViT-B-16DFN5B-CLIP-ViT-H-14-378EVA02-CLIP-E-14MetaCLIP ViT-H/14MetaCLIP ViT-L/14NLLB-CLIP-baseNLLB-CLIP-largenllb-siglip-basenllb-siglip-largeOpenAI CLIP RN101OpenAI CLIP RN50x4OpenAI CLIP ViT-L/14siglip-base-patch16-224siglip-base-patch16-512siglip-large-patch16-384siglip-so400m-patch14-3…jina-clip-v2Parameters (log)i2t-recall@5
This model
On the front
Jina AI
Other
CLIP Benchmark
89.73
Parameters
865M
Rank by score
34 / 56
Pareto front
Behind it
Value distribution
AUC 0.8383
Corpus
Translation pairs
Doc retrieval
Image / banner
Image / logo
Task
default
retrieval.query
0.6040.000.200.400.60
Related20.2%
Hard negative3.6%
Unrelated0.8%
Recommended cutoffs
FPR 0.1 · 0.508
FPR 0.01 · 0.604
FPR 0.001 · 0.668
FPR 0.0001 · 0.714
balanced · 0.403
AUC
0.8383
Noise ceiling
0.666
Recall cliff
0.224
Pairs measured
119 / 11k
Vector components
-0.43-0.070.29
σ 0.0313 · 244k values
Embedding geometry
01024
Per-dimension mean, hover for a range
Noise floor
0.420
Effective dims
52 / 1024
Language pairs
de-ruen-deen-koen-zhja-ko
Cutoff spread across pairs: 0.064
Choose models to compare
Publications (2)

Overview

jina-clip-v2 is an 865M-parameter multilingual multimodal embedding model supporting 89 languages and 512×512 image input. It extends jina-clip-v1 with cross-lingual image-text alignment, Matryoshka representation learning for dimension reduction (1024→64), and improved performance on visually rich documents. It achieves state-of-the-art cross-lingual image retrieval while maintaining strong text-only and single-modal performance.

Methods

The model employs a dual-encoder architecture combining a Jina XLM-RoBERTa text encoder (561M parameters, 89 languages, 696,320-token context) with an EVA02-L14 vision encoder (304M parameters, 512×512 pixel input). Training uses a multi-task, multi-stage contrastive learning paradigm: the model is trained on text pairs, text triplets, and image-text pairs simultaneously to support both text-only and cross-modal tasks. The training dataset was expanded to include multilingual texts from 29 non-English languages (including Hindi, Chinese, German, French) and images of visually rich documents. Matryoshka representation learning enables embedding dimension reduction from 1024 to 64 dimensions while preserving over 99% of performance. The model uses Last-Token-Pooling for the final embedding.

Performance

The model achieves 98.0% accuracy on Flickr30k image-to-text retrieval, surpassing both jina-clip-v1 and NLLB-CLIP-SigLIP. In multilingual scenarios, it demonstrates up to 4% improvement over NLLB-CLIP-SigLIP in cross-lingual image retrieval. Embedding compression is remarkably effective: reducing dimensions by 75% (1024→256) still preserves over 99% of performance across text, image, and cross-modal tasks. On Multilingual MTEB, it achieves 69.86% on retrieval and 67.77% on semantic similarity, performing competitively with specialized text embedding models. The 89-language support and visually-rich document handling make it uniquely suited for global e-commerce and content management.

Best Practice

Resize images to 512×512 pixels before processing — larger images are automatically tiled, increasing token usage and processing time. The model excels at matching images with descriptive text across 89 languages, making it ideal for global e-commerce product search, content recommendation, and multilingual visual search. It may struggle with abstract concepts or highly specialized domain content. When using Matryoshka dimension reduction, 64-dimension embeddings maintain strong performance for indexing; use 512+ dimensions for re-ranking critical applications. The model requires CUDA-capable hardware. For text-only workloads, jina-embeddings-v5-text-small offers better accuracy-per-parameter. For code retrieval, use jina-code-embeddings-1.5b. Available via Jina API, AWS, Azure, and GCP marketplaces.

Blogs that mention this model