bytedance/seedance-2.0 🔢🖼️📝❓✓ → 🖼️
Performance
115.0sTypical run time
1.1MTotal runs
About
ByteDance's multimodal video generation model with native audio, multimodal reference inputs, and intelligent duration control.
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
114.97s
Prediction Time
115.00s
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. Maximum 4000 characters. BytePlus recommends keeping prompts under 600 English words for best results.
- duration
- Video duration in seconds. Set to -1 for intelligent duration (model picks the best length).
- resolution
- Video resolution. 4K outputs 10-bit H.265/HEVC at high bitrate.
- 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 111.7sec Downloading 2682088 bytes Downloaded 2.56MB in 2.74sec
Version Details
- Version ID
a6dcbae88b153e75fcccabacfb0eb430ab5be0a7ae27b316fc6f983658b349bc- Version Created
- June 23, 2026