Skip to main content
Bedrock supports document reranking through Cohere models. Portkey provides a unified /rerank endpoint to access this capability.
For Bedrock providers, pass the complete ARN along with the model name in the model field to make a successful request.Example: arn:aws:bedrock:us-east-1::foundation-model/cohere.rerank-v3-5:0

Rerank documents

Replace the region in the ARN (e.g., us-east-1) with the region where your Bedrock provider is configured.

AWS Bedrock Rerank Docs

Official AWS documentation for reranking with Amazon Bedrock reranker models.
Last modified on April 8, 2026