SEEDANCE 2.0 · 5% PROMOTIONAL DISCOUNT

Generate video with every Seedance tier at 95% of list price

The complete Seedance 2.0 family is now 5% off on OK-API. Choose Pro for the widest resolution range, Fast for latency-sensitive jobs, or Mini for economical iteration, then create and poll asynchronous video tasks through one account.

5% off

Every Seedance tier

3

Pro / Fast / Mini

4K

Pro maximum tier

Async

Create then poll

Run it now

curl https://api.ok-api.net/v1/videos/generations/tasks \
  -H "Authorization: Bearer $OK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"seedance2.0-fast","content":[{"type":"text","text":"A cinematic product reveal"}],"resolution":"720p","duration":5}'

01

Promotional prices by model

The discount is applied to the actual task-billing table, not only to the catalog display. Prices below are Credits per 1M generated-video tokens for jobs without an input video; input-video jobs receive the same 5% reduction.

  • Pro 480p/720p: 6.65 Credits (was 7.00)
  • Fast 480p/720p: 5.32 Credits (was 5.60)
  • Mini 480p/720p: 3.325 Credits (was 3.50)

02

Choose the right Seedance tier

Use Pro when resolution flexibility matters, Fast when turnaround is the priority, and Mini for lightweight experiments. Check the model catalog before production because enabled tiers can vary by account and upstream capacity.

  • seedance2.0-pro: 480p, 720p, 1080p, and 4K
  • seedance2.0-fast: 480p and 720p
  • seedance2.0-mini: 480p and 720p

03

Asynchronous by design

Video generation does not return the completed asset in the create response. Save the task ID, poll the status endpoint at a controlled interval, and stop when the task succeeds or fails.

  • Create a task with model, prompt, resolution, and duration
  • Persist the returned task ID in your application
  • Poll from your backend and handle terminal failures explicitly

04

Budget before you generate

The gateway reserves quota when a video task starts and reconciles the final charge when its status becomes terminal. Use separate API keys and limits for development and production video workloads.

  • Set a dedicated video credit limit
  • Control concurrent in-flight tasks
  • Review task status and charged quota in the dashboard

FAQ

Frequently asked questions

Is the Seedance discount applied to billing or only displayed?+

It is applied to the video pricing records used by task billing. Every currently supported Seedance model and resolution receives a 5% reduction.

Does Seedance return a video immediately?+

No. The API creates an asynchronous task. Your backend saves the task ID and polls the query endpoint until it reaches a terminal state.

Which Seedance model supports 1080p and 4K?+

Seedance 2.0 Pro is the current tier with 1080p and 4K pricing. Fast and Mini currently expose 480p and 720p tiers.

RELATED GUIDES