PixVersebestText → VideoImage → Video
PixVerse v6
pixverse/v6
Estimated
$0.40 / 5s @ 720p
Latest Pixverse model with support for up to 15-second videos, customizable duration from 1 to 15 seconds and audio generation.
Audio 360p–1080p 1–15s
Image input is passed as a base64 data URI.
Input schema
The exact fields accepted by this model. Values are validated before a generation starts.
promptstringrequiredText prompt describing the video.
Range: −∞ — 2048
negative_promptstringThings to avoid in the output.
Range: −∞ — 2048
image_inputimageBase64-encoded reference image for image-to-video.
durationintegerrequireddefault: 5Clip length.
Range: 1 — 15
aspect_ratiostringrequireddefault: "16:9"Aspect ratio of the output.
16:94:31:13:49:162:33:221:9qualitystringrequireddefault: "720p"Output quality.
360p540p720p1080pgenerate_audiobooleanrequireddefault: trueGenerates audio for the video.
seedintegerControls reproducibility. Leave empty for a random seed.
Range: 0 — +∞
Default values
{
"duration": 5,
"aspect_ratio": "16:9",
"quality": "720p",
"generate_audio": true
}