GET /v1/models

Lists the public model catalog exposed by the gateway.

Inference APIs

List the public model catalog exposed by the gateway, including catalog-backed metadata and optional pricing fields.

GET/v1/models

Request

  • Auth: required when tenant auth is enabled; open in dev mode
  • Content-Type: none
  • Body: none

Response schema

FieldTypeRequiredNotes
objectstringyesAlways list
dataarrayyesModel entries sourced from config/models.yaml
data[].idstringyesPublic alias clients can send in requests
data[].objectstringyesAlways model
data[].createdint64yesUnix timestamp generated when the request is served
data[].owned_bystringyesUpstream provider name
data[].in_regionbooleanyesRegion residency flag
data[].input_cost_per_1m_usdnumbernoPresent when the catalog includes input pricing
data[].output_cost_per_1m_usdnumbernoPresent when the catalog includes output pricing

Notes

  • This endpoint is catalog-driven, not provider-discovery driven.
  • created reflects the served timestamp, not the provider release date.
  • Cost fields are omitted unless the catalog has values for them.