Claude Code Setup
Claude Code uses Anthropic-compatible settings. Confirm that the selected key group supports the required models and protocol.
Environment variables
macOS or Linux:
bash
export ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://ai.akaii.top"Windows PowerShell:
powershell
$env:ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
$env:ANTHROPIC_BASE_URL="https://ai.akaii.top"Start Claude Code from the same terminal.
Do not append /v1 unless the channel instructions explicitly require it. Restart the terminal and Claude Code after changing environment variables.