使用 Seedance 2.5 Testo a Video生成 1080p 视频——原生渲染,而非从 720p 放大。免费试用——按次生成付费,无需订阅。
About this model
Seedance 2.5 Testo a Video 1080p 是 Seedance 2.5 Testo a Video 端点的高分辨率档位,以 1080p 原生渲染(不是从 720p 放大),价格高于标准 720p 档位。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.85/sec | 原生以 1080p 渲染,按输出时长计费;Omni Reference 按参考内容与输出内容的合计时长计费。 |
| Fal.ai | Non disponibile | Fal.ai 不为这款早期体验版 Seedance 2.5 模型提供原生 1080p 档位。 |
| Replicate | Non disponibile | 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 |
|---|---|---|---|
| Prompt | string | 描述Video场景和运动的文本Prompt。 | A cinematic tracking shot through a city park after rain, soft cloudy light, wet pavement reflections, smooth camera movement. |
| Durata (secondi) | int | 生成Video的Durata(秒)。 | 5 |
| Proporzioni | Enum (7 options) | OutputVideo的Proporzioni。 | 16:9 |
| 种子 | int | 用于复现生成结果的Seed casuale。使用 -1 表示随机。 | 42 |
| 高比特率 | boolean | 启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。 | false |
描述Video场景和运动的文本Prompt。
A cinematic tracking shot through a city park after rain, soft cloudy light, wet pavement reflections, smooth camera movement.生成Video的Durata(秒)。
5OutputVideo的Proporzioni。
16:9用于复现生成结果的Seed casuale。使用 -1 表示随机。
42启用高比特率模式以获得更好的画面保真度,但会生成更大的文件。
falseDeveloper documentation
编写详细Prompt
配置Output
duration 设置为 4 到 30 秒,并选择 aspect_ratio。通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-text-to-video-1080p \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A cinematic tracking shot through a city park after rain, soft cloudy light, wet pavement reflections, smooth camera movement.",
"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 以节省成本。