Rerank
Embeddings & Rerank
Rerank
Semantically rerank search results
POST
Rerank
Documentation Index
Fetch the complete documentation index at: https://docs.crazyrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Reorder a set of documents by semantic relevance to a query. Commonly used as the second-stage reranking step in RAG (Retrieval-Augmented Generation) pipelines.Implemented following the SiliconFlow Rerank API format.
Supported Models
| Model | Description |
|---|---|
gte-rerank-v2 | Multilingual reranking model, recommended |
gte-rerank-v2 | Primarily English |
Request Parameters
Reranking model name, e.g.
gte-rerank-v2Query text
List of documents to rerank
Return the top N results. Defaults to returning all
Whether to include the original document text in the response