seedance-pro-fast is seedance-pro on a faster runtime — same model weights and fidelity, just an optimized inference path that brings wall-clock down at a lower per-second price. The right pick when you’re iterating Seedance prompts in a loop and the wait between submit-and-result is your bottleneck.
Pricing: $0.04 / second of generated footage — see the rate card. Failures don’t bill; per-second pricing applies to generated footage length, and the faster runtime is a runtime optimization, not a fidelity downgrade.
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
seedance-pro, only inference time differs.
Capabilities
| Capability | Supported |
|---|---|
| Text-to-video | ✅ |
Image-to-video (with source_image) | ✅ |
duration_seconds 5 / 10 | ✅ |
size 1280×720 / 1920×1080 | ✅ |
Fidelity vs seedance-pro | identical |
| Modality | video |
| Capability bucket | video_generate |
When to use
- Prompt iteration loop — designer or marketer iterating wording / staging in tight loops; the runtime delta adds up over a session.
- Demo / pitch playback — generate-and-show flows where the audience is watching the screen, wall-clock to first frame matters more than the per-second cost.
- Batch / overnight pipelines — runtime doesn’t matter, drop to
seedance-proorseedance2-fast. - Highest fidelity Seedance — stay on
seedance-pro.
Next
seedance-pro— standard Pro tierseedance2-fast— cheapest Seedance 2 tier- Multimodal endpoints — overview