getAIGatewayProviders
GET
/ai-gateway/providers https://api.netlify.com/api/v1
Responses
200 application/json
The mapping of providers and supported models
{ providers?: { }; }
default application/json
error
interface Error {
code?: number;
message: string;
}
code?: number;
message: string;
}