Seedance 2.5
Seedance 2.5. One-take generation up to 30s with synchronized audio.
ByteDance$0.231 / secondtext-to-videoaudio-syncbytedance
Capability
Est. cost$1.16$1 ≈ 4 seconds of video.
Example output
$0.231/ second
$0.231 per second. $1 ≈ 4 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.5/text-to-videorequest
curl https://api.tryinfer.com/v1/inference/seedance-2.5/text-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "a corgi wearing sunglasses surfing a small wave at sunset"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| audio | boolean | — | false | — |
| prompt | string | Yes | — | — |
| resolution | string | — | 720p | 720p |
| aspect_ratio | string | — | 16:9 | 16:99:16 |
| duration_seconds | integer | — | — | 51030 |
Authenticate with a bearer token. Get an API key →