Amazon Bedrock routing

Use Amazon Bedrock through one app configuration

Connect an AWS account that already has Bedrock access, then give your apps one OpenAI-compatible TEKIZ.AI address. Your AWS profile, region, IAM permissions, and model approvals stay under your control.

Create API key Read quickstart OpenAI-compatible setup Browse models

Use your own AWS account

Connect Bedrock through your AWS profile, IAM policy, region, and model approvals. TEKIZ.AI does not grant AWS, Bedrock, Anthropic, Meta, or Amazon Nova access.

OpenAI-compatible setup

Point OpenAI SDKs, Codex, Cursor, Aider, Continue, OpenHands, and compatible apps at https://api.tekiz.ai/v1. TEKIZ.AI Router can use Bedrock or another model you connected.

Choose among your Bedrock models

Use Claude, Amazon Nova, Llama, and other models approved in your account without hard-coding every app to one model ID or region.

Set up AWS Bedrock setup

export OPENAI_BASE_URL=https://api.tekiz.ai/v1
export OPENAI_API_KEY=sk_tekiz_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": "tekizai/frontier",
    "messages": [{"role": "user", "content": "Use the best healthy Bedrock or fallback route"}]
  }'

Share requests across AWS profiles

Add more than one authorized AWS profile, key, region, or Bedrock route. TEKIZ.AI uses those that are working and pauses only the path that fails.

Keep working when an account is busy

When Bedrock is rate-limited, TEKIZ.AI can try another AWS profile, region, provider, local Ollama model, or private model you allowed.

Send files to services that accept them

Images, audio, video, and documents are sent only to models that can handle that kind of input.

Use accounts you are allowed to use

TEKIZ.AI provides routing, API keys, usage limits, account tools, request history, and backups. It does not include Bedrock access or bypass AWS and model-provider terms.

Next steps

Create an API key, copy the hosted quickstart, use the OpenAI-compatible setup, or estimate routing fit.

Stay within your approved services

If your company approves only AWS Bedrock, keep that boundary. TEKIZ.AI can reduce token burn while making better use of existing subscriptions and account billing.