GET /v1/models

List enabled models using an authenticated API key.

GET /v1/models

Returns the currently enabled model catalog. Authentication with an active Model Gate API key is required.

curl https://api.model-gate.com/v1/models \
  -H "Authorization: Bearer mg_live_..."

The response contains model identifiers and capability metadata. This metadata request is not billed, but the key must be active.

{"object":"list","data":[{"id":"claude-opus-4.8","object":"model","owned_by":"anthropic"}]}

Use `GET /v1/models/:id` to retrieve one model.