Skip to main content

video models

Seedance 2.0 API / Cinematic multimodal video generation

Use Seedance 2.0 API for text-to-video, first/last-frame, and omni-reference video generation. Compare $0.042-$0.50/sec pricing, docs, demo, and free credits.

立即开始!

Seedance 2.0 API 定价

定价按生成视频的每秒计算。

seedance-2

from $0.10

  • 480p — $0.10/s
  • 720p — $0.20/s
  • 1080p — $0.50/s

seedance-2-fast

from $0.048

  • 480p — $0.048/s
  • 720p — $0.096/s

seedance-2-mini

from $0.042

  • 480p — $0.042/s
  • 720p — $0.084/s

seedance-2-less-restriction

from $0.11

  • 480p — $0.11/s
  • 720p — $0.22/s
  • 1080p — $0.55/s
  • Face references supported once they pass review.

seedance-2-fast-less-restriction

from $0.053

  • 480p — $0.053/s
  • 720p — $0.106/s
  • Face references supported once they pass review.

seedance-2-mini-less-restriction

from $0.046

  • 480p — $0.046/s
  • 720p — $0.092/s
  • Face references supported once they pass review.

人脸素材需先上传至素材库并通过验证,方可在 -less-restriction 模式中使用。 查看素材库文档 →

Seedance 2.0 API 功能特性

Seedance 2.0 API 支持三种生成模式:text_to_video、first_last_frames 和 omni_reference,可使用图片、视频和音频作为输入。立即通过 PiAPI 开始使用!

三种生成模式

支持 text_to_video、first_last_frames(1-2 张图片作为首尾帧)和 omni_reference(最多 12 个混合引用,包括图片、视频、音频)。

多模态引用支持

在提示词中使用 @image1、@video1、@audio1 语法引用图片、视频(mp4/mov)和音频(mp3/wav,最长 15 秒)进行创意控制。

灵活的时长与比例

生成 4-15 秒片段,支持六种画面比例:21:9、16:9、4:3、1:1、3:4、9:16。first_last_frames 模式下,比例跟随参考图片。

多种模型选择

seedance-2($0.10/秒起)、seedance-2-fast($0.048/秒起)。价格按分辨率区分:480p、720p、1080p。

支持人脸参考

上传人脸/角色图片到私有素材库,审核通过后获取 asset_id,在 -less-restriction 模式中使用。确保多镜头间角色一致性。

Omni Reference 模式

组合最多 12 个引用(图片 + 视频 + 音频)实现最大创意控制。将视频转换为新风格、添加配乐或创建变形效果。

如何使用 Seedance 2.0 API

Create your API key

Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.

Top up credits

Add credits on the billing page when you are ready to scale beyond the free tier.

Call the API

POST your first task following the API docs, then poll the task until the result is ready.

Iterate in the playground

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",
    "input": {
      "prompt": "A cinematic tracking shot through a neon-lit city street after rain.",
      "duration": 4,
      "resolution": "480p",
      "aspect_ratio": "16:9",
      "mode": "text_to_video"
    }
  }'

# → { "task_id": "9d5a…", "status": "pending" }

常见问题

什么是 Seedance 2.0 API?

字节跳动 Seedance 2.0 AI 于 2026 年 2 月发布,是一款专为电影级、超写实沉浸式体验而设计的先进视频生成模型。Seedance 2.0 与行业标准对齐,将视频生成提升到全新高度,适用于高保真和电影级视频制作。此外,我们的 Seedance AI API 还支持水印去除功能。立即通过 PiAPI 开始使用 Seedance 2.0 API!

Seedance 2.0 与 Seedance 1.0 Pro 及 Lite 有何区别?

Seedance 2.0 是 Seedance 1.0 Pro 和 Seedance 1.0 Lite 的继任版本,提供了更强的场景一致性、更高质量的运动效果和更稳健的提示词跟随能力,更适合用于生产级叙事和复杂场景。

如何获取 Seedance 2.0 的访问权限?

要开始使用 Seedance 2.0 API,请在 PiAPI 工作空间注册账号,获取 API 密钥并参照 Seedance API 文档进行集成。请阅读我们的内容审核系统,以确保安全使用 Seedance AI API。

Seedance 2.0 有 API 吗?

有。你可以通过 PiAPI 使用简单的 REST API 集成 Seedance 2.0。使用 X-API-Key 创建任务(文生视频或图生视频),然后轮询任务端点获取输出视频 URL。

如何获取 Seedance 2.0 API Key?

创建 PiAPI 账号并登录工作空间,然后前往 API Key 页面复制你的 X-API-Key(可以使用免费额度在充值前测试 Seedance 2.0)。

Seedance 2.0 的定价是多少?

Seedance 2.0 按生成视频的秒数计费。主要有两个档位:seedance-2-preview(高质量)和 seedance-2-fast-preview(快速)。水印去除单独计费。请查看本页定价部分了解最新费率。

什么是 seedance-2-mini?

Seedance-2-mini 是 Seedance 2.0 系列中最经济实惠的选项。它的生成速度比 seedance-2-fast 快约 2 倍,质量相近,非常适合快速原型设计和大量测试生成。支持 720p 分辨率。

Seedance 支持图生视频吗?

支持。Seedance 支持图生视频。在提示词中提供一个或多个输入图片 URL,即可生成基于图片的视频。

如何使用人脸/真人参考图?

人脸素材需要使用私有素材库。通过 Asset API 上传图片,等待状态变为 Active(验证通过)后,在 seedance-2-less-restriction 或 seedance-2-fast-less-restriction 中以 asset://<asset_id> 格式引用。确保合规并在多镜头间保持角色一致性。

Seedance 2.0 API 有免费体验吗?

有。首次注册 PiAPI 工作空间时,你将获得免费额度,可用于试用 Seedance 2.0 API 及其他模型。这让你能够在付费之前测试 Seedance 2.0 的生成效果、调整提示词并验证集成方案。

支持退款吗?

不,我们不提供退款。但当您首次在 PiAPI 的 Workspace 注册账户时,将获得免费积分,可以在付款前试用我们的 API!

如何联系你们的团队?

请发邮件至 support@piapi.ai,我们很乐意进一步介绍我们的产品!

More questions? See the API docs.

Our blog

Seedance 2.0 API