Browse ModelsBytedanceBytedance Seedance V1.5 Pro Image To Video Spicy

Bytedance Seedance V1.5 Pro Image To Video Spicy

Bytedance Seedance V1.5 Pro Image To Video Spicy

Playground

Try it on WavespeedAI!

Seedance 1.5 Pro Spicy Image-to-Video generates unlimited high-quality cinematic clips from images, 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 V1.5 Pro Spicy — Image-to-Video

Seedance V1.5 Pro Spicy generates unlimited high-quality cinematic clips from images with smooth, expressive motion. It transforms static images into dynamic video with bold motion, rich tonal contrast, and stable temporal coherence — perfect for creative storytelling and scalable content generation.


Why It Works Well

  • 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, or 1080p to match your needs.
  • Duration control: 4–12 second clips with fine-grained control.
  • Audio generation: Optional synchronized audio for complete audiovisual output.

Parameters

ParameterRequiredDescription
imageYesThe reference 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–12, default: 5).
resolutionNo480p, 720p (default), or 1080p.
aspect_ratioNo21:9, 16:9, 4:3, 1:1, 3:4, or 9:16.
camera_fixedNoFix camera position (default: false).
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
480p5s$0.12$0.06
720p5s$0.26$0.13
1080p5s$0.52$0.26
480p10s$0.24$0.12
720p10s$0.52$0.26
1080p10s$1.04$0.52

Notes

  • Works best with clear, well-lit images.
  • Match aspect ratios to your input image to avoid awkward crops.
  • Use camera_fixed: true for locked-off tripod shots.
  • Start at 480p + shorter duration for iteration, then scale up.

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-v1.5-pro/image-to-video-spicy" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "duration": 5,
    "resolution": "720p",
    "generate_audio": true,
    "camera_fixed": false,
    "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-The positive prompt for the generation.
promptstringNo-The positive prompt for the generation.
last_imagestringNo--The positive prompt for the generation.
aspect_ratiostringNo-21:9, 16:9, 4:3, 1:1, 3:4, 9:16The aspect ratio of the generated media.
durationintegerNo54 ~ 12The duration of the generated media in seconds.
resolutionstringNo720p720p, 480p, 1080pVideo resolution.
generate_audiobooleanNotrue-Whether to generate audio.
camera_fixedbooleanNofalse-Whether to fix the camera position.
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.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.outputsstringArray 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.