Models
REST — Models endpoints.
Last updated
Was this helpful?
REST — Models endpoints.
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)
?provider=openai&capability=reasoning&licensing=open
{"items": [{"id": "...", "key": "openai/gpt-4o", "name": "...",...}], "next_cursor": null}Last updated
Was this helpful?
Was this helpful?