Skip to main content
GET
cURL
API v1 is deprecated. This version is no longer being developed — new endpoints, parameters and models are added to v2 only. Use the v2 endpoints to stay current: v2 API documentation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Query Parameters

limit
integer
default:25

Page size: how many models a single call returns. Always send limit=50 — it is the maximum page size and returns the whole catalogue in one call. Omit it and the endpoint falls back to 25 models and gives no indication that the rest are missing. A value above 50 is clamped to 50, not rejected. This is the parameter that widens the page; per_page does not work.

Required range: 1 <= x <= 50
Example:

50

per_page
integer
default:25

Accepted but currently ignored: it does not change the page size regardless of the value sent. Use limit to widen the page and page to retrieve the remaining results.

page
integer
default:1

Page number, starting at 1. Rarely needed: with limit=50 the whole catalogue is returned on page 1 and meta.last_page reads 1. Should the catalogue ever outgrow 50 entries, meta.last_page becomes greater than 1 and you fetch the remaining pages with this parameter.

filter[inference_types]
enum<string>[]

Comma-separated list of inference types to filter by. Example: txt2img,txt2audio. Values must match the inference_types strings returned by this endpoint exactly — note that some of them use hyphens (img-upscale, img-rmbg, vid-upscale, video-replace). An unrecognised value is not rejected: the endpoint returns an empty data array.

Available options:
txt2img,
img2txt,
txt2audio,
txt2music,
txt2video,
img2video,
img2img,
audio2video,
video-replace,
img-upscale,
img-rmbg,
vid-upscale,
txt2embedding,
audio2text,
video2text,
audio_file2text,
video_file2text

Response

List of available models.

data
object[]

List of available models