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.
Allowed values:
versionstring
Model version string.
descriptionstring or null
Model description.
deprecatedAtdatetime or null
Deprecation timestamp. Models with this field set are excluded from the list endpoint response.

Errors