AWS account custody
Configure Bedrock as an authorized provider route through your AWS account, IAM policy, region, and model access approvals. Sage Router does not grant AWS, Bedrock, Anthropic, Meta, or Amazon Nova access.
Amazon Bedrock routing
Use Sage Router as the OpenAI-compatible policy layer in front of your authorized Amazon Bedrock routes. Keep AWS_PROFILE, AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, IAM policy, and Bedrock model access under your AWS account custody.
Configure Bedrock as an authorized provider route through your AWS account, IAM policy, region, and model access approvals. Sage Router does not grant AWS, Bedrock, Anthropic, Meta, or Amazon Nova access.
Point OpenAI SDKs, Codex, Cursor, Aider, Continue, OpenHands, and gateway-compatible clients at https://api.sagerouter.dev/v1 while the router maps policy profiles to Bedrock and fallback routes.
Route across customer-authorized Bedrock models such as Claude, Amazon Nova, Llama, and other approved foundation models without hard-coding every agent to one model ID or region.
export OPENAI_BASE_URL=https://api.sagerouter.dev/v1
export OPENAI_API_KEY=sk_sage_your_generated_key
export AWS_PROFILE=your_authorized_profile
export AWS_REGION=us-east-1
curl "$OPENAI_BASE_URL/chat/completions" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "sage-router/frontier",
"messages": [{"role": "user", "content": "Use the best healthy Bedrock or fallback route"}]
}'
Credential pools can distribute traffic across authorized AWS profiles, keys, regions, or Bedrock routes and fail over when one path is exhausted, revoked, rate-limited, or unhealthy.
Retryable rate limits can move to another eligible Bedrock credential, region, provider, local Ollama model, or private endpoint according to your routing policy.
Image, audio, video, and document inputs route only to capable models, so auto and agentic profiles do not send multimodal work to incompatible Bedrock or fallback routes.
Sage Router sells routing, generated keys, quotas, account management, analytics, and reliability infrastructure. It does not include bundled Bedrock resale, does not bypass AWS or model-provider terms, and does not grant unauthorized AWS, Bedrock, Anthropic, Meta, or Amazon Nova access.
Create an API key, copy the hosted quickstart, use the OpenAI-compatible setup, or estimate routing fit.