Skip to main content
Seedance 1.0 Pro Fast

Seedance 1.0 Pro Fast

ByteDance Seedance 1.0 Pro 的快速版本,適合更低成本的異步視頻生成。

快速版本視頻生成低成本

執行方式

異步視頻

適合排隊式視頻生成工作流

時長

2-12s

生成視頻的輸出時長範圍

分辨率

480p / 720p / 1080p

輸出檔位;計費按返回 token

Token 單價

$1.00 / 1M

按返回的視頻 token 計費

模型代碼seedance-1-0-pro-fast

試玩區

seedance-1-0-pro-fast

暫無輸出

定價

模式計費依據Token 單價
視頻生成返回的視頻 token$1.00 / 1M tokens

Token rate · $1.0 · 1M tokens

Example 5s video · $0.05 · video

Example 5s video · $0.10 · video

Example 5s video · $0.24 · video

README

Seedance 1.0 Pro Fast 是 Seedance 1.0 的快速低成本版本,適合 2-12 秒視頻生成,並採用官方風格的 token 計價。
  • Seedance 1.0 Pro Fast 支持文字提示詞和首幀圖引導,適合快速文生視頻與圖生視頻。
  • 它適合高頻草稿、快速創意迭代,以及更關注速度和成本的短視頻生成。
  • 當成本和生成速度優先於完整控制面時,適合選擇該模型;該快速版本不支持尾幀引導。

API

查看 API 文檔以獲取請求格式、參數說明和集成方式。

ByteDance Seedance 1.0 Pro 的快速版本,適合更低成本的異步視頻生成。

模型代碼

seedance-1-0-pro-fast

查看 API 文檔

API

端點

POST /v1/vids/create

認證

Authorization: Bearer YOUR_REACH_API_KEY
Content-Type: application/json

示例

curl -X POST "https://direct.reachapi.ai/v1/vids/create" \
  -H "Authorization: Bearer YOUR_REACH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-1-0-pro",
    "input": {
      "content": [
        {
          "type": "text",
          "text": "A paper boat floating through a neon-lit rainy street at night"
        }
      ],
      "duration_seconds": 4,
      "resolution": "720p",
      "aspect_ratio": "16:9"
    }
  }'