Seedance 2.0 Fast
Draft here first. Iterate cheap, then commit to length.
What is Seedance 2.0 Fast?
Seedance 2.0 Fast generates 4–15 second video at up to 720p, with 9 image and 3 video references per request and native audio. It is available on the Starter plan and above, and through the API at /api/v1/generations. Typical wall-clock is 55s (p50) and 130s (p95).
Capabilities
A row reads “not verified yet” when the figure comes from ByteDance’s announcement and we have not confirmed it against the provider API ourselves. We would rather show the gap than restate a keynote.
What it costs
Credit cost at 720p, standard tier. Derived from published vendor rates pending our own benchmark run.
Call it from the API
curl https://sedance.app/api/v1/generations \
-H "Authorization: Bearer $SEDANCE_API_KEY" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-fast",
"prompt": "A slow dolly-in across a rain-soaked rooftop at dusk",
"resolution": "720p",
"duration_sec": 15,
"aspect_ratio": "16:9",
"confirm_cost": true
}'Returns 202 with the job id and the credits held. Poll /api/v1/generations/:id — the poll cadence for a 15s job should start at 3s.
Questions
- How long can a Seedance 2.0 Fast video be?
- 4 to 15 seconds per request, in 1-second steps.
- Does Seedance 2.0 Fast support 4K?
- No. Seedance 2.0 Fast tops out at 720p. For 4K, use Seedance 2.0 4K or Seedance 2.5 on the Pro plan.
- How much does a 15-second Seedance 2.0 Fast video cost?
- 972 credits at 720p, standard tier — about $9.72. The studio shows the exact figure before you generate and asks you to confirm anything over 800 credits.
- Which plan includes Seedance 2.0 Fast?
- The Starter plan and above. There is no free tier — every generation costs real GPU time, so access starts with a paid plan or a credit pack.
- How many reference inputs does Seedance 2.0 Fast accept?
- Up to 12 in total: 9 images, 3 videos of at most 15s each, and 3 audio clips.
Related
- Seedance 2.5 — 30 seconds in a single pass — no stitching, no seam to hide.
- Seedance 2.0 4K — High-resolution finals at up to 15 seconds.
- Seedance 2.0 — The workhorse: native audio, 9 image / 3 video / 3 audio references.
- Seedance 2.0 Mini — The cheapest 2.x route. Free-tier and drafting.
- Seedance 1.5 Pro — Budget tier and free trials.