Videos
List available video models
Returns every model currently available for video generation, including valid parameter values for each model and generation type.
Call this endpoint before submitting a generation request to discover what options a specific model supports. Empty arrays ([]) mean the parameter is not applicable. Boolean supports_* flags indicate optional feature availability.
GET
List available video models
Previous
Generate videoSubmits a video generation request. Returns `202 Accepted` immediately with a `job_uid`; poll `GET /v1/jobs/{job_uid}` for status and the final video URL.
**Before submitting:** call `GET /v1/videos/models` to retrieve the valid parameter values (`duration`, `resolution`, `mode`, `aspect_ratio`, etc.) for your chosen model. Passing an unsupported value returns a `422` validation error.
**Billing:** the cost is deducted from your API wallet when the job is accepted. If video generation fails on the provider side the charge is automatically refunded.
Next
List available video models

