Skip to main content
Vendor: ByteDance Model ID: seedance-2.0-pro Capability: 1080p · up to 10s · text + image init · CJK prompts · async via tasks API Pricing: per second, pro tier (live rate) Seedance 2.0 Pro is ByteDance’s current video flagship. Adds an extended detail pass on top of 2.0 base — sharper texture work, cleaner character edges, better lip-sync on dialogue scenes. The right call when the clip is the deliverable, not iteration material. For drafts use Seedance 2.0; for hero shots use Pro.

Submit

curl https://llm.bytespike.ai/v1/tasks/submit \
  -H "x-api-key: $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "seedance-2.0-pro",
    "prompt": "一位主厨在专业厨房里抛炒锅,火焰升起,慢动作",
    "duration_seconds": 8,
    "resolution": "1080p"
  }'

Body parameters

Same shape as Seedance 2.0. Max duration_seconds is 10.

Submit + poll

{"task_id": "task_…", "status": "queued", "estimated_credits": 1.20}
Recommended cadence: 2s for first 90s, then 5s up to 240s.

Code examples

curl https://llm.bytespike.ai/v1/tasks/submit \
  -H "x-api-key: $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{"model": "seedance-2.0-pro", "prompt": "主厨抛炒锅", "duration_seconds": 8, "resolution": "1080p"}'

Errors

Standard.

When to use

  • Hero / final-quality ByteDance video output.
  • Dialogue scenes where lip-sync coherence matters.
  • For drafts / iteration, see Seedance 2.0.
  • For latency-tuned Pro variant, see Seedance 2.0 Pro Fast.
  • For Western-market hero, see Sora 2 Pro.

Limits

LimitValue
Max duration10s
Resolutions720p, 1080p
Aspect ratios16:9, 9:16, 1:1
Supports image initYes
Typical latency for 8s clip90-150s
Async via tasks APIYes