使用 Seedance 2.5 이미지 투 비디오生成 1080p 视频——原生渲染,而非从 720p 放大。免费试用——按次生成付费,无需订阅。
About this model
Seedance 2.5 이미지 투 비디오 1080p 是 Seedance 2.5 이미지 투 비디오 端点的高分辨率档位,以 1080p 原生渲染(不是从 720p 放大),价格高于标准 720p 档位。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.85/sec | 原生以 1080p 渲染,按输出时长计费;Omni Reference 按参考内容与输出内容的合计时长计费。 |
| Fal.ai | 제공되지 않음 | Fal.ai 不为这款早期体验版 Seedance 2.5 模型提供原生 1080p 档位。 |
| Replicate | 제공되지 않음 | Replicate 未列出 Seedance 2.5。 |
原生以 1080p 渲染,按输出时长计费;Omni Reference 按参考内容与输出内容的合计时长计费。
Fal.ai 不为这款早期体验版 Seedance 2.5 模型提供原生 1080p 档位。
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
准备图像
编写运动프롬프트
通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-image-to-video-1080p \
-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
模型和功能相同,但以 1080p 原生渲染而非放大——$0.85/sec,而不是 $0.34/sec(按视频总时长计费)。
4 到 30 秒,可通过 `duration` 参数配置。
可以——传入明确的 `seed` 值,或使用 -1 让每次生成采用随机 seed。
在分辨率最重要的最终交付物中使用 1080p——例如广播、大屏幕或面向客户的作品。草稿和迭代可使用 720p 或 480p 以节省成本。