For the complete documentation index, see llms.txt. This page is also available as Markdown.

Models

REST — Models endpoints.

Method
Path
Description

GET

/api/v1/models

List models

GET

/api/v1/models/{id}

Get model by ID

GET

/api/v1/models/by-key/{key}

Get model by key (e.g., openai/gpt-4o)

Query

?provider=openai&capability=reasoning&licensing=open

Response

{"items": [{"id": "...", "key": "openai/gpt-4o", "name": "...",...}], "next_cursor": null}

See also

Last updated

Was this helpful?