Skip to main content
The models endpoint returns every model currently available on Inferoute, along with metadata about each one. Use the id field from this response when specifying the model parameter in your chat, completion, and embedding requests.

Endpoint

No request body is required. Include your Authorization header as with all Inferoute requests.

Response fields

string
Always "list".
object[]
Array of model objects, one per available model.

Example

Response:
Filter the data array by capabilities.embeddings === true to get only models that work with the /v1/embeddings endpoint, or by capabilities.chat === true for chat-capable models. This avoids trial-and-error when selecting a model for a specific endpoint.