Skip to main content
Seedance 1.5 Pro

Seedance 1.5 Pro

ByteDance Seedance 1.5 Pro 視頻模型,適合更高能力的文字與首尾幀引導視頻生成。

視頻生成自適應畫幅首尾幀引導

執行方式

異步視頻

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

時長

4-12s

生成視頻的輸出時長範圍

分辨率

480p / 720p / 1080p

輸出檔位;計費按返回 token

Token 單價

$1.20-$2.40 / 1M

按返回的視頻 token 計費

模型代碼seedance-1-5-pro

試玩區

seedance-1-5-pro

暫無輸出

定價

音頻計費依據Token 單價
包含音頻返回的視頻 token$2.40 / 1M tokens
不含音頻返回的視頻 token$1.20 / 1M tokens

Token rate · $2.4 · 1M tokens

Token rate · $1.2 · 1M tokens

Example audio video · $0.12 · video

Example audio video · $0.26 · video

Example audio video · $0.58 · video

Example silent video · $0.06 · video

Example silent video · $0.13 · video

Example silent video · $0.29 · video

README

Seedance 1.5 Pro 是 ReachAPI 上的異步視頻生成模型,適合 4-12 秒輸出和自適應畫幅,按是否生成音頻使用不同 token 單價。
  • Seedance 1.5 Pro 支持文字提示詞、首幀圖和尾幀圖引導,適合更精緻的短視頻生成。
  • 它適合品牌視覺、產品動效、角色片段,以及需要自適應畫幅的電影感內容。
  • 當需要 Seedance 1.5 的 Pro 能力、自適應畫幅和更強的視頻生成質量時,適合選擇該模型。

API

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

ByteDance Seedance 1.5 Pro 視頻模型,適合更高能力的文字與首尾幀引導視頻生成。

模型代碼

seedance-1-5-pro

查看 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-5-pro",
    "input": {
      "content": [
        {
          "type": "text",
          "text": "A luxury watch slowly rotates on a marble pedestal under soft studio light"
        }
      ],
      "duration_seconds": 4,
      "resolution": "720p",
      "aspect_ratio": "16:9"
    }
  }'