Seedance 2.5 is live — 30-second cinematic video with native audio & real-person references
所有公告
新发布

reAPI 上的 Seedance 2.0 和 2.5:价格比 Atlas Cloud 低至 38%

reAPI 上的 Seedance 2.0 起价 $0.071/秒,Seedance 2.5 起价 $0.119/秒,经 2026 年 9 月 4 日核查,比 Atlas Cloud 价格低 11% 至 38%。

相同的 Seedance 模型,价格更低

Seedance 2.0 和 Seedance 2.5 是 ByteDance 的视频模型。reAPI 和 Atlas Cloud 都通过 API 提供这些模型,因此输出来自相同的模型。不同之处在于每秒价格,且在每个档位中 reAPI 的价格都更低。

reAPI 与 Atlas Cloud 对比,价格核查于 2026 年 9 月 4 日

视频每秒价格,单位为美元。两个平台的参考视频档位均按参考秒数加输出秒数计费。Atlas Cloud 的 Seedance 2.5 栏位已包含其在核查当天进行的 20% 促销优惠。

模型档位reAPIAtlas CloudreAPI 价格
Seedance 2.0480P,文本或图像输入$0.071$0.112低 37%
Seedance 2.0480P,使用参考视频$0.043$0.069低 38%
Seedance 2.0720P,文本或图像输入$0.154$0.242低 36%
Seedance 2.0720P,使用参考视频$0.094$0.149低 37%
Seedance 2.01080P,文本或图像输入$0.383$0.544低 30%
Seedance 2.01080P,使用参考视频$0.233$0.334低 30%
Seedance 2.5480P,文本或图像输入$0.119$0.134低 12%
Seedance 2.5720P,文本或图像输入$0.267$0.300低 11%

5 秒 720P 视频片段的费用

模型reAPIAtlas Cloud
Seedance 2.0,文本或图像输入约 $0.77约 $1.21
Seedance 2.0,使用参考视频约 $0.47约 $0.74
Seedance 2.5,文本或图像输入约 $1.33约 $1.50

$1 可购买 1,000 积分,且积分永不过期。失败的任务会自动退还积分,因此您只需为成功交付的视频付费。您的一次调用即为一次生成尝试;不会进行静默重试。

其他一切保持不变

  • Seedance 2.0 的所有分辨率,从 480P 到 4K,支持文本、图像、首尾帧和多模态参考输入。
  • Seedance 2.5 每个片段最长 30 秒,支持 480P、720P 和 1080P,最多可使用 30 张参考图像、10 个视频和 10 段音频。
  • 一个端点即可用于两个模型。切换模型只需更改 model 字段。

快速开始

curl https://reapi.ai/api/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedance-2.0-face",
    "prompt": "A cinematic drone shot over a coastal town at golden hour, waves rolling onto the beach",
    "resolution": "720p",
    "size": "16:9",
    "duration": 5
  }'

对于 Seedance 2.5,将 model 设置为 doubao-seedance-2.5-face

链接