跳转到主要内容
厂商: ByteDance Model ID: seedance-2.0-pro-fast 能力: 1080p · 最长 8s · 文本 + image init · CJK prompt · 通过 tasks API 异步 价格: 按秒计费,pro-fast 级 (实时费率) Seedance 2.0 Pro Fast 是延迟调优过的 Pro 变体。在有界 prompt(5–8s 片段、720p/1080p)上端到端延迟大约是完整 Pro 的一半,输出在大多数 A/B 测试里能与 Pro 打平。上限 8 秒(vs Pro 的 10)。截止时间不容 妥协但仍要 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-fast",
    "prompt": "Aerial drone over a coral reef, school of fish swimming below",
    "duration_seconds": 6,
    "resolution": "1080p"
  }'

Body 参数

形状与 Seedance 2.0 Pro 相同。 最大 duration_seconds 是 8。

Submit + poll

{"task_id": "task_…", "status": "queued", "estimated_credits": 0.72}
推荐节奏:前 60 秒每 2 秒,之后每 5 秒,最长到 120 秒。

代码示例

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-fast", "prompt": "Aerial drone coral reef", "duration_seconds": 6, "resolution": "1080p"}'

错误

标准。

何时选用

  • 时间紧迫的主视觉工作 —— 要求 Pro 保真度但完整 Pro 延迟不可接受。
  • 每步视频都有 SLO 的生产 agent 链路。
  • 完整 Pro 10s 片段,见 Seedance 2.0 Pro
  • 5s 超快周转,见 Seedance Fast

限制

限制
最长时长8s
分辨率720p、1080p
长宽比16:9、9:16、1:1
支持 image init
6s 片段典型延迟45-75s
通过 tasks API 异步