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.

Query Parameters

provider
string
required

Provider instance name or provider type

model
string
required

Raw upstream model ID

Response

OK

catalog
object | null

Catalog is the model list (ai-model-list) entry.

config
object | null

Config is the config.yaml metadata override.

effective
object

Effective is the merged metadata, as listed by /admin/models.

provider
object | null

Provider is what the provider reported in its own model listing.

selector
string
sources
object

Sources names the layer that supplied each effective field (see modeldata.MetadataSources).

Last modified on September 22, 2026