List custom models
List all custom ML models registered by the authenticated user’s company. Visible to all authenticated company members.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Unique ID for this custom model.
Display name, unique within the company.
LiteLLM identifier (custom-{uuid}).
LiteLLM model string, e.g. 'openai/gpt-4-turbo'.
Model type.
Whether the model is active.
Whether this is the company's default custom model.
Custom API base URL.
Sampling temperature sent for every request to this model. Null means no temperature is configured and the calling feature's own value is used.
The only temperature this model accepts, when it accepts exactly one. Set for models that have removed sampling parameters; null for every other model.
Highest temperature this model's provider accepts. Null for a model served from its own endpoint, where no provider bound applies.