使用 Seedance 2.5 将图像制作成 480p 视频——比 720p 档位更快、更便宜。免费试用——按次生成付费,无需订阅。
About this model
Seedance 2.5 imagen a vídeo 480p 是 Seedance 2.5 Image-to-Video 提前体验版本中速度更快、成本更低的档位,可将静态图像制作成 480p 分辨率的视频。它非常适合快速预览和草稿制作,然后再决定是否进行完整的 720p 渲染,同时仍支持最长 30 秒的片段。
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-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
使用相同的模型和功能,但以 480p 渲染——速度更快、价格更低,为 $0.17/sec,而不是 $0.34/sec。
4 到 30 秒,可通过 `duration` 参数配置。
当分辨率不如成本和速度重要时,可将 480p 用于草稿、prompt迭代和大批量生成。
可以——传入明确的 `seed` 值,或使用 -1 让每次生成都使用随机 seed。
两者都可以——480p 档位以分辨率换取速度和成本优势,因此最适合草稿、prompt迭代和批量生成;720p 档位则更适合最终交付。