seedance-1.5-pro is the previous-generation ByteDance Seedance Pro tier. Kept on the rate card for accounts that pinned to it before the newer Seedance series shipped — new projects should default to seedance-pro (better fidelity, similar pricing). Documented here so existing pinned integrations have a clear reference.
Pricing: $0.05 / second of generated footage — see the rate card. Failures don’t bill.
Protocols
| Protocol | Path | Purpose |
|---|---|---|
| OpenAI Video — submit | POST https://llm.bytespike.ai/v1/videos/generations | enqueues; returns task_id |
| OpenAI Video — poll | GET https://llm.bytespike.ai/v1/videos/tasks/{task_id} | returns status and result_url |
Quickstart
Capabilities
| Capability | Supported |
|---|---|
| Text-to-video | ✅ |
Image-to-video (with source_image) | ✅ |
duration_seconds 5 | ✅ |
size 1280×720 | ✅ |
| Modality | video |
| Capability bucket | video_generate |
When to use
- Existing pinned integration — your code targets
seedance-1.5-proexplicitly and a model swap requires regression testing you don’t want to do. - Reproducing earlier output — match an existing reel that was generated on 1.5.
- New project — go directly to
seedance-pro. - Chinese aesthetic + fastest tier —
seedance2-fast.
Next
seedance-pro— current Seedance flagshipseedance-pro-fast— Seedance Pro with faster runtime- Multimodal endpoints — overview