Skip to main content

Omni Video Models

The Omni video models submit asynchronous tasks via POST /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

All Omni video tasks use a JSON request body. On success, an OpenAI-style video object is returned, where id or task_id is used for subsequent queries.

Task Query

Use 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).

Output Limits

Sub-API Pages

  1. omni-fast
  2. omni-fast-v2v
  3. Video Model Support Matrix
  4. Task Status API