🔥Minimax H3 已上线!开通年费会员立享 45% 折扣立即开通
Pixmind
全部 API 模型
视频ByteDanceBeta

模型 API

Seedance 2.5 API

原生 30 秒单段视频,支持最多 50 个全模态参考、4K 输出与区域级局部编辑。

模型 ID
seedance-2.5
请求端点
POST /v1/generations

Beta 线路 · API 用量与站内积分分开计费。

API 起步价$0.072
请求端点/v1/generations

在线请求构建器

在 Playground 中试用 API

配置参数、查看实际请求 JSON,然后使用你的账号运行。

API 密钥
正在加载密钥…
响应结果
API 响应会显示在这里。

API 定价

面向程序化调用,与 Studio 分开计费

页面显示的是该线路入门配置价格,分辨率、时长、质量、音频、参考图和输出数量都可能改变最终报价。

入门配置480p
计费单位按生成视频秒数
API 价格$0.072 / 秒
同配置 Studio 参考价$0.090 / 秒
API 首发优惠20%
分辨率档位
480p$0.072 / second
720p$0.176 / second
1080p$0.336 / second
4K$0.840 / second

已受理任务响应中的价格快照是该次调用最终计费依据。

能力

该线路支持的能力

使用稳定的 PixMind 模型 ID,将上游模型差异隔离在你的业务系统之外。

文生视频
图生视频
多参考图
原生音频
videoEdit

为何选择 {model}

面向生产的图像能力

Seedance 2.5 适合高保真、文字敏感图像工作流的核心优势。

Native 30-second single-shot video

Generate continuous video up to 30 seconds in one pass — no stitching, no sequence breaks — well beyond the 15–20s ceiling of peer commercial models.

50 multimodal references

Feed up to 50 reference inputs across image, video, text, and audio at once — the highest reference limit among commercial video models — for precise control over characters, scenes, style, and sound.

Native 4K output

Produce crisp 4K video natively, ready for large displays, product films, and high-DPI social without upscaling artifacts.

Region-level editing

Edit specific regions of a clip while preserving overall consistency — swap a product, a prop, or a background element without re-generating the whole shot.

Multimodal audio-video joint generation

A unified architecture ingests text, image, audio, and video together and emits synchronized audio-visual output in a single task.

技术规格

支持的参数

Seedance 2.5 API 线路支持的分辨率、画面比例与输入。

Max duration
30 seconds (single shot)
Resolutions
480p · 720p · 1080p · 4K
Reference inputs
Up to 50, multimodal
Audio
Synchronized, jointly generated
Editing
Region-level, consistency-preserving
Provider
ByteDance (Doubao Seedance 2.5)
Endpoint
POST /v1/generations

开始接入

从 Playground 走向生产环境

01

创建最小权限 Key

创建 API Key,并只授予该线路需要的图片或视频权限。

02

发送请求

在你的服务端使用页面展示的模型 ID 与请求端点。

03

追踪任务

保存返回的任务 ID,持续查询状态直到任务进入终态。

常见问题

Seedance 2.5 API 常见问题

What makes Seedance 2.5 different from Seedance 2.0?+

Seedance 2.5 adds native 30-second single-shot video, up to 50 multimodal references, and region-level editing — so you can generate longer, more controllable clips in one pass instead of stitching multiple 5–15s segments.

How do the 50 multimodal references work?+

Pass up to 50 reference inputs across image, video, text, and audio in one request. They jointly guide characters, scenes, style, and sound, keeping the output consistent with your brand and creative direction.

Can I edit part of a video without regenerating it?+

Yes. Region-level editing lets you change a specific area — a product, a prop, a background element — while the rest of the clip keeps its motion, lighting, and identity.

Is audio generated together with the video?+

Yes. Seedance 2.5 uses a unified audio-video architecture, so synchronized audio is generated in the same task when the selected mode supports it.

调用 Seedance 2.5 API 应该使用哪个模型 ID?+

请在 model 字段中使用 seedance-2.5。这是 Playground 请求 JSON 中展示的稳定 PixMind 线路标识。

Seedance 2.5 API 使用哪个请求端点?+

向 /v1/generations 发送 POST 请求。API Key 应保存在服务端,并通过 Bearer Token 传递。

Playground 发出的是真实 API 请求吗?+

是。点击运行模型后,PixMind 会使用你输入的 API Key 转发页面展示的请求参数,成功调用可能创建付费任务。

PixMind 会保存我在这里输入的 API Key 吗?+

不会。Playground 只在当前组件内存中暂存 Key,并仅用于本次请求,不会写入浏览器存储。

API 定价和 PixMind Studio 定价相同吗?+

不同。API 使用 apiPlatform 定价角色和独立按量账本;Studio 定价还包含创作界面和产品工作流服务。

为什么最终价格可能与起步价不同?+

起步价对应页面展示的入门配置。分辨率、时长、质量、音频、参考图和输出数量都会影响最终任务价格。

如何获取生成完成的图片或视频?+

生成线路可能返回异步任务。请保存任务 ID,并查询任务端点,直到状态变为成功、失败或取消。

同一套接入能否切换到其他 PixMind 模型?+

可以。同一工作负载下的模型共用生成协议,通常只需更换模型 ID,并调整该模型支持的参数。