Anthropic-compatible setup
Claude Code and Claude-style clients can use
ANTHROPIC_BASE_URL=https://api.tekiz.ai with a
generated sk_tekiz_* key for hosted account control.
Claude Code routing
Give Claude Code one Anthropic-compatible address for your Anthropic access, local models, and approved backup providers. A TEKIZ.AI key signs you into the hosted service; your provider accounts remain yours.
Claude Code and Claude-style clients can use
ANTHROPIC_BASE_URL=https://api.tekiz.ai with a
generated sk_tekiz_* key for hosted account control.
Connect the Anthropic access you already have. A route requires an active subscription before TEKIZ.AI can use it.
When a provider account or model reaches a limit, TEKIZ.AI can choose another working route that supports the request.
export ANTHROPIC_BASE_URL=https://api.tekiz.ai export ANTHROPIC_API_KEY=sk_tekiz_your_generated_key # Claude Code uses Anthropic-compatible messages traffic. # Keep provider keys on your router host or in the hosted account path. claude --append-system-prompt "Use TEKIZ.AI for model routing"
Merge this JSON into ~/.claude/settings.json. Keep
the API key in your shell, secret manager, or service environment;
do not paste this file example into a terminal.
{
"env": {
"ANTHROPIC_BASE_URL": "https://api.tekiz.ai"
}
}
Coding profiles only switch to models that can handle the tool calls Claude Code needs.
Image, audio, video, and document requests are matched to models that can handle those files.
TEKIZ.AI uses only the Claude and Anthropic access you authorize. You can also use hosted routing through your TEKIZ.AI account.
Claude Code keeps the same Anthropic-compatible setup while TEKIZ.AI Router checks availability, uses more than one authorized key, and switches to local or cloud backups when needed.
Create an API key, open the Claude Code guide, review Anthropic-compatible routing, or request Anthropic access review.