Skip to main content
seedance-pro is the current ByteDance Seedance flagship — strong on fidelity, prompt adherence, and motion stability, and it supersedes seedance-1.5-pro. Strong on Chinese aesthetic and East-Asian subject quality. The default Seedance tier for new projects. Pricing: $0.06 / second of generated footage — see the rate card. Failures don’t bill.

Protocols

ProtocolPathPurpose
OpenAI Video — submitPOST https://llm.bytespike.ai/v1/videos/generationsenqueues; returns task_id
OpenAI Video — pollGET https://llm.bytespike.ai/v1/videos/tasks/{task_id}returns status and result_url

Quickstart

TASK_ID=$(curl -s https://llm.bytespike.ai/v1/videos/generations \
  -H "Authorization: Bearer $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "seedance-pro",
    "prompt": "城市夜晚街景,霓虹倒映在雨后路面,远处一辆车驶过",
    "duration_seconds": 5,
    "size": "1280x720"
  }' | jq -r .task_id)

# Poll pattern — see /models/sora2#quickstart

Capabilities

CapabilitySupported
Text-to-video
Image-to-video (with source_image)
duration_seconds 5 / 10
size 1280×720 / 1920×1080
Chinese aesthetic / East-Asian subjects
Modalityvideo
Capability bucketvideo_generate

When to use

  • Chinese-market video — products, ads, posters where Chinese aesthetic and East-Asian subject quality matter.
  • DOSIA generate_video — main brain reaches for this for Chinese-market video when permissioned.
When not to use:

Next