使用 Seedance 2.5 将图像生成视频。早期体验版本支持 720p Ausgabe和 30 秒片段。可免费试用,按次生成付费。国际区域(Intl)端点。
About this model
Seedance 2.5 Bild zu Video是字节跳动下一代 Seedance 模型的早期体验版本,可将单张静态图像制作成视频。它支持最长 30 秒、720p Ausgabe的片段。另有更低成本的 480p 版本,以及专门用于关键帧过渡和多参考融合的 首尾帧 和 全能参考 端点。这是 Muapi 面向国际区域的同款 Seedance 2.5 模型端点,通过 Seegen 的 Dreamina 部署为中国大陆以外的流量提供服务。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.34/sec (720p) or $0.17/sec (480p) | Abrechnung pro Generierung, kein Abo nötig. |
| Fal.ai | $0.47/sec (720p) or $0.2205/sec (480p) | MuAPI 在 720p 比 Fal.ai 便宜约 28%,在 480p 便宜约 23%。 |
| Replicate | Nicht verfügbar | Replicate 未列出 Seedance 2.5。 |
Abrechnung pro Generierung, kein Abo nötig.
MuAPI 在 720p 比 Fal.ai 便宜约 28%,在 480p 便宜约 23%。
Replicate 未列出 Seedance 2.5。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 描述目标运动和风格的文本Prompt。 | Animate the park scene with gentle wind moving the trees, subtle water ripples, and a slow cinematic push forward. |
| Bild URL | string | URL of the input image to animate into video. | https://samplelib.com/jpeg/sample-city-park-400x300.jpg |
| Dauer (Sekunden) | int | 生成Video的Dauer(秒)。 | 5 |
| Seitenverhältnis | Enum (7 options) | AusgabeVideo的Seitenverhältnis。 | 16:9 |
| 种子 | int | 用于复现生成结果的Zufallswert (Seed)。使用 -1 表示随机。 | 42 |
| 高比特率 | boolean | 启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。 | false |
描述目标运动和风格的文本Prompt。
Animate the park scene with gentle wind moving the trees, subtle water ripples, and a slow cinematic push forward.URL of the input image to animate into video.
https://samplelib.com/jpeg/sample-city-park-400x300.jpg生成Video的Dauer(秒)。
5AusgabeVideo的Seitenverhältnis。
16:9用于复现生成结果的Zufallswert (Seed)。使用 -1 表示随机。
42启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。
falseDeveloper documentation
准备图像
编写运动Prompt
配置Ausgabe
duration 设置为 4 到 30 秒。aspect_ratio,并可选设置 seed。通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-intl-image-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Animate the park scene with gentle wind moving the trees, subtle water ripples, and a slow cinematic push forward.",
"image_url": "https://example.com/park.jpg",
"duration": 5
}'
GET /api/v1/predictions/{request_id}/result,直到 status 为 completed,然后从 output 获取视频 URL。Frequently asked
请求/响应格式没有区别——它使用的是同一个 Seedance 2.5 模型,通过 Seegen 的 Dreamina 部署为国际区域流量提供服务,而不是通过中国大陆的 Doubao 部署。价格相同。
它会根据可选的文本Prompt,将单张Eingabe图像制作成视频;Prompt用于描述所需的运动。
默认Ausgabe 720p。另有更便宜的 480p 版本。
支持——另有专用的 [1080p](/playground/seedance-2.5-intl-image-to-video-1080p) 和 [4K](/playground/seedance-2.5-intl-image-to-video-4k) 档位,分别对应独立端点,采用原生渲染(不是放大),价格高于 720p 档位。
4 到 30 秒,可通过 `duration` 参数配置。
可以——使用专用的 Seedance 2.5 首尾帧端点,它接受两张图像并在两者之间生成流畅过渡。
可以——使用专用的 Seedance 2.5 全能参考端点,它会将最多 30 张图像、10 个视频和 10 个音频文件融合为一次引导式生成。