providers
Creates, updates, deletes, gets or lists a providers resource.
Overview
| Name | providers |
| Type | Resource |
| Id | netlify.ai_gateway.providers |
Fields
The following fields are returned by SELECT queries:
- get
The mapping of providers and supported models
| Name | Datatype | Description |
|---|---|---|
providers | |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get
The mapping of providers and supported models
SELECT
providers
FROM netlify.ai_gateway.providers
;