Seedance 2.0 Multimodal Reference to Video
- Seedance 2.0 multimodal reference-to-video model, generate videos from reference images, videos, and audio
- Up to 9 reference images, 3 reference videos, and 3 reference audio clips, total not exceeding 12
- Use @Image1, @Video1, @Audio1 etc. in the prompt to reference materials
- Supports 480p / 720p resolution, 4-15 second duration, multiple aspect ratios
- Async processing mode, use the returned task ID to query task status
- Generated video links are valid for 24 hours, please save them promptly
Authorizations
All APIs require Bearer Token authentication
Add to request header:
Authorization: Bearer YOUR_API_KEY
Body
Seedance 2.0 multimodal reference-to-video model variant
seedance-2.0-reference-to-video— Standardseedance-2.0-fast-reference-to-video— Fast
"seedance-2.0-reference-to-video"
"seedance-2.0-fast-reference-to-video"
Text prompt describing the desired video content.
Notes:
- Supports Chinese and English
- Maximum 5000 characters
"A corgi running on a rain-soaked street, cinematic shot"
Output video resolution
Options:
480p720p— Default
"480p"
Output video aspect ratio
Options:
16:9,4:3,1:1,3:4,9:16,21:9adaptive— Automatically selected by model (default)
"adaptive"
Output video duration in seconds. Supports integers from 4 to 15, or -1 to let the model decide. Default 5.
-1
Whether to generate synchronized audio. Default true.
true
Random seed. -1 means auto-generated by model; a fixed integer improves result reproducibility.
-1
Reference image URL list
Notes:
- Up to 9 images, each ≤30MB
- Supports JPEG / PNG / WebP
- Use
@Image1,@Image2etc. in the prompt to reference
[
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
]Reference video URL list
Notes:
- Up to 3 clips, total duration 2-15 seconds, total size <50MB
- Supports MP4 / MOV
- Use
@Video1,@Video2etc. in the prompt to reference
["https://example.com/motion.mp4"]Reference audio URL list
Notes:
- Up to 3 clips, each ≤15 seconds / 15MB
- Supports MP3 / WAV
- Use
@Audio1,@Audio2etc. in the prompt to reference - When only audio is provided, at least 1 reference image or video is also required
["https://example.com/music.mp3"]Response
Task created successfully
Task creation timestamp
1757165031
Task ID
"task-unified-1757165031-uyujaw3d"
Actual model name used
Specific task type
video.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Asynchronous task information
Task output type
video "video"