Skip to main content
Model ID
Calling method: async

skyreels-v4-omni API Usage Guide

Overview

skyreels-v4-omni is the V4 reference-driven generation/editing model. Unlike skyreels-v4-text-to-video, Omni requires references and supports workflows such as:
  • keyframe-guided generation
  • subject/background replacement
  • motion/style transfer from reference video
  • local edits and object insertion/removal
Important: at least one of ref_images or ref_videos must be provided, otherwise upstream returns 422 (At least one reference must be provided).

Authentication

All Request Queue API requests require an API key in the Authorization header:
Provider-side SkyReels credentials are injected by backend config.

Submit Omni Request

Base URL

Endpoint

Example (image references)

Example (video reference)

Request Parameters

Response (Request Accepted)

Check Request Status

Endpoint

Example

Success Response Example

Request Status Values

Routing and Endpoint Notes

Provider endpoint used by this model:
  • Submit: POST https://api-gateway.skyreels.ai/api/v1/video/omni-video/submit
  • Query: GET https://api-gateway.skyreels.ai/api/v1/video/omni-video/task/{task_id}
Prompt-only generation should use skyreels-v4-text-to-video instead of Omni.