跳转到主要内容
厂商: ByteDance Model ID: seedance-fast 能力: 720p · 最长 5s · 文本 + image init · CJK prompt · 通过 tasks API 异步 价格: 按秒计费,fast 级 (实时费率) Seedance Fast 是 ByteDance 视频家族的速度底线。和 2.0 一样强的角色 运动被压到 720p / 5s,典型周转在 30 秒以内。用于 prompt 迭代、draft 阶段,以及用户点了「生成」之后盯着秒表的 UX。

Submit

curl https://llm.bytespike.ai/v1/tasks/submit \
  -H "x-api-key: $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "seedance-fast",
    "prompt": "一只猫从沙发上跳下来,慢动作",
    "duration_seconds": 4,
    "resolution": "720p"
  }'

Body 参数

形状与 Seedance 2.0 相同。最大 duration_seconds 是 5;只支持 720p 分辨率。

Submit + poll

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

代码示例

curl https://llm.bytespike.ai/v1/tasks/submit \
  -H "x-api-key: $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{"model": "seedance-fast", "prompt": "猫从沙发上跳下来", "duration_seconds": 4, "resolution": "720p"}'

错误

标准。

何时选用

  • 延迟敏感的 UX —— 用户在盯着秒表。
  • 定稿 Seedance 2.0 / 2.0 Pro 之前的 prompt 迭代。
  • 1080p 输出,见 Seedance 2.0
  • Google 系 fast 变体,见 Veo 3.1 Fast

限制

限制
最长时长5s
分辨率仅 720p
长宽比16:9、9:16、1:1
支持 image init
4s 片段典型延迟15-25s
通过 tasks API 异步