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.
Reranker
copyright CC BY-NC 4.0
open_in_new Release Post

jina-reranker-v2-base-multilingual

Cross-encoder reranker with multilingual, function calling and code search support.
License
copyright CC-BY-NC-4.0
Release Date
calendar_month
2024-06-25
Input
abc
Text (Query)
abc
Text (Document)
arrow_forward
Output
format_list_numbered
Rankings
Model Details
Parameters: 278M
Input Token Length: 1K
Base Model help_outline
jina-xlm-roberta
Trained Languages help_outline
24 languages
Supported Languages help_outline
108 languages
Related Models
link
jina-reranker-v1-base-en
link
jina-reranker-v1-turbo-en
link
jina-reranker-v1-tiny-en
Available via
Elastic Inference Service
Jina API
AWS SageMaker
Microsoft Azure
Google Cloud
Hugging Face
Air-gapped
I/O graph

multiple

Document

Query

jina-reranker-v2-base-multilingual

Ranking

Pareto fronthelp_outline
BEIR
MIRACL
chevron_leftchevron_right
30M100M300M1B3.0B50556065answerai-colbert-small-…bge-reranker-basebge-reranker-v2-m3ColBERTv2GTE-ModernColBERT-v1jina-colbert-v2jina-reranker-m0jina-reranker-v1-base-enjina-reranker-v1-turbo-…jina-reranker-v3jina-reranker-v3.5ms-marco-MiniLM-L-4-v2mxbai-rerank-base-v1mxbai-rerank-base-v2mxbai-rerank-large-v2mxbai-rerank-xsmall-v1Qwen3-Reranker-0.6Bjina-reranker-v2-base-m…Parameters (log)nDCG@10
This model
On the front
Jina AI
Other
BEIR
57.06
Parameters
278M
Rank by score
7 / 21
Pareto front
On it
Value distributionhelp_outline
AUC 0.8574
Corpus
Translation pairs
Doc retrieval
Code
0.3670.200.400.600.80
Related63.0%
Hard negative19.0%
Unrelated9.9%
Recommended cutoffs
FPR 0.1 · 0.367
FPR 0.01 · 0.683
FPR 0.001 · 0.839
FPR 0.0001 · 0.862
balanced · 0.270
AUC
0.8574
Noise ceiling
0.832
Recall cliff
0.061
Pairs measured
119 / 2,856
Score by rankhelp_outline
12345678910
Mean score at each rank position
What wins rank 1help_outline
A correct match wins 50% of 119 queries
Choose models to compare

Overview

jina-reranker-v2-base-multilingual is a 278M-parameter cross-encoder reranker supporting 100+ languages with a 1,024-token context window (524,288 tokens with Flash Attention 2). It was the first Jina reranker to break the English-only limitation, delivering state-of-the-art performance on AirBench and strong results on structured data tasks including function calling and SQL schema matching. It processes documents 15× faster than comparable models.

Methods

The model employs a cross-encoder architecture enhanced with Flash Attention 2, enabling direct comparison between queries and documents across language barriers. The 278M-parameter BERT-based encoder uses symmetric bidirectional attention with ALiBi positional encodings for the 1,024-token base context (extendable to 524,288 tokens with Flash Attention 2). Training followed a four-stage progressive process: (1) English language capabilities, (2) cross-lingual alignment, (3) multilingual data incorporation, (4) hard-negative refinement. This staged approach prevented the catastrophic forgetting that often occurs when adding multilingual data to a single-language model. The Flash Attention 2 implementation is a key efficiency innovation, enabling 15× higher throughput than bge-reranker-v2-m3.

Performance

The model achieves state-of-the-art performance on the AirBench leaderboard for RAG systems and strong results on MKQA (26 languages). It excels in structured data tasks: high recall on ToolBench (function calling) and NSText2SQL (SQL schema matching). Most impressively, it processes documents 15× faster than comparable models like bge-reranker-v2-m3, making it practical for real-time applications. The 100+ language support and structured-data capabilities make it uniquely suited for agentic RAG systems and multilingual API documentation search. In 2026, jina-reranker-v3.5 supersedes this model with listwise interaction, 131K context, and domain-specific training.

Best Practice

The model requires a CUDA-capable GPU and is accessible through the Jina Reranker API, major RAG frameworks (Haystack, LangChain), and cloud marketplaces (AWS, Azure, GCP). It excels in scenarios requiring precise understanding across language barriers and data types: global enterprises working with multilingual content, API documentation search, and code retrieval across multilingual codebases. With the 1,024-token context window and automatic chunking for longer documents, it handles extended content efficiently. Use this model when you need to enhance search accuracy across languages, require function-calling capabilities for agentic RAG, or want to improve code search across multilingual codebases. For new projects, jina-reranker-v3.5 offers listwise ranking, 131K context, and domain-specific improvements.

Blogs that mention this model
October 03, 2025 • 7 minutes read
Jina Reranker v3: 0.6B Listwise Reranker for SOTA Multilingual Retrieval
New 0.6B-parameter listwise reranker that considers the query and all candidate documents in a single context window.
Jina AI
Light blue background with stylized text in the center, composed of small dots or squares, evoking a modern and minimalistic
April 16, 2025 • 10 minutes read
On the Size Bias of Text Embeddings and Its Impact in Search
Size bias refers to how the length of text inputs affects similarity, regardless of semantic relevance. It explains why search systems sometimes return long, barely-relevant documents instead of shorter, more precise matches to your query.
Scott Martens
Black background with a simple white ruler marked in centimeters, emphasizing a minimalist design.
April 08, 2025 • 21 minutes read
jina-reranker-m0: Multilingual Multimodal Document Reranker
Introducing jina-reranker-m0, our new multilingual multimodal reranker for retrieving visual documents, with SOTA performance on multilingual long documents and code searching tasks.
Jina AI
Modern dot matrix text display on a dark blue background, conveying a digital feel.
April 01, 2025 • 17 minutes read
Using DeepSeek R1 Reasoning Model in DeepSearch
Standard LLM or reasoning model, which is better for DeepSearch? In this post, we explored using DeepSeek-R1 in the DeepSearch implementation for choosing the next action.
Andrei Ungureanu
Alex C-G
Brown background with a stylized whale graphic and the text "THINK:" and ":SEARCH>" in code-like font.
March 12, 2025 • 11 minutes read
Snippet Selection and URL Ranking in DeepSearch/DeepResearch
Nailing these two details takes your DeepSearch from mid to GOAT: selecting the best snippets from lengthy webpages and ranking URLs before crawling.
Han Xiao
Logo with words "THINK SEARCH THINK" in black dot and arrow patterns on an orange background, accompanied by horizontal lines
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.