Custom Providers
List Account Providers
ai_gateway.custom_providers.list(CustomProviderListParams**kwargs) -> SyncV4PagePaginationArray[CustomProviderListResponse]
GET/accounts/{account_id}/ai-gateway/custom-providers
Fetch a Account Provider
ai_gateway.custom_providers.get(strid, CustomProviderGetParams**kwargs) -> CustomProviderGetResponse
GET/accounts/{account_id}/ai-gateway/custom-providers/{id}
Create a new Account Provider
ai_gateway.custom_providers.create(CustomProviderCreateParams**kwargs) -> CustomProviderCreateResponse
POST/accounts/{account_id}/ai-gateway/custom-providers
Delete a Account Provider
ai_gateway.custom_providers.delete(strid, CustomProviderDeleteParams**kwargs) -> CustomProviderDeleteResponse
DELETE/accounts/{account_id}/ai-gateway/custom-providers/{id}