快速结论

  • Seedance 2.0 supports Text-to-Video, Image-to-Video, R2V, and Video Edit in one workflow.
  • Use this model guide page to validate parameters with minimal request/response examples.
  • Stabilize prompts here first, then move to production API integration.

关键参数

  • model | string | 必填 | seedance-2 | - | Model identifier. Use the fixed value `seedance-2`.
  • prompt | string | 必填 | - | - | Main instruction describing the subject, action, scene, and style.
  • aspect_ratio | string | 可选 | 16:9 | 16:9 | 9:16 | 1:1 | 4:3 | 3:4 | 21:9 | Video aspect ratio. Defaults to `16:9`; supports `16:9 | 9:16 | 1:1 | 4:3 | 3:4 | 21:9`.
  • duration | integer | 可选 | 5 | -1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Output duration in seconds. Defaults to `5`; supports `-1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15`, where `-1` means auto.
  • resolution | string | 可选 | 720p | 480p | 720p | 1080p | 4k | Output resolution. Defaults to `720p`; supports `480p | 720p | 1080p | 4k`.

常见错误

  • 400 invalid_request_error: 触发=Request payload misses required fields or has invalid field types.; 修复=Validate model, mode, and input schema before request.; 重试=Retry only after fixing payload; avoid blind retries.
  • 401 authentication_error: 触发=Missing Authorization header or invalid API key.; 修复=Verify Bearer token format and API key scope.; 重试=Retry after auth fix; rotate key if repeated failures continue.
  • 429 rate_limit_exceeded: 触发=Request rate, concurrency, or current quota hits upstream rate limiting.; 修复=Apply exponential backoff first, then review request rate, concurrency, and quota usage.; 重试=Use exponential backoff (e.g., 1s/2s/4s) with jitter; if it persists, reduce submission pressure.
  • 500 internal_error: 触发=Transient upstream error or internal processing failure.; 修复=Capture request id and trigger retry workflow.; 重试=Retry 2-3 times with short delays; escalate if persistent.
ByteDance Seed logo

Seedance 2.0

可商用

透過 ToAPIs 調用字節跳動 Seed 團隊的統一多模態影片模型 seedance-2,生成電影感影片內容。

模型類型:
價格: Seedance 2.0 Mini 最低 $0.8/1M total tokens
無影片輸入 $1.31/1M total tokens· 有影片輸入 $0.8/1M total tokens

輸入

表單JSON

參考圖

描述主體、鏡頭、場景和風格。46 / 1200

進階選項

範例參數
0 / 3

最多 3 個,每行一個;需搭配參考圖使用。

輸出

預覽JSON

生成需要一些時間,請稍等您可以離開此頁面,[ 任務日誌 ] 可直接檢查生成的內容

請求預覽

{
  "model": "seedance-2",
  "prompt": "一支 6 秒產品概念短片,展示高端智慧硬體在現代辦公桌上的使用場景,鏡頭緩慢推進,光線自然。",
  "duration": 6,
  "size": "16:9",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "metadata": {},
  "generate_audio": true
}

2.0

Seedance 生成系列

T2V

文生影片工作流

I2V

圖生影片工作流

Async

任務輪詢

生成案例

探索 Seedance 2.0 的生成效果

使用同款模型生成

Seedance 2.0 重磅登場

Seedance 2.0 影片樣例

Seedance 2.0 影片樣例

透明計價

Seedance 2.0 影片價格口徑

實際按 usage.total_tokens 結算,並根據有無影片輸入使用不同 token 單價;原按秒價格保留為預算預估。

儲值積分

無影片輸入

ToAPIs

$5.91

百萬 total tokens

有影片輸入

ToAPIs

$3.6

百萬 total tokens

最終以任務完成後返回的 usage.total_tokens 結算。下方按秒價格僅用於估算,可能與最終扣費不同。

為什麼選擇 ToAPIs

為什麼用 ToAPIs 調用 Seedance 2.0?

透過統一模型閘道調用字節影片生成能力,並把計費、任務狀態和 API Key 放在同一處管理。

多模態創意控制

在一個模型頁規劃文字、圖片、音訊和影片參考工作流,再遷移到生產調用。

按秒預估成本

先按影片秒數估算短片成本,再在提交任務時確認最終報價。

統一影片任務 API

透過同一套 ToAPIs 流程提交生成任務、輪詢狀態並取得輸出 URL。

三步接入 Seedance 2.0

圍繞提示詞品質、非同步任務狀態和生成時長設計接入流程。

  1. 1

    設計鏡頭

    描述主體、動作、鏡頭運動、光線、風格,以及要使用的參考素材。

  2. 2

    提交影片任務

    調用影片生成端點,傳入 model=seedance-2、時長、比例和解析度。

  3. 3

    輪詢並交付

    保存返回的 task ID,輪詢到完成狀態,再把生成的影片 URL 接入你的產品流程。

Seedance 2.0 適合的任務

電影感概念短片

把提示詞和參考素材轉成短片預覽,用於提案、分鏡和廣告概念。

參考素材驅動生產

用圖片、音訊或影片參考約束動作、角色、氛圍和場景一致性。

影片迭代流水線

批量排隊短片變體、比較提示詞,並在創意確認後路由最終生成。

常見問題

Seedance 2.0 API 常見問題

Seedance 2.0 影片生成是同步的嗎?

不是。影片生成應按非同步任務處理:先提交任務,保存 task ID,再輪詢最終結果 URL。

ToAPIs 上 Seedance 2.0 怎麼計費?

Seedance 2.0 按任務完成後返回的 usage.total_tokens 結算。有無影片輸入使用不同 token 單價,按秒價格僅為預估。

什麼時候用 seedance-2,而不是 seedance-2-fast?

當最終畫質和運動穩定性比最低延遲更重要時,用 seedance-2;草稿預覽、批量探索和速度敏感測試更適合 seedance-2-fast。

Seedance 2.0 API

用 ToAPIs 構建 Seedance 2.0 影片工作流

建立 Key,用免費額度測試短片提示詞,並在運動風格符合預期後把 seedance-2 接入生產。

用一個 ToAPIs 帳戶試用 Seedance 2.0。

先領取免費額度測試短片效果,再把 seedance-2 接入非同步影片生成工作流。

註冊領取免費額度