使用 Seedance 2.5 首尾帧生成 4K 视频——原生渲染,而非从 720p 放大。免费试用——按次生成付费,无需订阅。
About this model
Seedance 2.5 首尾帧 4K 是 Seedance 2.5 首尾帧 端点的高分辨率档位,以 4K (2160p) 原生渲染(不是从 720p 放大),价格高于标准 720p 档位。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $1.7/sec | 原生以 4K(2160p)渲染,按输出时长计费;Omni Reference 按参考内容与输出内容的合计时长计费。 |
| Fal.ai | No disponible | Fal.ai 不为这款早期体验版 Seedance 2.5 模型提供原生 4K 档位。 |
| Replicate | No disponible | Replicate 未列出 Seedance 2.5。 |
原生以 4K(2160p)渲染,按输出时长计费;Omni Reference 按参考内容与输出内容的合计时长计费。
Fal.ai 不为这款早期体验版 Seedance 2.5 模型提供原生 4K 档位。
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。 | Create a smooth transition from a cloudy sky to a quiet riverside park path, with natural camera movement and realistic lighting. |
| 首帧和末帧Imagen | array | 必须是 2 张imagen:[first_frame, last_frame]。 | https://samplelib.com/jpeg/sample-clouds-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。
Create a smooth transition from a cloudy sky to a quiet riverside park path, with natural camera movement and realistic lighting.必须是 2 张imagen:[first_frame, last_frame]。
https://samplelib.com/jpeg/sample-clouds-400x300.jpg生成vídeo的duración(秒)。
5salidavídeo的relación de aspecto。
16:9用于复现生成结果的semilla。使用 -1 表示随机。
42启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。
falseDeveloper documentation
选择起始图像和结束图像
images_list 中提供恰好 2 个图像 URL。描述转场,并配置 duration/aspect_ratio。
通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-first-last-frame-4k \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Create a smooth transition from a cloudy sky to a quiet riverside park path.",
"images_list": ["https://example.com/start.jpg", "https://example.com/end.jpg"],
"duration": 8
}'
GET /api/v1/predictions/{request_id}/result,直到 status 为 completed,然后从 output 获取视频 URL。Frequently asked
模型和功能相同,但以 4K (2160p) 原生渲染而非放大——$1.7/sec,而不是 $0.34/sec(按视频总时长计费)。
4 到 30 秒,可通过 `duration` 参数配置。
可以——传入明确的 `seed` 值,或使用 -1 让每次生成采用随机 seed。
在分辨率最重要的最终交付物中使用 4K——例如广播、大屏幕或面向客户的作品。草稿和迭代可使用 720p 或 480p 以节省成本。