Skip to main content
GET
Get ML model details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Response

id
string<uuid>
required

Unique ID for this model

name
string
required

Display name for this MLModel

technical_name
string
required

Instance-wide unique technical name for this model such as it is set in the mode gateway configuration

model_type
enum<string>
required

Type of model (eg. 'Large Language Model', 'Embedding Model','Vision Language Model', 'Multi-Vector Model)

  • Large Language Model - Large Language Model
  • Embedding Model - Embedding Model
  • Vision Language Model - Vision Language Model
  • Multi-Vector Model - Multi-Vector Model
Available options:
Large Language Model,
Embedding Model,
Vision Language Model,
Multi-Vector Model
enabled
boolean
required

Wether or not this model is enabled instance-wide.

is_default
boolean
required

Wether or not this is the platform-wide default generation model.

is_default_for_company
boolean
required

Wether or not this model is set as default for this company.

health
object
required

Health status of the model

linked_aliases
object[]
required

Aliases linked to this model

litellm_model
string | null

Underlying gateway routing string (e.g. anthropic/claude-opus-5). Its provider prefix is what identifies which provider serves the model; absent when the gateway does not report one.

source
enum<string>
default:managed

Whether the model is managed by the platform ('managed') or registered by the company ('custom').

  • managed - managed
  • custom - custom
Available options:
managed,
custom