PixVerse V6
Generate video from text or frames with motion, audio, and continuation controls.
- 文本转视频
- 图像转视频
体验场
输入
Video content description
Input image URL array for image-to-video mode (only the first image is used)
First frame image URL for transition mode. Must be provided together with lastFrameImage
Last frame image URL for transition mode. Must be provided together with firstFrameImage
运行费用将从您的余额中扣除。
输出
输出将显示在此处。
定价
| 选项 | 每次生成的价格 | fal.ai | 您节省的金额 |
|---|---|---|---|
| Audio: no · Resolution: 360p · Duration: 1s | $0.024 | $0.025 | −5% |
| Audio: yes · Resolution: 360p · Duration: 1s | $0.033 | $0.035 | −5% |
| Audio: no · Resolution: 540p · Duration: 1s | $0.033 | $0.035 | −5% |
| Audio: yes · Resolution: 540p · Duration: 1s | $0.043 | $0.045 | −5% |
| Audio: no · Resolution: 720p · Duration: 1s | $0.043 | $0.045 | −5% |
| Audio: yes · Resolution: 720p · Duration: 1s | $0.057 | $0.06 | −5% |
| Audio: no · Resolution: 1080p · Duration: 1s | $0.086 | $0.09 | −5% |
| Audio: yes · Resolution: 1080p · Duration: 1s | $0.109 | $0.115 | −5% |
快速开始
完整 API 参考 →1curl -X POST https://api.api-stock.com/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "pixverse-v6",6 "input": {7 "prompt": "黄昏时分城市的电影感镜头",8 "resolution": "540p",9 "duration": 5,10 "size": "16:9",11 "seed": 0,12 "audio": false,13 "watermark": false,14 "generateMultiClipSwitch": false15 }16 }'
参数
| 名称 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
prompt | string | 是 | — | Video content description |
resolution | string | 否 | 540p | Video resolution tier (affects pricing)以下之一:360p, 540p, 720p, 1080p |
duration | number | 否 | 5 | Video duration in seconds (1-15). Transition mode only supports 5 or 8 |
size | string | 否 | 16:9 | Video aspect ratio. Only effective in text-to-video and multi-reference fusion modes以下之一:16:9, 4:3, 1:1, 3:4, 9:16, 2:3, 3:2, 21:9 |
seed | number | 否 | 0 | Random seed |
negativePrompt | string | 否 | — | Negative prompt to exclude unwanted content |
audio | boolean | 否 | false | Whether to generate an audio track (increases pricing) |
watermark | boolean | 否 | false | Whether to add a watermark in the bottom-right corner |
motionMode | string | 否 | — | Motion mode. pixverse-v6 only supports "normal"以下之一:normal |
generateMultiClipSwitch | boolean | 否 | false | Whether to generate a multi-clip continuous video. Only supported in text-to-video and image-to-video modes |
imageUrls | string[] | 否 | — | Input image URL array for image-to-video mode (only the first image is used) |
firstFrameImage | string | 否 | — | First frame image URL for transition mode. Must be provided together with lastFrameImage |
lastFrameImage | string | 否 | — | Last frame image URL for transition mode. Must be provided together with firstFrameImage |
imgReferences | string[] | 否 | — | Reference image URLs for multi-reference fusion mode (1-7 images) |
extendFromTaskId | string | 否 | — | Source task ID for video extension mode |
常见问题
PixVerse V6 的费用是多少?
PixVerse V6 通过 API Stock API 的起价为 $0.024 每次生成。您按使用量从单个预付余额中支付——无需订阅——最终价格会根据分辨率或时长等参数浮动。
如何调用 PixVerse V6 API?
向 https://api.api-stock.com/api/v1/generation/create 发送 POST 请求,并附上您的 API 密钥和模型 ID "pixverse-v6"。请求会返回一个任务 ID,您可以轮询该 ID;或者在结果准备就绪时通过 webhook 回调通知。上方的快速开始部分提供了一个可直接运行的示例。
PixVerse V6 接受哪些输入参数?
PixVerse V6 接受 15 个输入参数, 包括必填字段 prompt。参数表中列出了它们的类型、默认值和允许值。
如果 PixVerse V6 请求失败,会发生什么?
API Stock 会自动在备用提供商上重试请求。如果所有提供商都失败,费用会退还至您的余额。
我可以使用与其他模型相同的 API 密钥来调用 PixVerse V6 吗?
可以。API Stock 上的每个模型——视频、图像、音乐和聊天——共享一个 API 密钥和一个预付余额,因此您无需新的凭据即可切换到 PixVerse V6。