Custom Providers
List Account Providers
client.AIGateway.CustomProviders.List(ctx, params) (*V4PagePaginationArray[CustomProviderListResponse], error)
GET/accounts/{account_id}/ai-gateway/custom-providers
Fetch a Account Provider
client.AIGateway.CustomProviders.Get(ctx, id, query) (*CustomProviderGetResponse, error)
GET/accounts/{account_id}/ai-gateway/custom-providers/{id}
Create a new Account Provider
client.AIGateway.CustomProviders.New(ctx, params) (*CustomProviderNewResponse, error)
POST/accounts/{account_id}/ai-gateway/custom-providers
Delete a Account Provider
client.AIGateway.CustomProviders.Delete(ctx, id, body) (*CustomProviderDeleteResponse, error)
DELETE/accounts/{account_id}/ai-gateway/custom-providers/{id}