← All modelsImage to video · ByteDance

Seedance 2.0

Seedance 2.0. Image-to-video and Text-to-video with synchronized audio.

Image to videoByteDance$0.07 / secondimage-to-videofastbytedance
Preview
Pricing
$0.07/ second

$0.07 per second. $1 ≈ 14 seconds of video.

Pay only for successful generations. No idle, no minimums, no per-seat.

API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/inference/seedance-2.0-fast/image-to-video
request
curl https://api.tryinfer.com/v1/inference/seedance-2.0-fast/image-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "subtle parallax, soft wind",
"image_url": "https://example.com/input.jpg"
}
}'
Parameters
NameTypeRequiredDefaultDescription
seedinteger
audiobooleanfalse
promptstringYes
image_urlstring (URL)Yes
aspect_ratiostring16:916:99:161:1
duration_secondsinteger510
last_frame_image_b64string (URL)
last_frame_image_urlstring (URL)

Authenticate with a bearer token. Get an API key →

Try it

Run Seedance 2.0 now.

Try it in the playground