Bytedance Seedance 2.0 Fast Image To Video
Playground
Try it on WavespeedAI!Seedance 2.0 Fast (Image-to-Video) generates cinematic videos from reference images and text prompts with native audio-visual synchronization, director-level control, and exceptional motion stability — optimized for faster generation at lower cost. Built on ByteDance Seed’s unified multimodal architecture.
Features
Seedance 2.0 Fast Image-to-Video
Seedance 2.0 Fast is the speed-optimized version of ByteDance Seed’s latest video generation model. The Image-to-Video mode generates cinematic videos from reference images and text prompts — faster and at 33% lower cost than the standard version, preserving the input image’s subject and composition while adding expressive motion with native audio.
Key Features
-
Speed-optimized generation Faster processing for quick turnaround, perfect for iteration and prototyping.
-
33% lower cost $0.80 per 5 seconds vs $1.20 for the standard version.
-
Image-faithful generation Preserves the reference image’s subject identity, composition, and style.
-
Multi-image reference support Guide generation with up to 4 reference images.
-
Native audio-visual synchronization Generates video with synchronized audio in a single pass.
-
Director-level control Camera movement, lighting, and character performance controlled through prompts.
Parameters
| Parameter | Required | Description |
|---|---|---|
| images | Yes | Reference images for style/character guidance (max: 4) |
| prompt | Yes | Detailed description of the cinematic scene |
| duration | No | Video length: 5 (default), 10, or 15 seconds |
How to Use
- Upload reference images — provide up to 4 images to guide style, characters, or setting.
- Write your prompt — describe the scene with cinematic detail.
- Set duration — choose 5, 10, or 15 seconds.
- Run — submit and download your video.
Pricing
| Duration | Cost |
|---|---|
| 5 s | $0.80 |
| 10 s | $1.60 |
| 15 s | $2.40 |
Billing Rules
- Rate: $0.80 per 5 seconds
- Duration options: 5, 10, or 15 seconds
Best Use Cases
- Rapid Prototyping — Quickly iterate on image-to-video concepts.
- High-Volume Production — Cost-effective generation for large content libraries.
- Product Animation — Fast turnaround on product shot animations.
- A/B Testing — Generate multiple variations from the same reference image.
Pro Tips
- Use Fast for iteration, switch to standard Seedance 2.0 for final quality.
- Upload high-quality reference images for best subject preservation.
- Start with 5s to iterate, then extend once the look is right.
Notes
- Native audio generation included.
- Up to 4 reference images can be uploaded.
- Duration options: 5, 10, or 15 seconds.
- Aspect ratio follows the input image composition.
Related Models
- Seedance 2.0 Image-to-Video — Standard version with highest quality.
- Seedance 2.0 Fast Text-to-Video — Fast text-guided video generation.
- Seedance 2.0 Text-to-Video — Standard text-guided video generation.
Authentication
For authentication details, please refer to the Authentication Guide.
API Endpoints
Submit Task & Query Result
# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/bytedance/seedance-2.0-fast/image-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
"duration": 5
}'
# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"
Parameters
Task Submission Parameters
Request Parameters
| Parameter | Type | Required | Default | Range | Description |
|---|---|---|---|---|---|
| images | array | Yes | [] | - | Reference images (up to 4) to guide the visual style, characters, or scene composition. |
| prompt | string | Yes | - | Describe the scene, action, camera movement, and mood for the video. | |
| duration | integer | No | 5 | 5, 10, 15 | The duration of the generated video in seconds. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data.id | string | Unique identifier for the prediction, Task Id |
| data.model | string | Model ID used for the prediction |
| data.outputs | array | Array of URLs to the generated content (empty when status is not completed) |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.has_nsfw_contents | array | Array of boolean values indicating NSFW detection for each output |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |
Result Request Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | Yes | - | Task ID |
Result Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data | object | The prediction data object containing all details |
| data.id | string | Unique identifier for the prediction, the ID of the prediction to get |
| data.model | string | Model ID used for the prediction |
| data.outputs | object | Array of URLs to the generated content (empty when status is not completed). |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |