v2
latestOpenAPI 3.1.02026-07-2670186350.6 KBrerank
List Rerank Models
List all available reranking models.
Returns a list of all reranking models available on the Opper platform, including their hosting providers, locations, and pricing information.
get/rerank/models
Response
Successful Response
Example response
{
"meta": {
"total_count": 1
},
"data": [
{
"hosting_provider": "Cohere",
"name": "rerank-v3.5",
"location": "US",
"cost_per_request": 0.002
}
]
}