List video model capabilities
Video Generation
List video models
Internal testing. The Video API is available only to enabled workspaces and may be temporarily disabled while its public contract is finalised. The API may change before general availability.
List active video model capabilities.
GET
List video model capabilities
Each item includes capability metadata such as:
modelnamestatusinput_typesoutput_typessupported_paramssupported_parameterssupported_params_detailsupported_parameters_detailproviders, each with provider-level supported parameter detailpricing
supported_parameters is a compatibility alias for supported_params. supported_params_detail and supported_parameters_detail are aliases for the same structured metadata. New clients should prefer supported_parameters and supported_parameters_detail; existing clients can continue reading supported_params and supported_params_detail.
These detail maps expose structured constraints such as allowed durations, resolutions, qualities, aspect ratios, voice or audio options when relevant, and provider-specific parameter support when that metadata is available.
You can filter models by supported parameter with the params query parameter. Repeat it or pass a comma-separated list. The filter accepts canonical names and aliases from supported_parameters_detail, so params=size can match models whose canonical parameter is resolution, and params=duration_seconds can match duration.
Authorizations
Bearer token authentication
Query Parameters
Optional supported-parameter filter. Repeat the parameter or pass a comma-separated list. Canonical names and aliases are accepted, for example resolution, size, duration, or duration_seconds.
Last modified on August 12, 2026