All models
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.

promptstringrequired

Text prompt describing the video.

Range: −∞2048

negative_promptstring

Things to avoid in the output.

Range: −∞2048

image_inputimage

Base64-encoded reference image for image-to-video.

durationintegerrequireddefault: 5

Clip length.

Range: 115

aspect_ratiostringrequireddefault: "16:9"

Aspect ratio of the output.

16:94:31:13:49:162:33:221:9
qualitystringrequireddefault: "720p"

Output quality.

360p540p720p1080p
generate_audiobooleanrequireddefault: true

Generates audio for the video.

seedinteger

Controls reproducibility. Leave empty for a random seed.

Range: 0+∞

Default values

{
  "duration": 5,
  "aspect_ratio": "16:9",
  "quality": "720p",
  "generate_audio": true
}