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、10、15、20、 25 或 30 秒剪辑,默认为 5 秒。
在 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、4:3、中创建1:1,或3:4。当提供图像参考时,其纵横比优先。
输出持续时间按所选分辨率速率计费。使用视频参考时,输入视频持续时间按该费率的一半计费。
准备提示和参考,使用模型 seedance 和 Seedance 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 和 1080p 输出。
您可以提供 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