Pixverse-v5.6

Pixverse-v5.6

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

Generates videos from text or 1-2 frame image prompts up to 1080p, multiple aspect ratios, 5-10s durations, with optional synchronized audio.

At a glance

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

Pricing

ChargeSpecRate
5s 360p / 540p (no audio)per video$0.35
5s 720p (no audio)per video$0.45
5s 1080p (no audio)per video$0.75
8s 720p (no audio)per video$0.90
8s 1080p (no audio)per video$1.50
5s with audio (any res)per video0.800.80–1.50

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-6", "prompt": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringyesScene description.
modeenumno"t2v"t2v: text-to-video. i2v: animate the attached image. · Allowed: t2v, i2v
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 and 8s. · Allowed: 5s, 8s, 10s
audiobooleannotrueGenerate native audio with the video.
imagestringnoReference image URL. Required for i2v.
styleenumno"none"Stylization preset. · Allowed: none, anime, 3d_animation, clay, comic, cyberpunk
thinkingenumno"auto"Whether the model uses chain-of-thought before generating. auto lets PixVerse decide. · Allowed: auto, enabled, disabled
negative_promptstringno""What to avoid (≤2048 chars).
seednumbernoReproducibility seed.

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