YeeHooDevelopers
Developer Docs
Supported Models and ParametersVideo Models

Seedance 2

Parameters, enums, examples, and integration notes for seedance-2.

seedance-2 is the standard model alongside seedance-2-fast and seedance-2-mini; all three are available in Global / CN and support image or video input.

Quick Facts

ItemValue
Model IDseedance-2
TypeVideo
RegionGlobal / CN
Best ForStandard and high-resolution video generation
PriorityHigh; use Fast for speed or Mini for lightweight jobs

Recommended Request Shape

It still uses the unified POST /v1/generations endpoint.

{
  "model": "seedance-2",
  "prompt": "A product teaser video, clean white background, smooth motion, premium style",
  "aspect_ratio": "16:9",
  "resolution": "1080p",
  "duration": 5
}

Field Reference

FieldTypeRequiredDefaultDescription
modelstringYes-Must be seedance-2
promptstringYes-Video prompt
reference_videosstring[]No-Reference video URL list, up to 3 files; enables video-input pricing
input_video_durationnumberNoOutput durationProcessed input-video seconds
reference_imagesstring[]No-Reference image URL list, up to 9 files
reference_audiosstring[]No-Reference audio URL list, up to 3 files
generate_audiobooleanNotrueWhether to generate audio
aspect_ratiostringNo21:9Output aspect ratio
resolutionstringNo720pOutput resolution
durationintegerNo5Duration in seconds

Supported Enums

FieldValues
aspect_ratio21:9 16:9 4:3 1:1 3:4 9:16
resolution480p 720p 1080p 4K
duration4 to 15 seconds

seedance-2 Integration Notes

  • It supports reference_images, reference_videos, and reference_audios; video-input jobs bill processed input seconds plus generated output seconds.
  • The standard model supports up to 4K; Fast and Mini support 480p / 720p.

China Video Example

{
  "model": "seedance-2",
  "prompt": "A product teaser video, clean white background, smooth motion, premium style",
  "aspect_ratio": "16:9",
  "resolution": "1080p",
  "duration": 5
}

Related Pages