Skip to main content
GET
List video model capabilities
Each item includes capability metadata such as:
  • model
  • name
  • status
  • input_types
  • output_types
  • supported_params
  • supported_parameters
  • supported_params_detail
  • supported_parameters_detail
  • providers, each with provider-level supported parameter detail
  • pricing
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

Authorization
string
header
required

Bearer token authentication

Query Parameters

params
string[]

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.

Response

200 - application/json

Video model capability list

object
string
Example:

"list"

data
object[]
Last modified on August 12, 2026