Skip to content

Models API

Use the Models API to discover model metadata before choosing an inference endpoint. Catalog responses include model identity, vendor, type, execution mode, pricing, support status, and capability information when available.

OperationEndpointDocumentation
List modelsGET /v1/modelsList Models
Get one modelGET /v1/models/{id_or_name}Get Model
Browse supported modelsSupported Models
Compare capabilitiesCapabilities

To run a model, use the separate Inference APIs section for Chat Completions, Anthropic Messages, image, video, audio, vision, embeddings, assets, and task-cost lookup.