
seedance-2.0-fast
Cheaper. More stable. One-stop API aggregation.
Seedance 2.0 Fast is ByteDance async video for quick cinematic clips.
Submit jobs with `POST /v1/videos` using model `seedance-2.0-fast`, then poll `GET /v1/videos/{id}`.
Portal from-price is $0.0588/s (480p) with 720p at $0.1176/s.
Choose Fast when turnaround matters more than maximum fidelity.
480p $0.0588/s · 720p $0.1176/s (audio on/off same; no 1080p)
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-fast",
"prompt": "Cinematic drone shot over mountains"
}'
# then poll GET https://api.lumeapi.site/v1/videos/{id}