关于此模型
PixVerse V6 图生视频可在文本提示词引导下,将任意静态图像制作成高质量视频。支持最高 1080p 分辨率、最长 15 秒时长、提示词优化模式以及可选的 AI 生成音频。
成本分析
| 提供商 | 费用 | 备注 |
|---|---|---|
| muapiapp | 起价 $0.033/秒 (360p, no 音频) to $0.150/秒 (1080p, with 音频) | Per-second 定价. Default 720p without audio: $0.059/s. |
| Fal.ai | 暂不可用 | PixVerse V6 image-to-video is 不可用 on Fal.ai. |
| Replicate | 暂不可用 | PixVerse V6 image-to-video is 不可用 on Replicate. |
Per-second 定价. Default 720p without audio: $0.059/s.
PixVerse V6 image-to-video is 不可用 on Fal.ai.
PixVerse V6 image-to-video is 不可用 on Replicate.
** 竞品价格根据相似模型架构和使用层级估算。
配置参数
| 参数 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| 提示词 | string | 所需视频运动和内容的文本描述。 | Cracks spread across the statue as it suddenly comes to life. Stone pieces fall off while glowing energy emerges from inside. The statue pulls itself free from the sand and takes a heavy step forward, shaking the ground as dust rises into the air. |
| 图像 URL | array | Upload or provide the 输入图像 to animate. | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/pixverse-v6-i2v.mp4 |
| 分辨率 | 枚举(4 个选项) | 输出视频的分辨率。 | 720p |
| 时长(秒) | int | 视频时长(秒)。 | 5 |
| 提示词优化 | 枚举(3 个选项) | 控制提示词增强。'enabled' 会重写提示词,'disabled' 按原样使用,'auto' 由模型决定。 | auto |
| 生成音频 | boolean | Enable AI-生成的音频 for the video. | false |
所需视频运动和内容的文本描述。
Cracks spread across the statue as it suddenly comes to life. Stone pieces fall off while glowing energy emerges from inside. The statue pulls itself free from the sand and takes a heavy step forward, shaking the ground as dust rises into the air.Upload or provide the 输入图像 to animate.
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/pixverse-v6-i2v.mp4输出视频的分辨率。
720p视频时长(秒)。
5控制提示词增强。'enabled' 会重写提示词,'disabled' 按原样使用,'auto' 由模型决定。
autoEnable AI-生成的音频 for the video.
false开发者文档
提供图像:通过 images_list 字段上传或链接单个图像 URL。
编写运动提示词:描述你希望出现的运动,例如镜头平移、主体移动或环境变化等。
选择分辨率和时长:选择所需的输出质量(360p–1080p)和长度(1–15 秒)。
设置提示词优化:使用 thinking_type: auto 让模型决定是否增强提示词;使用 enabled 始终增强;使用 disabled 按原样使用提示词。
启用音频(可选):切换 generate_audio_switch,添加 AI 生成的环境声。
提交并轮询:API 返回 request_id。轮询 GET /api/v1/predictions/{request_id}/result,直到状态为 completed。
常见问答
必须通过 images_list 字段提供且只能提供一个图像 URL。
它控制提示词优化。'enabled' 会重写你的提示词以改善运动质量,'disabled' 会完全按照你写的提示词使用,而 'auto' 会让模型根据上下文自行决定。
费用按生成视频的秒数计算,并随分辨率变化。生成音频还会按秒收取附加费用。
支持任何可公开访问的图像 URL。常见格式包括 JPEG、PNG 和 WebP。