skip to content
gigarouter gigarouter
models / reranker · coming soon

Jina Reranker V1 Turbo En

jinaai/jina-reranker-v1-turbo-en

published Apr 2024 · updated Sep 2025

Jina Reranker V1 Turbo En is a rerank model that uses knowledge distillation from a larger teacher model to deliver fast and competitive reranking of documents against a query.

est. price
~$0.008
/ 1k docs · estimated, set at launch
API providers
0
downloads / mo
49.2K
license
apache-2.0

specs

TaskReranking
ArchitectureJinaBERT with symmetric bidirectional ALiBi
Parameters37.8 million
LicenseApache-2.0

about this model

jina-reranker-v1-turbo-en is a reranking model that delivers fast, high-quality document ranking by leveraging knowledge distillation from a larger teacher model. Built on JinaBERT — a BERT variant with a symmetric bidirectional implementation of ALiBi (Attention with Linear Biases) — it can process sequences up to 8,192 tokens, enabling effective reranking of long documents without truncation. The model uses 6 transformer layers and 37.8 million parameters, striking a balance between speed and accuracy.

Model Architecture Comparison

ModelLayersHidden SizeParameters (M)
jina-reranker-v1-base-en12768137.0
jina-reranker-v1-turbo-en638437.8
jina-reranker-v1-tiny-en438433.0

Benchmark Performance

Evaluated on three key benchmarks, the model achieves competitive results:

ModelNDCG@10 (17 BEIR datasets)NDCG@10 (5 LoCo datasets)Hit Rate (LlamaIndex RAG)
jina-reranker-v1-base-en52.4587.3185.53
jina-reranker-v1-turbo-en49.6069.2185.13
jina-reranker-v1-tiny-en48.5470.2985.00
mxbai-rerank-base-v149.1982.50
mxbai-rerank-xsmall-v148.8083.69
ms-marco-MiniLM-L-6-v248.6482.63
ms-marco-MiniLM-L-4-v247.8183.82
bge-reranker-base47.8983.03

On the 17 BEIR datasets, jina-reranker-v1-turbo-en ranks second overall among all compared models. The LoCo dataset results are not available for other models because they do not support documents longer than 512 tokens.

Illustration of the jina-reranker-v1-turbo-en model architecture and speed advantage

The model is available under the Apache-2.0 license and has accumulated over 1.1 million downloads on Hugging Face.

best for

FAQ

What is the maximum input length for this model?

The model supports up to 8,192 tokens per query-document pair.

How does this model compare to the base version in speed and accuracy?

It is faster (6 layers, 37.8M parameters) than the base version (12 layers, 137M parameters) while achieving an NDCG@10 of 49.60 on 17 BEIR datasets versus 52.45 for the base.

What license is this model released under?

It is released under the Apache-2.0 license.

How can I call this model via the gigarouter API?

Use the OpenAI-compatible endpoint with your API key, specifying the model name jina-reranker-v1-turbo-en in the request.

What input format does the model expect?

It expects a query and a list of documents; each document is scored for relevance to the query.

not yet live

We're benchmarking and onboarding Jina Reranker V1 Turbo En as a hosted, OpenAI-compatible API. Sign in for free credit and be ready when it lands, or tell us you want it and we'll prioritize it.

related reranker models

compare all →