Skip to main content

List custom models

GET 

/v1/models

List custom models with the newest first.

Pagination. Keyset (cursor-based). Pass cursor from the previous response's next_cursor to fetch the next page; treat the cursor as opaque. limit defaults to 50 and is capped at 200. An invalid cursor returns INVALID_PAGINATION_CURSOR — drop it to restart from the first page.

Authentication. Requires a valid X-API-Key header.

Request

Responses

A page of models in newest-first order, plus a next_cursor to fetch the following page. next_cursor is null when there is no more data.