使用文本プロンプト通过 Seedance 2.5 视频编辑 1080p 修改现有视频——重写光线、风格或环境。可免费试用,従量課金制。国际区域(Intl)端点。
このモデルについて
Seedance 2.5 视频编辑 1080p 是 Seedance 2.5 系列中的视频编辑端点。它根据自然语言プロンプト编辑入力视频——参考视频决定主体身份、构图和运动,而模型会按指示重写光线、风格、天气、环境或特定元素。出力分辨率为 1080p(原生)。这是 Muapi 面向国际区域的同一 Seedance 2.5 模型端点,通过 Seegen 的 Dreamina 部署为中国大陆以外的流量提供服务。
コスト分析
| プロバイダー | 費用 | 備考 |
|---|---|---|
| muapiapp | $0.5525/sec (1080p) | 按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 65%。 |
按输入视频与生成结果的合计时长计费,费率为基础每秒费率的 65%。
** 競合サービスの料金は類似のモデル構成および利用ティアに基づいて算出された推定値です。
設定スキーマ
| パラメータ | 型 | 説明 | デフォルト |
|---|---|---|---|
| プロンプト | string | Instructions for the edit — lighting, style, weather, environment, or specific elements to change. Automatically prefixed with "Edit the input video." | 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. Up to 30 images. | undefined |
| 参考音声 | array | Reference audio URLs guiding audio generation. Up to 10 files. | undefined |
| 長さ(秒) | int | 生成動画的生成時間(秒)。 | 5 |
| アスペクト比 | Enum(7個の選択肢) | 出力動画的アスペクト比。 | 16:9 |
| 生成音声 | boolean | Whether to generate new audio. If false, the input video'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 input video."
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. Up to 30 images.
undefinedReference audio URLs guiding audio generation. Up to 10 files.
undefined生成動画的生成時間(秒)。
5出力動画的アスペクト比。
16:9Whether to generate new audio. If false, the input video'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-intl-video-edit-1080p \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Change the lighting to golden hour and add light fog to the environment.",
"video": "https://example.com/input.mp4",
"duration": 5
}'
GET /api/v1/predictions/{request_id}/result,直到 status 为 completed,然后从 output 获取视频 URL。FAQ
请求/响应格式没有区别——它是同一个 Seedance 2.5 模型,通过 Seegen 的 Dreamina 部署为国际区域流量提供服务,而不是通过面向中国大陆的 Doubao 部署。价格相同。
它根据文本プロンプト编辑现有视频——入力视频决定主体身份、构图和运动,而プロンプト控制光线、风格、天气、环境或特定元素。
会——参考视频决定构图和运动;プロンプト只控制需要重写的内容(光线、风格、环境和特定元素)。
按基础每秒费率的 65% 计费(1080p 为 $0.5525/sec),计费时长为入力视频与生成出力的总时长,因为始终存在视频参考。
超过 30 秒的视频会在编辑前自动裁剪为 30 秒。
可以——将 `generate_audio` 设置为 `false`,即可保留入力视频的原始音频,而不是生成新音频。