Vidu Q3 Pro 首尾帧可在两张关键图像之间生成流畅、电影感的过渡,并由文本prompt引导。非常适合变换揭示、场景转场、产品变形和需要从 A 到 B 实现干净可控叙事弧线的内容。
About this model
Vidu Q3 Pro 首尾帧可在两张关键图像之间插值生成流畅、电影感的过渡——起始帧为 image_url,结束帧为 last_image——并由文本prompt引导。它非常适合变换揭示、场景转场、产品变形和需要从 A 到 B 实现干净可控叙事弧线的故事节拍。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.15 per second at 720p ($0.75 per 5s clip) | 按秒计费:360p $0.05/秒、540p $0.07/秒、720p $0.15/秒、1080p $0.16/秒。 |
| Fal.ai | No disponible | Vidu Q3 Pro first-last frames is not listed on Fal.ai at this time. |
| Replicate | No disponible | Vidu Q3 Pro first-last frames is not listed on Replicate at this time. |
按秒计费:360p $0.05/秒、540p $0.07/秒、720p $0.15/秒、1080p $0.16/秒。
Vidu Q3 Pro first-last frames is not listed on Fal.ai at this time.
Vidu Q3 Pro first-last frames is not listed on Replicate at this time.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 描述过渡效果的文本prompt。 | 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. |
| 首张Imagen URL | string | 起始(首)帧imagen的 URL。 | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-1.jpg |
| 末帧Imagen URL | string | 结束(末)帧imagen的 URL。 | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-2.jpg |
| Resolución | Enum (4 options) | 生成vídeo的resolución。 | 720p |
| Relación de aspecto | Enum (5 options) | salidavídeo的relación de aspecto。 | 16:9 |
| Duración (segundos) | int | 生成vídeo的duración(秒)。 | 5 |
| Audio | boolean | 是否为vídeo生成audio。 | false |
描述过渡效果的文本prompt。
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.起始(首)帧imagen的 URL。
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-1.jpg结束(末)帧imagen的 URL。
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/vidu-q3-pro-first-last-frames-2.jpg生成vídeo的resolución。
720psalidavídeo的relación de aspecto。
16:9生成vídeo的duración(秒)。
5是否为vídeo生成audio。
falseDeveloper documentation
提供两张关键帧:传入 image_url(第一帧)和 last_image(最终帧)。模型会在两者之间进行插值。
编写过渡prompt:描述两帧之间发生的事情——包括运动、变换和镜头移动。
选择分辨率和宽高比:最终作品可选择 1080p,日常工作可选择 720p。让宽高比匹配源图像。
设置时长:选择 1–16 秒。更长的时长会为过渡提供更多表现空间。
提交:端点为异步模式——轮询 /api/v1/predictions/{request_id}/result,或使用 webhook_url。
Frequently asked
为了获得最干净的结果,建议使用相同的宽高比——让两张图像以及请求中的 `aspect_ratio` 保持一致,以避免裁剪或加黑边。
Q3 Pro 针对流畅且由prompt引导的插值进行了优化。选择的时长越长,模型就有越多时间在两种状态之间实现平滑过渡。
不可以——首尾帧模式需要同时提供两张图像。如果只有起始图像,请改用imagen a vídeo端点。