← All models
Seedance 2.0 Fast — video model on LumeAPI

Seedance 2.0 Fast

seedance-2.0-fast

Cheaper. More stable. One-stop API aggregation.

Introduction

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.

Pricing

Official¥0.40/s 480p
LumeAPIfrom $0.0588 / s
per second

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call exampleseedance-2.0-fast
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}