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": "<your prompt>"
}'
# 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": "<your prompt>"}'Examples
Parameters
Input
prompt string required
Text prompt describing the video to generate
aspect_ratio string optional default: "16:9"
Video aspect ratio
duration integer optional default: 5
Video duration in seconds (1 to 15)
generate_audio boolean optional default: true
Whether to generate audio with the video
image_input string optional
Base64-encoded reference image for image-to-video generation (data:image/...;base64,...). The image will be uploaded to Pixverse automatically.
negative_prompt string optional
Negative text prompt
quality string optional default: "720p"
Video quality
seed integer optional
Random seed for reproducibility
Output
video: URL to the generated video