sedance.appOpen studio

Seedance 2.0

The workhorse: native audio, 9 image / 3 video / 3 audio references.

What is Seedance 2.0?

Seedance 2.0 generates 415 second video at up to 1080p, 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 95s (p50) and 210s (p95).

Capabilities

CapabilityByteDance’s claimOur measurement
Duration4–15s in 1s stepsconfirmed
Resolutions480p, 720p, 1080pconfirmed
Aspect ratios16:9, 9:16, 4:3, 3:4, 21:9, 1:1confirmed
Native audioYesconfirmed
Total references12confirmed
Image references9confirmed
Video references3 (≤15s each)confirmed
Audio references3confirmed
End frameYesconfirmed
Return last frameYesconfirmed
Video extensionYesconfirmed
Region-level editingNoconfirmed
R2V controlNoconfirmed
3D camera blockoutNoconfirmed
Multilingual dialogueNoconfirmed

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 1080p, standard tier. Derived from published vendor rates pending our own benchmark run.

00:00:04:001080p16:9standard714cr≈ $7.14
00:00:10:001080p16:9standard1,777cr≈ $17.77
00:00:15:001080p16:9standard2,663cr≈ $26.63

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",
    "prompt": "A slow dolly-in across a rain-soaked rooftop at dusk",
    "resolution": "1080p",
    "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 video be?
4 to 15 seconds per request, in 1-second steps.
Does Seedance 2.0 support 4K?
No. Seedance 2.0 tops out at 1080p. For 4K, use Seedance 2.0 4K or Seedance 2.5 on the Pro plan.
How much does a 15-second Seedance 2.0 video cost?
2,663 credits at 1080p, standard tier — about $26.63. The studio shows the exact figure before you generate and asks you to confirm anything over 800 credits.
Which plan includes Seedance 2.0?
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 accept?
Up to 12 in total: 9 images, 3 videos of at most 15s each, and 3 audio clips.

Related