
seedance-2.0
Cheaper. More stable. One-stop API aggregation.
Seedance 2.0 is the standard Seedance async video tier with 480p/720p/1080p rates.
Use model `seedance-2.0` on `/v1/videos`.
Portal from-price is $0.0735/s.
Pair with the video docs for duration, audio, and reference-image parameters supported by the gateway.
480p $0.0735/s · 720p $0.1471/s · 1080p $0.3676/s (audio on/off same)
POST/v1/videos
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/videos \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0",
"prompt": "Cinematic drone shot over mountains"
}'
# then poll GET https://api.lumeapi.site/v1/videos/{id}