Rerank cost calculator

Tool ·

Hosted rerankers do not bill the same way. Cohere charges per search — one query plus up to 100 documents, whatever their length. Voyage charges per token. So the cheaper vendor flips depending on how long your passages are and how many you rerank. Put your own numbers in.

Your workload

Monthly cost

Estimated monthly rerank cost by vendor for the workload entered above
Option Billing unit Billable volume Monthly cost

Why the ranking changes

Per-search pricing is indifferent to passage length: reranking 50 chunks of 80 tokens costs exactly what 50 chunks of 800 tokens costs. Per-token pricing scales with everything you send. That gives a simple rule of thumb:

Breakeven:

What about self-hosting?

Self-hosting has no per-call price, so it does not belong in the table above — you trade a usage bill for a GPU bill plus operations. The comparison only becomes meaningful at your own volume: divide your monthly GPU cost by the number of queries above and compare that to the per-query figures in the table. Below a few hundred thousand queries a month an API is usually cheaper than a dedicated GPU; well above that, self-hosting a Qwen3-Reranker or bge-reranker-v2-m3 starts to pay off. Our self-hosting guide covers the serving side.

Note that a smaller model is not automatically a worse one — Jina Reranker v3 reaches 61.94 BEIR nDCG@10 at 0.6B, so the cheapest thing to serve may also be the most accurate.

Assumptions and sources

Cost is only half the decision

Quality is the other half. Run a cross-encoder against your own passages in the browser — no key, no spend.

Open the live demo →

Keep reading