Cohere Rerank 4 Fast vs Zerank 2

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

Model Comparison

Zerank 2 takes the lead.

Both Cohere Rerank 4 Fast and Zerank 2 are powerful reranking models designed to improve retrieval quality in RAG applications. However, their performance characteristics differ in important ways.

Why Zerank 2:

  • Zerank 2 has 128 higher ELO rating
  • Zerank 2 is 181ms faster on average
  • Zerank 2 has a 7.4% higher win rate

Overview

Key metrics

ELO Rating

Overall ranking quality

Cohere Rerank 4 Fast

1510

Zerank 2

1638

Win Rate

Head-to-head performance

Cohere Rerank 4 Fast

49.8%

Zerank 2

57.2%

Accuracy (nDCG@10)

Ranking quality metric

Cohere Rerank 4 Fast

0.094

Zerank 2

0.079

Average Latency

Response time

Cohere Rerank 4 Fast

447ms

Zerank 2

265ms

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 FastZerank 2Description
Overall Performance
ELO Rating
1510
1638
Overall ranking quality based on pairwise comparisons
Win Rate
49.8%
57.2%
Percentage of comparisons won against other models
Pricing & Availability
Price per 1M tokens
$0.050
$0.025
Cost per million tokens processed
Release Date
2025-12-11
2025-11-18
Model release date
Accuracy Metrics
Avg nDCG@10
0.094
0.079
Normalized discounted cumulative gain at position 10
Performance Metrics
Avg Latency
447ms
265ms
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 FastZerank 2Description
Latency Metrics
Mean
403ms
233ms
Average response time
P50
382ms
228ms
50th percentile (median)
P90
486ms
251ms
90th percentile

arguana

MetricCohere Rerank 4 FastZerank 2Description
Accuracy Metrics
nDCG@5
0.351
0.283
Ranking quality at top 5 results
nDCG@10
0.425
0.355
Ranking quality at top 10 results
Recall@5
0.660
0.540
% of relevant docs in top 5
Recall@10
0.880
0.760
% of relevant docs in top 10
Latency Metrics
Mean
574ms
280ms
Average response time
P50
562ms
278ms
50th percentile (median)
P90
728ms
312ms
90th percentile

FiQa

MetricCohere Rerank 4 FastZerank 2Description
Accuracy Metrics
nDCG@5
0.135
0.108
Ranking quality at top 5 results
nDCG@10
0.138
0.119
Ranking quality at top 10 results
Recall@5
0.125
0.098
% of relevant docs in top 5
Recall@10
0.130
0.130
% of relevant docs in top 10
Latency Metrics
Mean
485ms
251ms
Average response time
P50
459ms
254ms
50th percentile (median)
P90
624ms
270ms
90th percentile

business reports

MetricCohere Rerank 4 FastZerank 2Description
Latency Metrics
Mean
428ms
288ms
Average response time
P50
408ms
269ms
50th percentile (median)
P90
550ms
367ms
90th percentile

PG

MetricCohere Rerank 4 FastZerank 2Description
Latency Metrics
Mean
492ms
293ms
Average response time
P50
439ms
281ms
50th percentile (median)
P90
650ms
328ms
90th percentile

DBPedia

MetricCohere Rerank 4 FastZerank 2Description
Latency Metrics
Mean
297ms
247ms
Average response time
P50
297ms
242ms
50th percentile (median)
P90
309ms
274ms
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.