Skip to main content

Overview

seedance-2-pro is ByteDance’s flagship Seedance tier. Multi-shot composition, dynamic camera moves, native audio bundled. 720p output. Right when motion and energy matter — action, product motion, fast-cut social with synchronized sound.

Specs

FieldValue
Model IDseedance-2-pro
CreatorByteDance
Best forAction, multi-shot scenes, social with synced audio, product motion
Default duration5 seconds
Max duration10 seconds
Input modalitiesText, image (I2V)
Output modalitiesVideo, audio
Resolution720p
AudioBundled (synced with motion)
Pricing modePer second

Pricing

Cost
Per second$0.40959
Default 5s clip$2.04795

Use this when

  • The clip needs energetic motion, multi-shot composition, or dynamic camera moves.
  • You want native audio synchronized with the action without post work.
  • You’re producing performance content — sports, dance, product motion, action.

Pick something else when

Example

curl -X POST https://kymaapi.com/v1/videos/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2-pro",
    "prompt": "a runner sprints on a rooftop at golden hour, tracking shot, camera matches their stride",
    "duration": 5
  }'
The endpoint is async — POST returns 202 with a job_id; poll GET /v1/jobs/{id} until status is succeeded.

See also