List Providers
Returns LLM providers from the catalog with effective config and configured status.
Response
Provider list
Example response
{
"data": [
{
"id": "anthropic",
"display_name": "Anthropic",
"adapter": "http",
"base_url": "https://api.anthropic.com"
}
]
}Changes
Changed in 2 of the 172 revisions of this API.6
- ○
the response property
//became required for the statusresponse-property-became-required
- ○
removed the
anthropicenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
geminienum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
openaienum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
openai_compatibleenum value from the//response property for the response statusresponse-property-enum-value-removed
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○