/v2/rerank. Auth and the
consumer slug are the same as chat.
X-AG-Gateway-Slug as in the chat snippets.
The gateway speaks the Cohere v2 rerank shape on this path. It is not an OpenAI Chat
Completions route.
Providers
OpenAI, Azure, Anthropic, Gemini / Vertex, Bedrock, Groq, Mistral, OpenRouter, and other
chat-only providers do not expose rerank. They are left out of the candidate pool.
The
model field is allowlisted as usual and can pin with @provider/model.
Routing
- The consumer’s registries are filtered to those that advertise rerank.
- Model resolution and load balancing run on that pool.
- Pinning a registry that cannot rerank is a 400, not a failover.
- An empty capable pool is a 503.
Related
- Registries
- Consumers — Connect tab
- Embeddings
- Models
- Quickstart