PixVerseText → VideoImage → Video
PixVerse v5.6
pixverse/v5.6
Estimated
$0.30 / 5s @ 720p
Video generation supporting text-to-video and image-to-video with audio generation, customizable aspect ratios and up to 1080p output.
Audio 360p–1080p 5/8/10s
Duration is limited to 5, 8 or 10 seconds. Fast motion mode only at 5s / 720p.
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.
5 · 5 seconds8 · 8 seconds10 · 10 secondsaspect_ratiostringrequireddefault: "16:9"Aspect ratio of the output.
16:94:31:13:49:162:33:221:9qualitystringrequireddefault: "720p"Output quality.
360p540p720p1080pmotion_modestringdefault: "normal"Normal or fast motion.
normal · Normalfast · Fastgenerate_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",
"motion_mode": "normal",
"generate_audio": true
}