How Seedance 2.5 API Billing Works (and How to Plan Cost Before Public Rates Launch)
Seedance 2.5 is a premium model, and everyone wants to know what a video will cost. Here is the honest answer as of this update: there are no public per-unit rates yet. Access is pre-release and provider-mediated, and pricing is expected to launch alongside the API. So instead of quoting numbers that do not exist, this guide explains the billing model that has been confirmed — enough to plan a budget now and plug in real rates the moment they go live.
This is an independent guide. Seedance 2.5 is a ByteDance model; we are not affiliated with ByteDance, and EvoLink is the recommended third-party provider, not the model’s owner. Always verify final rates and provider support in the provider console before you ship anything to production.
How the billing works
Even without a rate card, the shape of the bill is known:
- You are billed per second of output video. Longer clips cost proportionally more. This is the single biggest lever you control.
- Native audio is included at no extra charge. Enabling
generate_audiodoes not add a separate line item, so there is no reason to re-sync sound in post just to save money. - The content filter affects price. Leaving
content_filteron is the free default. Turning it off adds a small surcharge (on the order of a ten percent uplift, roughly a 1.1x multiplier) — verify the exact factor when rates publish. - References are inputs, not add-ons. Image, video, and audio references are fed in as inputs and do not carry a separate per-reference fee. You can attach up to 30 image, 10 video, and 10 audio references without a per-reference charge.
The pricing page tracks this billing model and will carry the real per-unit rates once they are published.
The cost drivers you can actually plan around
Since you cannot yet compute an exact cost, plan around the variables that move it. Four things drive spend:
1. Duration (the linear lever)
Billing is per second, so a clip that runs twice as long costs about twice as much. Expected durations run roughly 4 to 30 seconds. The practical takeaway: prove your idea on short clips before you commit to long ones. A 4-to-8-second test tells you almost everything about composition and motion at a fraction of the eventual full-length spend.
2. Resolution tier
At launch the expected tiers are 480p and 720p, with 1080p and higher pending. Higher tiers cost more per second. Draft on the lower tier, finish on the higher one only once the shot is locked.
3. Content filter
On is free; off adds a small surcharge. Unless you have a specific reason to disable it, leaving the filter on is both the safer and the cheaper choice.
4. References (no separate fee)
Reference files shape the output without adding a per-reference charge — but a failed reference-heavy generation still costs you the full per-second bill for whatever it produced. Add references after composition is working, not before, so you are not paying full freight for early misses.
A draft-first workflow (the real cost lever)
The most expensive habit in AI video is iterating at final quality. You do not need published rates to know why this wins — it falls straight out of per-second billing:
- Iterate cheap. Test composition and motion with short clips (4 to 8 seconds) at the lower resolution tier. Because you are billed per second, these drafts cost a small fraction of a full take.
- Finish once. When the shot is locked, render the final version at full duration and the higher resolution tier — ideally just once or twice.
Every full-length, higher-resolution attempt you avoid during exploration is money kept. The how-to guide walks through the full workflow, including when to introduce reference files (after composition locks, not before).
Budgeting before rates go live
You can build a defensible budget today without a single published number:
- Model your own usage in the console. Once the provider exposes live rates, price your exact configuration — duration, resolution tier, filter setting — rather than trusting any third-party estimate.
- Budget in units of “full takes,” not dollars. Estimate how many finished takes a project needs, multiply by a drafting overhead (several short drafts per finished take), and slot in real rates when they land.
- Cap duration server-side. Because duration is the linear cost driver, a server-side maximum-duration guard is the simplest way to prevent runaway bills. The API guide covers the error-handling and retry patterns that stop a failed-generation loop from quietly draining a balance.
- Verify before production. Access is pre-release and provider-mediated. Confirm provider support and current rates in the pricing page and the provider console before you depend on them.
Bottom line
Seedance 2.5 does not have a public rate card yet, and anyone quoting you exact per-video prices is guessing. What you can rely on is the billing model: per-second video, free native audio, a small content-filter surcharge, and no per-reference fees. Plan against those drivers, draft cheap on short low-resolution clips, finish sparingly, and plug in real numbers the moment they publish. Start experimenting in the playground and keep an eye on the pricing page for launch rates.