Rerank documents by relevance for RAG
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Reranking model ID |
query | string | Yes | Search query |
documents | array | Yes | Documents to rerank |
top_n | integer | No | Number of top results to return |
return_documents | boolean | No | Include document text in response |
| Model | Description |
|---|---|
rerank-v3 | Latest high-accuracy reranker |
rerank-v2 | Balanced speed and accuracy |
rerank-lite | Fast, cost-effective option |