Claude-style routing

Use Claude-style tools with your available models

Give Claude Code and Anthropic-compatible clients one base URL. TEKIZ.AI Router can use an Anthropic account you connect, an approved compatible service, local models, or another provider you are allowed to use.

Create API key Read integrations Claude Code guide Browse models

Anthropic-compatible base URL

Point supported Claude-style clients at ANTHROPIC_BASE_URL=https://api.tekiz.ai for hosted routing, or at a local/Tailnet TEKIZ.AI when provider credentials should stay private.

Approved compatible services are optional

If you connect an approved Anthropic-compatible service, TEKIZ.AI Router can use it. If that account is unavailable, it can try another model you have connected.

Keep working when an account is busy

When one key or Claude-compatible service is rate-limited, TEKIZ.AI Router can try another model you are allowed to use.

Set up Anthropic-compatible setup

export ANTHROPIC_BASE_URL=https://api.tekiz.ai
export ANTHROPIC_API_KEY=sk_tekiz_your_generated_key

curl "$ANTHROPIC_BASE_URL/v1/messages" \
  -H "x-api-key: $ANTHROPIC_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tekizai/frontier",
    "max_tokens": 200,
    "messages": [{"role": "user", "content": "Route this Claude-style request"}]
  }'

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 more than one account or key

TEKIZ.AI can share requests across the accounts and keys you connect, then pause only the one that is unavailable or rate-limited.

Use accounts you are allowed to use

TEKIZ.AI does not grant Anthropic access. Connect an account you are authorized to use, or use a hosted TEKIZ.AI plan.

Why put TEKIZ.AI in front of Claude-style tools?

Your tools keep the Anthropic interface they already use. TEKIZ.AI checks which accounts and models are available, then uses an allowed backup when the first choice fails.

Next steps

Create an API key, read integrations, open the Anthropic-compatible guide, or request managed Anthropic review.

Stay within your approved services

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