Browse ModelsBytedanceBytedance Seedance 2.0 Image To Video Fast

Bytedance Seedance 2.0 Image To Video Fast

Bytedance Seedance 2.0 Image To Video Fast

Playground

Try it on WavespeedAI!

Seedance 2.0 (Image-to-Video Fast) generates cinematic 720p/1080p videos from reference images using fast upscaling from 480p — delivering high-resolution output at near-480p speed with native audio-visual synchronization, director-level control, and exceptional motion stability.

Features

Seedance 2.0 Image-to-Video Fast

Seedance 2.0 Image-to-Video Fast delivers high-resolution 720p and 1080p cinematic videos from reference images by generating at 480p and applying fast upscaling — giving you higher resolution output at near-480p speed while preserving the input image’s subject and composition.


Key Features

  • Fast upscaled output Generates at 480p internally then upscales to 720p or 1080p for faster delivery.

  • Image-faithful generation Preserves the reference image’s subject identity, composition, lighting, and style.

  • Multi-image reference support Guide generation with up to 4 reference images for consistent style, characters, or scenes.

  • Native audio-visual synchronization Generates video with synchronized audio in a single pass.

  • Director-level control Camera movement, lighting, shadows, and character performance controlled through prompts.

  • Exceptional motion stability Industry-leading motion coherence with stable subjects and fluid transitions.


Parameters

ParameterRequiredDescription
promptYesDetailed description of the cinematic scene
imageYesStart image URL to guide the video generation
last_imageNoLast frame image URL for video continuation
durationNoVideo length: 5 (default), 10, or 15 seconds
aspect_ratioNoOutput format: 16:9, 9:16, 4:3, 3:4, 1:1, 21:9 (default: adaptive)
resolutionNoOutput resolution: 720p (default) or 1080p

Pricing

ResolutionDurationCost
720p5 s$0.70
720p10 s$1.40
720p15 s$2.10
1080p5 s$0.75
1080p10 s$1.50
1080p15 s$2.25

Billing Rules

  • 720p rate: $0.70 per 5 seconds
  • 1080p rate: $0.75 per 5 seconds
  • Duration options: 5, 10, or 15 seconds

Best Use Cases

  • Fast HD Content — Get 720p/1080p output at near-480p generation speed.
  • Product Demos — Animate product shots into HD showcase videos quickly.
  • Ad Creatives — Fast turnaround on high-resolution commercial footage.
  • Character Animation — Bring character art to life in HD with natural motion.

Pro Tips

  • Use this endpoint when you need HD resolution but want faster generation than native 720p/1080p.
  • Upload high-quality reference images for the best subject preservation.
  • Write prompts like a film director — include lighting, camera angles, and mood.
  • Start with 5s to iterate, then extend to 10s or 15s for the final cut.

Notes

  • Native audio generation included.
  • Resolution options: 720p and 1080p only (generated via 480p + fast upscale).
  • Duration options: 5, 10, or 15 seconds.
  • Aspect ratio follows the input image composition.

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/image-to-video-fast" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "resolution": "720p",
    "duration": 5,
    "enable_web_search": false
}'

# 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

ParameterTypeRequiredDefaultRangeDescription
promptstringYes-Describe the scene, action, camera movement, and mood for the video.
imagestringYes-Start image URL to guide the video generation.
last_imagestringNo--Last frame image URL for video continuation.
aspect_ratiostringNo-16:9, 9:16, 4:3, 3:4, 1:1, 21:9The aspect ratio of the generated video. If not specified, adapts to the input image.
resolutionstringNo720p720p, 1080pThe output video resolution.
durationintegerNo55, 10, 15The duration of the generated video in seconds.
enable_web_searchbooleanNofalse-Enable web search for real-time information.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsobjectArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.