Seedance2
Seedance 2.0 Pricing and Errors
Credit-based pricing behavior for Seedance 2.0 on Reelbyte, plus common API errors and retry handling guidance.
Seedance 2.0 Pricing and Errors
Credit-Based Pricing
Reelbyte charges by credits:
- Charged on successful tasks
- Failed tasks are refunded
- Consumption depends on model + duration + options
For Seedance 2.0, pricing may be tuned as upstream costs stabilize.
Shared Balance Model
Your credits are shared across:
- Studio (web)
- API (
/api/v1/ai/*)
Common Errors
invalid api key
- Missing key
- Wrong key
- Expired/revoked key
insufficient credits
- Not enough balance for requested job
- Add credits from
/pricing
invalid params
- Invalid
mediaType,scene,model, or malformedoptions
seedance 2.0 is in limited beta...
- Model exists but account is not in rollout allowlist
- Join waitlist at
/seedance2
Retry Guidance
- For
pending/processing, poll every 2-5 seconds - For network timeout / 429 / 5xx, use exponential backoff
- Avoid immediate tight-loop retries
Operational Tips
- Start with short duration jobs for prompt tuning
- Validate output quality before scaling volume
- Monitor task success rate and credit burn together