← All models
Seedance 2.0 — video model on LumeAPI

Seedance 2.0

seedance-2.0

Cheaper. More stable. One-stop API aggregation.

Introduction

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.

Pricing

Official¥0.50/s 480p
LumeAPIfrom $0.0735 / 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
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}