What does ANTHROPIC_BASE_URL mean in inference serving?
ANTHROPIC_BASE_URL is the environment variable that points Claude Code at a custom API endpoint. It routes requests through a proxy or gateway that implements the Anthropic Messages protocol. RunInfra's documented environment lines are 'export ANTHROPIC_BASE_URL="https://api.runinfra.ai"' and 'export ANTHROPIC_AUTH_TOKEN="$RUNINFRA_GATEWAY_KEY"', with the workspace key loaded into RUNINFRA_GATEWAY_KEY. Use the bare host because Claude Code appends /v1, and follow the linked configuration guide to set the main, alias, and subagent models.