关于此模型
Seedance 2.5 视频编辑 4K 是 Seedance 2.5 系列中的视频编辑端点。它可根据自然语言提示词编辑输入视频——参考视频决定主体身份、构图和运动,而模型会按指示重写光线、风格、天气、环境或特定元素。输出分辨率为 4K(放大)。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | $1.105/秒 (4K) | 按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 65%。 |
按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 65%。
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 提示词 | string | Instructions for the edit — lighting, style, weather, environment, or specific elements to change. Automatically prefixed with "Edit the 输入视频." | Change the lighting to golden hour and add light fog to the environment. |
| 视频 URL | string | 要编辑的视频 URL。超过 30 秒的视频会被裁剪为 30 秒。 | https://cdn.muapi.ai/assets/seedance-2.5-video-edit-in.mp4 |
| 参考图像 | array | Reference image URLs guiding subject identity or style. 最多 30 images. | undefined |
| 参考音频 | array | Reference audio URLs guiding audio generation. 最多 10 files. | undefined |
| 时长 | int | 生成视频的时长(秒)。 | 5 |
| 画面比例 | 枚举(7 个选项) | 输出视频的画面比例。 | 16:9 |
| 生成音频 | boolean | Whether to generate new audio. If false, the 输入视频's original audio is preserved. | true |
| 种子 | int | 用于复现生成结果的随机种子。使用 -1 表示随机。 | 42 |
| 高比特率 | boolean | 启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。 | false |
Instructions for the edit — lighting, style, weather, environment, or specific elements to change. Automatically prefixed with "Edit the 输入视频."
Change the lighting to golden hour and add light fog to the environment.要编辑的视频 URL。超过 30 秒的视频会被裁剪为 30 秒。
https://cdn.muapi.ai/assets/seedance-2.5-video-edit-in.mp4Reference image URLs guiding subject identity or style. 最多 30 images.
undefinedReference audio URLs guiding audio generation. 最多 10 files.
undefined生成视频的时长(秒)。
5输出视频的画面比例。
16:9Whether to generate new audio. If false, the 输入视频's original audio is preserved.
true用于复现生成结果的随机种子。使用 -1 表示随机。
42启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。
false开发者文档
提供源视频
video URL。超过 30s 的视频会被裁剪为 30s。编写编辑指令
prompt 中描述所需的变化——光线、风格、天气、环境或特定元素。可选参考素材
images_list(最多 30 个)引导主体身份或风格,使用 audios_list(最多 10 个)引导音频生成。配置输出
duration(4–30s)、aspect_ratio、generate_audio,并可选设置 seed。通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-video-edit-4k \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "将光线改为黄金时段,并为环境添加薄雾。",
"video": "https://example.com/input.mp4",
"duration": 5
}'
GET /api/v1/predictions/{request_id}/result,直到 status 为 completed,然后从 output 获取视频 URL。常见问答
它可根据文本提示词编辑现有视频——输入视频决定主体身份、构图和运动,而提示词控制要重写的光线、风格、天气、环境或特定元素。
会——参考视频决定构图和运动;提示词只控制被重写的内容(光线、风格、环境和特定元素)。
按基础每秒费率的 65% 计费(4K 为 $1.105/sec),按输入视频与生成输出的总时长计费,因为始终存在视频参考。
超过 30 秒的视频会在编辑前自动裁剪为 30 秒。
可以——将 `generate_audio` 设置为 `false`,即可保留输入视频的原始音频,而不是生成新音频。