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.
Amazon Bedrock routing
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.
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.
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.
Use Claude, Amazon Nova, Llama, and other models approved in your account without hard-coding every app to one model ID or region.
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"}]
}'
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.
When Bedrock is rate-limited, TEKIZ.AI can try another AWS profile, region, provider, local Ollama model, or private model you allowed.
Images, audio, video, and documents are sent only to models that can handle that kind of input.
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.
Create an API key, copy the hosted quickstart, use the OpenAI-compatible setup, or estimate routing fit.
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.