Get the models a provider offers
Get the models to offer for a provider, with the catalog already merged against the organization’s saved models.
Serves both the create and edit flows: when the organization has not configured this provider, every row comes back with a null uuid. A row’s uuid is what marks it as saved by this organization; the response carries no notion of what is currently checked in the client’s form.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the LLM provider (e.g., OpenAI, Anthropic)
Response
The models this provider offers
Response object for standard API responses.
API version.
2.0, 3.0 Type of response, indicating a normal response.
NORMAL The provider model picker's rows, with the catalog already merged against the organization's saved models. Clients render this list verbatim; no join against the catalog is required. A retired model is included only when the organization has it saved, since unchecking it is the only remaining action.