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
id
Unique model identifier.
name
Model name (e.g., lipsync-2, react-1).
type
The type of model.
Allowed values:
version
Model version string.
description
Model description.
deprecatedAt
Deprecation timestamp. Models with this field set are excluded from the list endpoint response.

