Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veogenstudio.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Seedance 2.0 (doubao-seedance-2.0) is ByteDance’s latest AI video generation model, available through Veogen’s unified API. It delivers exceptional visual quality, smooth cinematic motion, and professional-grade output.
PropertyValue
Slugseedance-2.0
TypeVideo
BillingPer-second × duration
480p price$0.14512/second
720p price$0.31232/second
480p + video ref$0.088/second
720p + video ref$0.1888/second
Durations4–15 seconds
Resolutions480p, 720p

Supported Parameters

model
string
required
Must be seedance-2.0
prompt
string
required
Video content description. Clearly specify subject, action, camera movement, and style for best results.
duration
integer
Video duration in seconds. Range: 4 to 15. Default: 5.
aspect_ratio
string
Output aspect ratio. Options:
  • 16:9 — Landscape (default)
  • 9:16 — Portrait
  • 1:1 — Square
  • 4:3 — Traditional
  • 3:4 — Vertical traditional
  • 21:9 — Ultra-wide
resolution
string
Output resolution. Options:
  • 480p — Standard definition (default, $0.14512/s)
  • 720p — High definition ($0.31232/s)
image_urls
array
Array of publicly accessible image URLs for image-to-video generation. Maximum 9 images.
Cannot be used together with the first/last frame parameters in the same request.
generate_audio
boolean
Generate accompanying AI audio with the video. Default: false.
camera_fixed
boolean
Fix the camera position during generation. Default: false.
Enable web search to reference online information during generation. Default: false.
return_last_frame
boolean
Return the last frame image URL with the result, useful for chaining sequential video clips. Default: false.
seed
integer
Random seed for controlling generation randomness. Same seed with same prompt produces similar (not identical) results.
video_urls
array
Array of publicly accessible video URLs to use as reference input. Maximum 3 URLs.When provided, the generation uses the reference video to guide output and receives discounted pricing:
  • 480p: 0.088/s(vs0.088/s (vs 0.14512/s) — ~39% savings
  • 720p: 0.1888/s(vs0.1888/s (vs 0.31232/s) — ~40% savings
Supported formats: MP4, WebM, MOV.
audio_urls
array
Array of publicly accessible audio URLs to use as reference input. Maximum 3 URLs.Supported formats: MP3, WAV, M4A, OGG.

Pricing

Seedance 2.0 uses per-second billing with resolution-based pricing:

Standard (text/image-to-video)

ResolutionPrice per second5s video10s video15s video
480p$0.14512$0.7256$1.4512$2.1768
720p$0.31232$1.5616$3.1232$4.6848

With Video Reference (video-to-video)

When you provide a reference video via video_urls, the price is automatically discounted:
ResolutionPrice per second5s video10s video15s video
480p$0.088$0.44$0.88$1.32
720p$0.1888$0.944$1.888$2.832

Examples

curl -X POST https://veogen.studio/api/v1/generations \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2.0",
    "prompt": "A kitten yawning at the camera, soft warm lighting",
    "aspect_ratio": "16:9",
    "duration": 5,
    "resolution": "480p"
  }'

Comparison with Seedance 2.0 Fast

FeatureSeedance 2.0Seedance 2.0 Fast
480p price$0.14512/s$0.1168/s
720p price$0.31232/s$0.2512/s
480p + video ref$0.088/s$0.0696/s
720p + video ref$0.1888/s$0.1504/s
QualityHighestSlightly lower
SpeedStandardFaster
ParametersAll supportedAll supported
For rapid iteration and lower costs, consider Seedance 2.0 Fast.