List MaxVideoAI models
list_modelsUse this when the user needs current public MaxVideoAI image or video model capabilities, including audio and reference-image support. Every filtering field is nullable: send null when the user did not state that constraint, never a placeholder. Do not use it for generation, exact pricing, private models, or provider guarantees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Exact public MaxVideoAI model ID, or null unless the user named one. | |
| mode | No | Requested generation mode, or null unless the user constrained it. | |
| audio | No | Whether the user explicitly requires or excludes audio, or null when unstated. | |
| limit | No | Maximum number of matching models requested by the user, or null for the service default. | |
| surface | No | Requested media surface, or null unless the user constrained it. | |
| resolution | No | Requested resolution, or null unless the user constrained it. | |
| aspectRatio | No | Requested aspect ratio, or null unless the user constrained it. | |
| maxDurationSec | No | Maximum duration requested by the user, or null. Never use 300 as a placeholder. | |
| referenceImages | No | Whether the user explicitly requires or excludes reference images, or null when unstated. |