Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Response

Model list

id
string<uuid>
name
string
connection_id
string<uuid> | null

Null for router models

litellm_model
string | null

Null for router models

description
string
is_active
boolean
is_platform
boolean

True if this is a platform-managed model (created_by IS NULL)

model_type
enum<string>
Available options:
single,
router
detected_type
string

Auto-detected model type (chat, embedding, audio, image, transcription)

capabilities
string[]
routing_config
object | null

Router configuration (null for single models)

icon_emoji
string | null
deprecated

Deprecated — always null on new writes. Use icon_url instead.

icon_url
string | null
created_at
string<date-time>
updated_at
string<date-time>