Pixverse-v5

Pixverse-v5

Provider: PixVerse
Category: Video Generation
Endpoint: POST /v1/videos/generations
Context window:
Served from:

Cinematic video generation in Text-to-Video, Image-to-Video, and Transition modes with high detail, fluid motion, and lifelike animations.

At a glance

FieldValue
Model idpixverse-v5
Input modalitiestext
Output modalitiesvideo
Context window
Region
Featuresaudio, styles
NewNo
Native inferenceNo

Pricing

ChargeSpecRate
360p / 540p (5s)per video$0.45
360p / 540p (8s)per video$0.90
720p (5s)per video$0.60
720p (8s)per video$1.20
1080p (5s)per video$1.20

Example request

$curl https://api.empiriolabs.ai/v1/videos/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "pixverse-v5", "prompt": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyesScene description.
modeenumno"t2v"t2v: text-to-video. i2v: animate the attached image. transition: morph between image (start) and image_end. · Allowed: t2v, i2v, transition
resolutionenumno"720p"Allowed: 360p, 540p, 720p, 1080p
aspect_ratioenumno"16:9"Allowed: 16:9, 4:3, 1:1, 3:4, 9:16
durationenumno"5s"1080p only supports 5s. · Allowed: 5s, 8s
negative_promptstringno""
imagestringnoReference image URL. Required for i2v / transition.
image_endstringnoEnd-frame image URL for transition mode.
seednumbernoReproducibility seed.

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/pixverse-v5.