bytedance/seedance-2.0-fast 🔢🖼️📝❓✓ → 🖼️
Performance
89.4sTypical run time
649.1KTotal runs
About
A faster variant of Seedance 2.0 for quicker video generation with multimodal inputs and native audio.
Example Output
Prompt:
"A cozy cabin in a snowy forest at night, warm light glowing from the windows, gentle snowfall, camera slowly pushing in through the trees"
Output
Performance Metrics
89.36s
Prediction Time
89.37s
Total Time
All Input Parameters
{
"seed": 99,
"prompt": "A cozy cabin in a snowy forest at night, warm light glowing from the windows, gentle snowfall, camera slowly pushing in through the trees",
"duration": 7,
"resolution": "720p",
"aspect_ratio": "16:9",
"generate_audio": true
}
Input Parameters
- seed
- Random seed. Set for reproducible generation.
- image
- Input image for image-to-video generation (first frame). Cannot be combined with reference images.
- prompt (required)
- Text prompt for video generation
- duration
- Video duration in seconds. Set to -1 for intelligent duration (model picks the best length).
- resolution
- Video resolution.
- aspect_ratio
- Video aspect ratio. Set to 'adaptive' to let the model choose the best ratio based on inputs.
- generate_audio
- Generate synchronized audio with the video, including dialogue (use double quotes in prompt), sound effects, and background music.
- last_frame_image
- Input image for last frame generation. Only works if a first frame image is also provided. Cannot be combined with reference images.
- reference_audios
- Reference audio files (up to 3, total duration max 15s) for audio-driven generation and lip-sync. Requires at least one reference image or video. Reference them in your prompt as [Audio1], [Audio2], etc.
- reference_images
- Reference images (up to 9) for character consistency, style guidance, and scene composition. Cannot be used together with first/last frame images. You can reference them in your prompt as [Image1], [Image2], etc.
- reference_videos
- Reference videos (up to 3, total duration max 15s) for motion transfer, style reference, and editing. Reference them in your prompt as [Video1], [Video2], etc.
Output Schema
Output
Example Execution Logs
Using seed: 99 Generating video... Generated video in 86.2sec Downloading 3248274 bytes Downloaded 3.10MB in 2.89sec
Version Details
- Version ID
8a876cb913d631d9a4d47b3f777df7326d5571f37c49ed020fdcf4103240b158- Version Created
- April 22, 2026