Pixverse v5

Pixverse v5
PixVerse · Video Generation
POST /v1/videos/generations

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, Image
Output modalitiesVideo
Context window-
Weight precision-
Featuresaudio, styles
Native inferenceNo
NewNo
Supported endpointsPOST /v1/videos/generations

Pricing

ChargeSpecRate
360p/540p 5sper video$0.45
360p/540p 8sper video$0.90
720p 5sper video$0.60
720p 8sper video$1.20
1080p 5sper 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
promptstringyes-Scene 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"Output resolution. Larger = higher fidelity but slower / more expensive. · Allowed: 360p, 540p, 720p, 1080p
aspect_ratioenumno"16:9"Output aspect ratio (1:1, 16:9, 9:16, 4:3, 3:2, etc.). · Allowed: 16:9, 4:3, 1:1, 3:4, 9:16
durationenumno"5s"1080p only supports 5s. · Allowed: 5s, 8s
negative_promptstringno""Text description of what to avoid in the output.
imagestringno-Reference image URL. Required for i2v / transition.
image_endstringno-End-frame image URL for transition mode.
seednumberno-Reproducibility seed.

Notes

Cinematic video generation in Text-to-Video, Image-to-Video, and Transition modes.


Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/pixverse-v5.