Ask a question to get started
Enter to sendā¢Shift+Enter new line
Base URL for API requests. Only specify if using a proxy or service emulator.
If a value isn't passed in, will attempt to read the value first from ANTHROPIC_API_URL and if that is not set, ANTHROPIC_BASE_URL.
ANTHROPIC_API_URL
ANTHROPIC_BASE_URL
anthropic_api_url: str | None = Field( alias='base_url', default_factory=(from_env(['ANTHROPIC_API_URL', 'ANTHROPIC_BASE_URL'], default='https://api.anthropic.com')) )