Omni Video Models
The Omni video models submit asynchronous tasks viaPOST /v1/videos and check status with GET /v1/videos/{task_id}.
omni-fast
Text-to-video, first-frame image-to-video, first/last frame, and multi-reference image video.
omni-fast-v2v
Reference-video editing, extension, and regeneration.
Supported Models
Supported Capabilities
Unified Endpoint
video object is returned, where id or task_id is used for subsequent queries.
Task Query
GET /v1/videos/{task_id} to poll the status. After the task completes, retrieve the generated MP4 from the returned video_url (or data[0].url).
