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

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.

5 · 5 seconds8 · 8 seconds10 · 10 seconds
aspect_ratiostringrequireddefault: "16:9"

Aspect ratio of the output.

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

Output quality.

360p540p720p1080p
motion_modestringdefault: "normal"

Normal or fast motion.

normal · Normalfast · Fast
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",
  "motion_mode": "normal",
  "generate_audio": true
}