Skip to main content
Vendor: ByteDance Model ID: seedance-1.5-pro Capability: 1080p · up to 6s · text + image init · CJK prompts · async via tasks API Pricing: per second, mid tier (live rate) Seedance 1.5 Pro was the prior flagship of the ByteDance video family. Earned a reputation for character motion (faces, hand gestures, walking gait) at a price tier where Sora 2 felt overkill. Native CJK prompt understanding, recognizably ByteDance aesthetic. For new work, prefer Seedance 2.0 Pro; 1.5 Pro is kept for teams who’ve validated against this version.

Submit

curl https://llm.bytespike.ai/v1/tasks/submit \
  -H "x-api-key: $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "seedance-1.5-pro",
    "prompt": "一个女孩在樱花树下转身微笑,柔和的春日阳光",
    "duration_seconds": 5,
    "resolution": "1080p"
  }'

Body parameters

FieldTypeRequiredDefaultNotes
modelstringyesseedance-1.5-pro
promptstringyesCJK accepted natively.
duration_secondsintegeryes1–6.
resolutionstringno1080pSupported: 720p, 1080p.
aspect_ratiostringno16:916:9 / 9:16 / 1:1.
seedintegernoReproducibility.
image_initstringnoURL of init image.
motion_intensitystringnomediumlow / medium / high.

Submit + poll

Standard tasks shape — see tasks/submit for envelope.
{"task_id": "task_…", "status": "queued", "estimated_credits": 0.42}
Recommended cadence: 2s for first 60s, then 5s up to 180s.

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-1.5-pro", "prompt": "樱花树下女孩微笑", "duration_seconds": 5, "resolution": "1080p"}'

Errors

CodeTriggerBilled?
400 / 401 / 402 / 403StandardNo
451Prompt blocked by upstream safetyNo
5xxUpstream issueNo (auto-retry)

When to use

Limits

LimitValue
Max duration6s
Resolutions720p, 1080p
Aspect ratios16:9, 9:16, 1:1
Supports image initYes
Typical latency for 5s clip60-90s
Async via tasks APIYes