Search + K

Command Palette

Search for a command to run...

Sign In

getAIGatewayProviders

GET /ai-gateway/providers
Copy endpoint
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;
}