All models

Pixverse v6

pixverse/v6
PixVerse Video GenerationImage-to-VideoAudioLong Form

Pixverse v6 is the latest Pixverse video model with support for up to 15-second videos, customizable duration from 1 to 15 seconds, and audio generation.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "pixverse/v6",
    "prompt": <string>
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "pixverse/v6", "prompt": "<string>"}'

Examples

Parameters

Input
aspect_ratio string required

Video aspect ratio

duration integer required

Video duration in seconds (1 to 15)

generate_audio boolean required

Whether to generate audio with the video

image_input string

Base64-encoded reference image for image-to-video generation (data:image/...;base64,...). The image will be uploaded to Pixverse automatically.

negative_prompt string

Negative text prompt

prompt string required

Text prompt describing the video to generate

quality string required

Video quality

seed integer

Random seed for reproducibility

Output
video: URL to the generated video