使用 Seedance 2.5 将图像制作成视频。早期体验版本支持 720p आउटपुट和最长 30 秒片段。可免费试用,按次生成付费。
About this model
Seedance 2.5 इमेज टू वीडियो是字节跳动下一代 Seedance 模型的早期体验版本,可将单张静态图像制作成视频。它支持最长 30 秒、720p आउटपुट的视频片段。另有更低成本的 480p 版本,以及专用的 首尾帧 和 全能参考 端点,分别用于关键帧转场和多参考素材融合。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.34/sec (720p) or $0.17/sec (480p) | प्रति-जनरेशन भुगतान, किसी सदस्यता की आवश्यकता नहीं। |
| Fal.ai | $0.47/sec (720p) or $0.2205/sec (480p) | MuAPI 在 720p 比 Fal.ai 便宜约 28%,在 480p 便宜约 23%。 |
| Replicate | उपलब्ध नहीं | Replicate 未列出 Seedance 2.5。 |
प्रति-जनरेशन भुगतान, किसी सदस्यता की आवश्यकता नहीं।
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 |
|---|---|---|---|
| प्रॉम्प्ट | string | 描述目标运动和风格的文本प्रॉम्प्ट。 | Animate the park scene with gentle wind moving the trees, subtle water ripples, and a slow cinematic push forward. |
| इमेज URL | string | URL of the input image to animate into video. | https://samplelib.com/jpeg/sample-city-park-400x300.jpg |
| अवधि (सेकंड) | int | 生成वीडियो的अवधि(秒)。 | 5 |
| पहलू अनुपात | Enum (7 options) | आउटपुटवीडियो的पहलू अनुपात。 | 16:9 |
| 种子 | int | 用于复现生成结果的रैंडम सीड。使用 -1 表示随机。 | 42 |
| 高比特率 | boolean | 启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。 | false |
描述目标运动和风格的文本प्रॉम्प्ट。
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生成वीडियो的अवधि(秒)。
5आउटपुटवीडियो的पहलू अनुपात。
16:9用于复现生成结果的रैंडम सीड。使用 -1 表示随机。
42启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。
falseDeveloper documentation
准备图像
编写运动प्रॉम्प्ट
配置आउटपुट
duration 设置为 4 到 30 秒。aspect_ratio,并可选设置 seed。通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-image-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "让公园场景动起来:微风吹动树木,水面泛起细微涟漪,镜头缓慢地以电影感向前推进。",
"image_url": "https://example.com/park.jpg",
"duration": 5
}'
GET /api/v1/predictions/{request_id}/result,直到 status 为 completed,然后从 output 获取视频 URL。Frequently asked
它可将单张इनपुट图像制作成视频,并可通过描述所需运动的文本प्रॉम्प्ट进行引导。
默认आउटपुट 720p;另有单独提供的更便宜的 480p 版本。
支持——另有专用的 [1080p](/playground/seedance-2.5-image-to-video-1080p) 和 [4K](/playground/seedance-2.5-image-to-video-4k) 档位,采用原生渲染而非放大,价格高于 720p 档位。
时长为 4 到 30 秒,可通过 `duration` 参数配置。
可以。首尾帧转场请使用专用的 Seedance 2.5 First & Last Frame 端点,它接收两张图像并生成平滑转场;组合多张图像、视频和音频请使用 Seedance 2.5 Omni Reference 端点,它可将最多 30 张图像、10 个视频和 10 个音频文件融合为一次引导式生成。