Cohere Rerank 4 Pro vs Voyage AI Rerank 2.5

Detailed comparison between Cohere Rerank 4 Pro and Voyage AI Rerank 2.5. See which reranker best meets your accuracy and performance needs. If you want to compare these models on your data, try Agentset.

Model Comparison

Cohere Rerank 4 Pro takes the lead.

Both Cohere Rerank 4 Pro and Voyage AI Rerank 2.5 are powerful reranking models designed to improve retrieval quality in RAG applications. However, their performance characteristics differ in important ways.

Why Cohere Rerank 4 Pro:

  • Cohere Rerank 4 Pro has 85 higher ELO rating

Overview

Key metrics

ELO Rating

Overall ranking quality

Cohere Rerank 4 Pro

1629

Voyage AI Rerank 2.5

1544

Win Rate

Head-to-head performance

Cohere Rerank 4 Pro

57.7%

Voyage AI Rerank 2.5

58.0%

Accuracy (nDCG@10)

Ranking quality metric

Cohere Rerank 4 Pro

0.095

Voyage AI Rerank 2.5

0.110

Average Latency

Response time

Cohere Rerank 4 Pro

614ms

Voyage AI Rerank 2.5

613ms

Rerankers Are Just One Piece of RAG

Agentset gives you a managed RAG pipeline with the top-ranked models and best practices baked in. No infrastructure to maintain, no reranking to configure.

Trusted by teams building production RAG applications

5M+
Documents
1,500+
Teams
99.9%
Uptime

Visual Performance Analysis

Performance

ELO Rating Comparison

Win/Loss/Tie Breakdown

Accuracy Across Datasets (nDCG@10)

Latency Distribution (ms)

Breakdown

How the models stack up

MetricCohere Rerank 4 ProVoyage AI Rerank 2.5Description
Overall Performance
ELO Rating
1629
1544
Overall ranking quality based on pairwise comparisons
Win Rate
57.7%
58.0%
Percentage of comparisons won against other models
Pricing & Availability
Price per 1M tokens
$0.050
$0.050
Cost per million tokens processed
Release Date
2025-12-11
2025-08-11
Model release date
Accuracy Metrics
Avg nDCG@10
0.095
0.110
Normalized discounted cumulative gain at position 10
Performance Metrics
Avg Latency
614ms
613ms
Average response time across all datasets

Build RAG in Minutes, Not Months

Agentset gives you a complete RAG API with top-ranked rerankers and embedding models built in. Upload your data, call the API, and get accurate results from day one.

import { Agentset } from "agentset";

const agentset = new Agentset();
const ns = agentset.namespace("ns_1234");

const results = await ns.search(
  "What is multi-head attention?"
);

for (const result of results) {
  console.log(result.text);
}

Dataset Performance

By field

Comprehensive comparison of accuracy metrics (nDCG, Recall) and latency percentiles for each benchmark dataset.

MSMARCO

MetricCohere Rerank 4 ProVoyage AI Rerank 2.5Description
Latency Metrics
Mean
458ms
571ms
Average response time
P50
408ms
611ms
50th percentile (median)
P90
615ms
647ms
90th percentile

arguana

MetricCohere Rerank 4 ProVoyage AI Rerank 2.5Description
Accuracy Metrics
nDCG@5
0.353
0.536
Ranking quality at top 5 results
nDCG@10
0.439
0.543
Ranking quality at top 10 results
Recall@5
0.660
0.960
% of relevant docs in top 5
Recall@10
0.920
0.980
% of relevant docs in top 10
Latency Metrics
Mean
785ms
675ms
Average response time
P50
768ms
612ms
50th percentile (median)
P90
933ms
820ms
90th percentile

FiQa

MetricCohere Rerank 4 ProVoyage AI Rerank 2.5Description
Accuracy Metrics
nDCG@5
0.126
0.108
Ranking quality at top 5 results
nDCG@10
0.129
0.119
Ranking quality at top 10 results
Recall@5
0.130
0.098
% of relevant docs in top 5
Recall@10
0.135
0.128
% of relevant docs in top 10
Latency Metrics
Mean
610ms
627ms
Average response time
P50
585ms
611ms
50th percentile (median)
P90
817ms
814ms
90th percentile

business reports

MetricCohere Rerank 4 ProVoyage AI Rerank 2.5Description
Latency Metrics
Mean
529ms
612ms
Average response time
P50
498ms
521ms
50th percentile (median)
P90
675ms
734ms
90th percentile

PG

MetricCohere Rerank 4 ProVoyage AI Rerank 2.5Description
Latency Metrics
Mean
760ms
612ms
Average response time
P50
720ms
612ms
50th percentile (median)
P90
896ms
791ms
90th percentile

DBPedia

MetricCohere Rerank 4 ProVoyage AI Rerank 2.5Description
Latency Metrics
Mean
541ms
583ms
Average response time
P50
489ms
613ms
50th percentile (median)
P90
729ms
632ms
90th percentile

Explore More

Compare more rerankers

See how all reranking models stack up. Compare Cohere, Jina AI, Voyage, ZeRank, and more. View comprehensive benchmarks, compare performance metrics, and find the perfect reranker for your RAG application.