快速结论

  • 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 | 必填 | gemini-omni-flash | - | Model identifier. Use the fixed value `gemini-omni-flash`.
  • prompt | string | 必填 | - | - | Main instruction describing the subject, action, scene, and style.
  • aspect_ratio | string | 可选 | 16:9 | 16:9 | 9:16 | Video aspect ratio. Defaults to `16:9`, corresponding to landscape or portrait output.
  • duration | integer | 可选 | 6 | 6 | 10 | Output duration in seconds. Defaults to `6` and currently supports only `6` and `10`.
  • resolution | string | 可选 | 720P | 720P | Output resolution. Currently only `720P` is supported; if omitted, the default value is used.

常见错误

  • 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.
返回模型广场

Seedance 2.0

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

文生影片
圖生影片
多模態參考
非同步影片 API
查看 API 文档

新用户可获得 10 credits。无需信用卡。

Seedance 2.0 重磅登場

2.0

Seedance 生成系列

T2V

文生影片工作流

I2V

圖生影片工作流

Async

任務輪詢

用一個 ToAPIs 帳戶試用 Seedance 2.0。

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

註冊領取免費額度
1

描述你的视频

描述主体、镜头、场景和风格。46 / 1200

快速提示词

高级选项

示例参数

参考图

请求预览

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

你的视频结果

Seedance 2.0 影片價格口徑

目前 ToAPIs 價格按線上定價規則展示。影片消耗按生成秒數與提交參數計費。

按秒計費
充值 credits

Seedance 2.0

ToAPIs 价格

$0.143

28.57 积分 /

计价口径

按秒计费

最終計費以帳戶目前價格、時長、解析度、比例和提交的影片參數為準。

為什麼用 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 作為按秒影片模型計費。最終 credits 消耗取決於生成時長和提交參數。

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

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

Seedance 2.0 API

用 ToAPIs 構建 Seedance 2.0 影片工作流

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