Video ModelsSeedance
Seedance 2.0 Fast Reference to Video
Get API Keyseedance-2.0-fast-reference-to-video
Seedance 2.0 Fast Reference to Video API Documentation
Generate reference-guided videos using the
seedance-2.0-fast-reference-to-videomodel
Overview
Use this model when you need the fast Seedance 2.0 variant with reference images, videos, or audio.
Authentication
Authorization: Bearer YOUR_API_KEYCreate your key on the API Keys page.
Create Generation Task
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Public model ID. Must be exactly seedance-2.0-fast-reference-to-video |
input | object | Yes | Input parameters object |
Common Input Fields
promptreference_image_urlsreference_video_urlsreference_audio_urlsaspect_ratio/ratioresolutiondurationgenerate_audioweb_searchnsfw_checker
Credit Consumption
The current public credit rule for seedance-2.0-fast-reference-to-video is:
| Resolution | Credits per second |
|---|---|
480p | 10 |
720p | 20 |
1080p | 40 |
Request Example
{
"model": "seedance-2.0-fast-reference-to-video",
"input": {
"prompt": "Use the reference images for the subject and the reference video for camera movement. Generate a short fast-paced teaser video.",
"reference_image_urls": ["https://cdn.example.com/ref-1.png"],
"reference_video_urls": ["https://cdn.example.com/ref-1.mp4"],
"resolution": "720p",
"duration": 5,
"nsfw_checker": false
}
}Notes
- Fast reference-to-video uses the same asynchronous task flow as other public models
- Reference assets should be stable public URLs