Skip to main content
POST
Seedance 2.0 Fast — Omni Reference to Video
Generate videos using multiple reference media inputs with ByteDance’s Seedance 2.0 Fast — optimized for shorter processing time and lower cost. Reference uploaded images, videos, and audio tracks directly inside your prompt with @image1, @video1, and @audio1 placeholders.

Request Body

string
required
Model slug. Use bytedance/seedance-2.0-fast/omni-reference for fast omni reference to video generation.
object
required
Input parameters for omni reference to video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 200,000 micro-cents per second ($0.20/sec)
Default cost: 5 seconds, 720p, 24 fps = 200,000 × 5 × 1 × 1 = 1,000,000 micro-cents ($1.00)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples