Browse ModelsBytedanceBytedance Seedance 2.0 Fast Image To Video Spicy

Bytedance Seedance 2.0 Fast Image To Video Spicy

Bytedance Seedance 2.0 Fast Image To Video Spicy

Playground

Try it on WavespeedAI!

Seedance 2.0 Fast Spicy Image-to-Video generates unlimited high-quality cinematic clips from images at faster speed and lower cost, optimized for scalable content generation with smooth animations and stable aesthetics. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Seedance 2.0 Fast Spicy — Image-to-Video

Seedance 2.0 Fast Spicy generates unlimited high-quality cinematic clips from images at faster speed and lower cost than the standard Seedance 2.0 Spicy. It transforms static images into dynamic video with bold motion, rich tonal contrast, and stable temporal coherence — perfect for high-volume, iteration-heavy creative workflows.


Why It Works Well

  • Speed-optimized generation: Faster processing for quick turnaround.
  • 17% lower base cost than Seedance 2.0 Spicy.
  • Unlimited-style generation: Optimized for high-quality, smooth animations at scale.
  • Expressive motion: Bold, vivid motion with stable aesthetics and natural transitions.
  • Flexible resolution: 480p, 720p (default), or 1080p to match your needs.
  • Duration control: 4–15 second clips with fine-grained control.
  • Native audio: Optional synchronized audio for complete audiovisual output.

Parameters

ParameterRequiredDescription
imageYesReference image to animate (URL or upload).
promptNoDescribe the motion, story, and style.
last_imageNoOptional ending frame to steer final composition.
durationNoVideo length in seconds (4–15, default: 5).
resolutionNo480p, 720p (default), or 1080p.
aspect_ratioNo21:9, 16:9, 4:3, 1:1, 3:4, 9:16.
generate_audioNoGenerate synchronized audio (default: true).
seedNoRandom seed; -1 for random.

How to Use

  1. Upload your image (ensure clarity and proper framing).
  2. (Optional) Enter a prompt describing desired motion, mood, or camera movement.
  3. Select resolution and duration.
  4. (Optional) Set aspect_ratio to match your target platform.
  5. (Optional) Set a seed for consistent results.
  6. Click Run to generate your video.

Pricing

ResolutionDurationAudio OnAudio Off
480p5 s$0.50$0.25
720p5 s$1.00$0.50
1080p5 s$2.50$1.25
480p10 s$1.00$0.50
720p10 s$2.00$1.00
1080p10 s$5.00$2.50
480p15 s$1.50$0.75
720p15 s$3.00$1.50
1080p15 s$7.50$3.75

Billing Rules

  • Base rate (480p, audio on): $0.50 per 5 seconds
  • 720p: 2× the 480p price
  • 1080p: 5× the 480p price (2.5× the 720p price)
  • Audio off: 0.5× multiplier on top of the resolution rate
  • Duration range: 4–15 seconds (continuous)

Notes

  • Works best with clear, well-lit images.
  • Match aspect ratios to your input image to avoid awkward crops.
  • Use Fast Spicy for iteration; switch to Seedance 2.0 Spicy when you need maximum quality.

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-spicy" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "resolution": "720p",
    "duration": 5,
    "generate_audio": true,
    "seed": -1
}'

# 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
imagestringYes-Start image URL to guide the video generation.
promptstringNo-Describe the scene, action, camera movement, and mood for the video.
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.
resolutionstringNo720p480p, 720p, 1080pThe output video resolution.
durationintegerNo54 ~ 15The duration of the generated video in seconds (4-15s).
generate_audiobooleanNotrue-Whether to generate native audio synchronized with the output video. Defaults to true.
seedintegerNo-1-1 ~ 2147483647The random seed to use for the generation. -1 means a random seed will be used.

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.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.