Constants
Constants used throughout the Airia SDK.
This module defines default values for API endpoints, timeouts, and other configuration parameters used by the SDK clients.
DEFAULT_ANTHROPIC_GATEWAY_URL = 'https://gateway.airia.ai/anthropic'
module-attribute
Default base URL for the Airia Anthropic Gateway API.
DEFAULT_BASE_URL = 'https://api.airia.ai/'
module-attribute
Default base URL for the main Airia API endpoints.
DEFAULT_OPENAI_GATEWAY_URL = 'https://gateway.airia.ai/openai/v1'
module-attribute
Default base URL for the Airia OpenAI Gateway API.
DEFAULT_TIMEOUT = 30.0
module-attribute
Default timeout in seconds for API requests.