Vidu Q3 Pro 首尾帧可在两张关键图像之间生成流畅、电影感的过渡,并由文本提示词引导。非常适合变换揭示、场景转场、产品变形和需要从 A 到 B 实现干净可控叙事弧线的内容。
关于此模型
Vidu Q3 Pro 首尾帧可在两张关键图像之间插值生成流畅、电影感的过渡——起始帧为 image_url,结束帧为 last_image——并由文本提示词引导。它非常适合变换揭示、场景转场、产品变形和需要从 A 到 B 实现干净可控叙事弧线的故事节拍。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | $0.15 每秒 at 720p ($0.75 每 5 秒片段) | 按秒计费:360p $0.05/秒、540p $0.07/秒、720p $0.15/秒、1080p $0.16/秒。 |
| Fal.ai | 暂不可用 | Vidu Q3 Pro first-last frames is 未在 Fal.ai at this time. |
| Replicate | 暂不可用 | Vidu Q3 Pro first-last frames is 未在 Replicate at this time. |
按秒计费:360p $0.05/秒、540p $0.07/秒、720p $0.15/秒、1080p $0.16/秒。
Vidu Q3 Pro first-last frames is 未在 Fal.ai at this time.
Vidu Q3 Pro first-last frames is 未在 Replicate at this time.
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 提示词 | string | 描述过渡效果的文本提示词。 | The frozen bird begins cracking from within as glowing orange light shines through the ice. Steam bursts outward while flames ignite across the wings. The sculpture violently shatters apart and transforms into a blazing phoenix that launches upward through fire and smoke. |
| 首张图像 URL | string | 起始(首)帧图像的 URL。 | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-1.jpg |
| 末帧图像 URL | string | 结束(末)帧图像的 URL。 | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-2.jpg |
| 分辨率 | 枚举(4 个选项) | 生成视频的分辨率。 | 720p |
| 画面比例 | 枚举(5 个选项) | 输出视频的画面比例。 | 16:9 |
| 时长 | int | 生成视频的时长(秒)。 | 5 |
| 音频 | boolean | 是否为视频生成音频。 | false |
描述过渡效果的文本提示词。
The frozen bird begins cracking from within as glowing orange light shines through the ice. Steam bursts outward while flames ignite across the wings. The sculpture violently shatters apart and transforms into a blazing phoenix that launches upward through fire and smoke.起始(首)帧图像的 URL。
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-1.jpg结束(末)帧图像的 URL。
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-2.jpg生成视频的分辨率。
720p输出视频的画面比例。
16:9生成视频的时长(秒)。
5是否为视频生成音频。
false开发者文档
提供两张关键帧:传入 image_url(第一帧)和 last_image(最终帧)。模型会在两者之间进行插值。
编写过渡提示词:描述两帧之间发生的事情——包括运动、变换和镜头移动。
选择分辨率和宽高比:最终作品可选择 1080p,日常工作可选择 720p。让宽高比匹配源图像。
设置时长:选择 1–16 秒。更长的时长会为过渡提供更多表现空间。
提交:端点为异步模式——轮询 /api/v1/predictions/{request_id}/result,或使用 webhook_url。
常见问答
为了获得最干净的结果,建议使用相同的宽高比——让两张图像以及请求中的 `aspect_ratio` 保持一致,以避免裁剪或加黑边。
Q3 Pro 针对流畅且由提示词引导的插值进行了优化。选择的时长越长,模型就有越多时间在两种状态之间实现平滑过渡。
不可以——首尾帧模式需要同时提供两张图像。如果只有起始图像,请改用图生视频端点。