Skip to main content

Rerank an existing query

You can also rerank results that you’ve already retrieved using the /models/rerank endpoint or directly through the SDKs.
This is useful when you already have a list of candidate documents (from BM25, hybrid, or vector search) and want to reorder them by semantic relevance.
The reranker will return a sorted list of documents with confidence scores indicating their semantic relevance to the query. You can read more about available reranker models in the Models section.