使用 Seedance 2.5 将图像生成 480p 视频——比 720p 档位更快、更便宜。可免费试用,按次生成付费,无需订阅。国际区域(Intl)端点。
About this model
Seedance 2.5 imagen a vídeo 480p 是早期体验版 Seedance 2.5 imagen a vídeo 的更快、低成本档位,可将静态图像以 480p 分辨率制作成视频。它适合在投入完整 720p 渲染前快速预览和制作草稿,同时仍支持最长 30 秒的片段。这是 Muapi 面向国际区域的同款 Seedance 2.5 模型端点,通过 Seegen 的 Dreamina 部署为中国大陆以外的流量提供服务。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.17/sec | Pago por generación, sin suscripción. |
| Fal.ai | $0.2205/sec | MuAPI 比 Fal.ai 的 480p 费率便宜约 23%。 |
| Replicate | No disponible | Replicate 未列出 Seedance 2.5。 |
Pago por generación, sin suscripción.
MuAPI 比 Fal.ai 的 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. |
| Imagen URL | string | URL of the input image to animate into video. | https://samplelib.com/jpeg/sample-city-park-400x300.jpg |
| Duración (segundos) | int | 生成vídeo的duración(秒)。 | 5 |
| Relación de aspecto | Enum (7 options) | salidavídeo的relación de aspecto。 | 16:9 |
| 种子 | int | 用于复现生成结果的semilla。使用 -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生成vídeo的duración(秒)。
5salidavídeo的relación de aspecto。
16:9用于复现生成结果的semilla。使用 -1 表示随机。
42启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。
falseDeveloper documentation
准备图像
编写运动prompt
通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-intl-image-to-video-480p \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Animate the park scene with gentle wind moving the trees.",
"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 部署。价格相同。
模型和功能相同,但以 480p 渲染——速度更快、价格更低,为 $0.17/sec,而不是 $0.34/sec。
4 到 30 秒,可通过 `duration` 参数配置。
在草稿制作、prompt迭代和高容量批量生成中,如果分辨率不如成本和速度重要,请选择 480p。
可以——传入明确的 `seed` 值,或使用 -1 让每次生成采用随机 seed。
两者都可以——480p 档位以分辨率换取速度和成本优势,因此适合草稿、prompt迭代和批量生成;720p 档位则更适合最终交付。