List catalogued provider models
Return the known models for a SaaS provider, to populate the model picker in the custom-model create flow. Derived from LiteLLM’s published model cost map, refreshed daily, and filtered to models that are registrable as custom models and not past their published deprecation date. The catalogue is a convenience, not a constraint: create accepts any litellm_model string, so a model absent from the list can still be registered by entering it directly. An empty list is a valid response — the provider may publish no models of the requested type, or the catalogue may be briefly unavailable. Requires company admin role.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Narrow the catalogue to a single model type. Omit to return every entry.
Embedding Model, Large Language Model, Multi-Vector Model, Vision Language Model Provider whose catalogue to return.
anthropic, gemini, mistral, openai Response
LiteLLM model string to submit as litellm_model when creating the custom model.
The provider's own model identifier, for display in a picker.
Model type this entry can be registered as.
Context window in tokens, when the provider publishes one.
The only temperature this model accepts, when it accepts exactly one. Offer it as the temperature for this model; null means any value within the range is fine.
Highest temperature this provider accepts. Null when the provider publishes no bound.