Seedance 2.5
from $0.15/s
- 480p — $0.15/s
- 720p — $0.35/s
- 1080p — $0.80/s
使用 Seedance 2.5 或 Seedance 2.5 建立參考 AI 選光的影像。 [1080p]
Pay-as-you-go access through PiAPI.
from $0.15/s
from $0.165/s
人臉參考必須上傳到資源庫並在無限制模式下使用之前進行驗證。 檢視資源庫文件 →
Seedance 2.5 保留經過驗證的 Seedance 請求形狀,同時定義清晰的模型、定價、持續時間、參考和解析度合約。
產生 5、8、ZXQPROZTECT2QZ、ZXZ、QZX、ZXZp 25 或 30 秒剪輯,預設為 5 秒。 [10] [15] [20]
在 480p、720p 或 1080p 處產生。舊版頁面列出了 480p 和 720p; PiAPI 現在也支援 1080p 世代。
將 seedance-2.5 用於標準工作流程。 seedance-2.5無限制任務類型支援透過私有資產庫審核後產生人臉資產。 [seedance-2.5-less-restriction]
使用影像、視訊和音訊參考來指導結果。參考影像長寬比優先於請求的長寬比。
使用 @image1、@video1 和 @audio1 佔位符直接在提示中引用提供的媒體。
在 Playground 中測試即時 Seedance 2.5 任務,然後在應用程式中重複使用相同的模型、任務類型、提示和參考合約任務類型。
在21:9、16:9、9:16、ZXQ PROTECT6QXZ:3、中創建1:1,或3:4。當提供影像參考時,其縱橫比優先。
輸出持續時間以所選解析度速率計費。使用影片參考時,輸入影片持續時間會以該費率的一半計費。
準備提示和參考,使用模型 seedance 和 Seedance 2.5 任務1QXZ 2.5 任務的請求中產生,然後將測試類型產生,然後將測試類型的應用程式中攜帶到。
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "seedance",
"task_type": "seedance-2.5",
"input": {
"prompt": "A cinematic tracking shot through a neon-lit city street after rain.",
"duration": 4,
"resolution": "720p",
"aspect_ratio": "16:9",
"mode": "text_to_video"
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run seedance-2-5 \ prompt="A cinematic tracking shot through a neon-lit city street after rain." \ duration=4 \ resolution=720p \ aspect_ratio=16:9 \ mode=text_to_video ✓ Task completed! https://img.theapi.app/ephemeral/…
Seedance 2.5 是 PiAPI 上的 Seedance AI 視訊任務。使用模型 seedance 和任務類型 seedance-2.5 或 seedance-2.5-less-restriction 根據提示生成視頻,可以選擇由圖像、視頻或音頻參考引導。 [task_type]
是的。 Seedance 2.5 遊樂場在此頁面上即時顯示,可讓您選擇標準或較少限制任務類型。
API 接受從 4 到 30 秒的整數持續時間,並支援 480p、720p 和 1080pECT 輸出。
您可以提供 Playground 支援的圖像、視訊和音訊參考。在提示中使用@imageN、@videoN 和@audioN 佔位符。
Seedance 2.5 按產生的秒數計費,費率基於所選的解析度和任務類型。有關當前動態來源的費率,請參閱上面的定價部分。
是的。使用模型 seedance 和 Seedance 2.5 任務類型建立 PiAPI 任務,然後提供提示、持續時間、解析度、寬高比和任何支援的參考 URL。
Seedance 2.5 具有專用標準和較少限制任務類型,最多支援 1080p 輸出,並接受多重模式參考。 Seedance 2.0 仍可用於現有工作流程及其自己的模型變體。
Seedance 2.5 Less Restriction 支援使用已透過私有資產庫審核的面資產進行產生。上傳人臉資產,等待其狀態為“Active”,然後在請求中引用已驗證的資產。
More questions? See the API docs.
Seedance 2.5 API