Try Bifrost Enterprise free for 14 days. Explore now
A valid request URL is required to generate request examples{
"id": "<string>",
"results": [
{
"index": 123,
"relevance_score": 123,
"document": {}
}
],
"meta": {}
}Reranks a list of documents against a query using Cohere’s v2 Rerank API. The request body matches Cohere’s native format.
A valid request URL is required to generate request examples{
"id": "<string>",
"results": [
{
"index": 123,
"relevance_score": 123,
"document": {}
}
],
"meta": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Cohere rerank model identifier (e.g. rerank-english-v3.0).
Query string to rank documents against.
Documents to rerank. Strings or objects with a text field.
Return only the top N reranked results.
Include the original document text in the response.
Truncate each document to this token limit before ranking.
Was this page helpful?