Models & Catalog API
Preview: list models and inspect capability metadata.
Status: Preview. Useful for discovery and evaluation; handle metadata changes and missing fields before GA.
Three endpoints help you discover account-visible models before deciding between model: "auto" and a pinned id.
Endpoints
| Endpoint | Purpose |
|---|---|
GET /v1/models | OpenAI-compatible flat list for discovery |
GET /v1/catalog/models | Richer model metadata (capabilities, modalities) |
GET /v1/catalog/capabilities | What you can do today, capability by capability |
Example: list models
The set is your account's view. Models can appear and disappear as enablement changes; cache for short periods only.
Operation pages
List models
GET /v1/models
List catalog models
GET /v1/catalog/models
List capabilities
GET /v1/catalog/capabilities