Seedance 2.0
Seedance 2.0. Image-to-video and Text-to-video with synchronized audio.
Reference to videoByteDance$0.13 / secondreference-to-videoaudio-syncbytedance
$0.13/ second
$0.13 per second. $1 ≈ 7 seconds of video.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/seedance-2.0-pro/reference-to-videorequest
curl https://api.tryinfer.com/v1/inference/seedance-2.0-pro/reference-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "the character walks through a neon-lit alley at night, cinematic",
"reference_image_urls": "<reference_image_urls>"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| audio | boolean | — | false | — |
| prompt | string | Yes | — | — |
| resolution | string | — | 720p | 720p1080p |
| aspect_ratio | string | — | 16:9 | 16:99:161:1 |
| duration_seconds | integer | — | — | 510 |
| reference_image_urls | string | Yes | — | 1-5 reference images that guide the video's subject/style. |
Authenticate with a bearer token. Get an API key →