List Models

List all available models for the authenticated user. Returns active (non-deprecated) models the user has access to, including any feature-flagged models enabled for their account.

Authentication

x-api-keystring
API Key authentication via header

Response

List of available models
idstring
Unique model identifier.
namestring

Model name (e.g., lipsync-2, react-1).

typeenum
The type of model.
versionstring
Model version string.
descriptionstring
Model description.
deprecatedAtdatetime
Deprecation timestamp. Models with this field set are excluded from the list endpoint response.

Errors

401
Unauthorized Error
500
Internal Server Error