Skip to content
English

Seedance 2.0

ProviderByteDance
Model nameseedance-2-0
Endpoint/v1/videos
Resolution480p, 720p
Duration4, 5, 8, 10 seconds
Aspect Ratios16:9, 9:16, 1:1, 4:3, 3:4, 21:9
PricingSee HiAPI Pricing

Formula: base rate × duration × resolution multiplier

ResolutionMultiplier
480P1x
720P2.2x

Live duration examples are shown on the main pricing page.

  • Cinema-grade quality
  • Superior motion dynamics
  • Native audio support
  • 1080P HD output
  • Text-to-video and image-to-video
Terminal window
curl -X POST https://api.hiapi.ai/v1/videos \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-0",
"prompt": "A cinematic shot of ocean waves crashing against cliffs at golden hour",
"seconds": "5"
}'
Terminal window
curl -X POST https://api.hiapi.ai/v1/videos \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-0",
"prompt": "The scene comes alive with gentle movement",
"input_reference": "https://example.com/photo.jpg",
"seconds": "5"
}'