Browse ModelsBytedanceBytedance Seedance V1 Pro I2V 1080p

Bytedance Seedance V1 Pro I2V 1080p

Bytedance Seedance V1 Pro I2V 1080p

Playground

Try it on WavespeedAI!

ByteDance Seedance V1 Pro generates coherent multi-shot image-to-video outputs with smooth motion and prompt-accurate results in 1080p. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Seedance v1 Pro I2V 1080p — bytedance/seedance-v1-pro-i2v-1080p

Seedance v1 Pro I2V 1080p generates high-quality 1080p videos from a single reference image plus a motion-focused prompt. Upload a starting image, describe the action and camera intent, and the model animates the scene while keeping the input image as the visual anchor. You can also provide an optional last_image to better control how the clip ends, and enable camera_fixed to keep the camera locked while motion happens within the frame.

Key capabilities

  • Image-to-video generation anchored to a reference image (1080p output)
  • Natural motion and smooth animation for character actions and scene beats
  • Optional last_image support for improved ending continuity
  • Optional camera_fixed mode for fixed framing (no camera movement)
  • Seed control for reproducible iterations

Use cases

  • High-resolution character animation from a single keyframe
  • Cinematic scene beats with controlled blocking and fixed shots
  • Start-to-end guided shots using last_image for more predictable endings
  • Marketing and storytelling clips that need sharper detail at 1080p
  • Generating multiple takes by changing seed while keeping the same prompt

Pricing

DurationPrice per video
5s$0.60
10s$1.20
15s$1.80
20s$2.40

Inputs

  • image (required): starting reference image (first-frame anchor)
  • prompt (required): motion and scene direction
  • last_image (optional): end-frame reference to guide the finishing state

Parameters

  • prompt: describes subject action, scene motion, and camera direction
  • image: input image (upload or URL)
  • last_image: optional end reference image (upload or URL)
  • duration: video length in seconds
  • aspect_ratio: output aspect ratio selection
  • camera_fixed: whether to fix the camera position
  • seed: random seed (-1 for random; fixed value for reproducible results)
  • safety checker: enabled filtering for safer generations (if available in your UI)

Prompting guide (I2V)

For better control, write prompts like a director’s beat sheet:

  • Blocking: who moves where (walks from right to left, stops, gestures)
  • Emotion: facial expression and body language cues (angry, disappointed, calm)
  • Camera: fixed shot, slow push-in, pan, orbit (or keep camera_fixed on)
  • Continuity: keep identity, outfits, and scene layout consistent with the input image

Example prompts

  • Fixed shot. The man on the right walks toward the man on the left and confronts him, visibly dissatisfied. Strong body language, tense atmosphere, natural motion, realistic lighting, 5 seconds.
  • A character turns, takes two steps forward, and points while speaking, cinematic lighting, subtle wind and particles, camera fixed, 5 seconds.
  • Slow push-in on a hero’s face as their expression changes from calm to determined, shallow depth of field, cinematic mood, 5 seconds.

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-pro-i2v-1080p" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "duration": 5,
    "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
promptstringNo-The positive prompt for the generation.max length 2000
imagestringYes-Input image for video generation; Supported image formats include .jpg/.jpeg/.png; The image file size cannot exceed 10MB, and the image resolution should not be less than 300*300px.
last_imagestringNo--End image, supports both URL and Base64 format.
durationintegerNo52, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12The duration of the generated media in seconds.
aspect_ratiostringNo-21:9, 16:9, 4:3, 1:1, 3:4, 9:16The aspect ratio of the generated media.
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.