List all available models
Hub
List Models
Returns every enabled model grouped under its capability, including the full input_schema (field types, required flags, enum values, defaults) and a ready-to-use example.
Use the example as the input field when submitting a task.
Filter by capability with the optional ?capability= query parameter.
GET
List all available models
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Return only models for this capability. Omit to return all.
Available options:
image, video, audio, transcribe Response
200 - undefined