LumixAI logo
PixVerse video generation API

PixVerse 5.5 API for production videos.

PixVerse 5.5 API is built for PixVerse video generation workflows that need many aspect ratios, social video formats, and iterative motion concepts.

Model slug
pixverse-5-5
Credit rate
25 credits per video
Provider
PixVerse
PixVerse 5.5 API video generation sample

Model overview

Why use PixVerse 5.5 through LumixAI?

PixVerse 5.5 video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.

Use PixVerse 5.5 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for PixVerse 5.5 API, PixVerse 5.5 video API, and PixVerse video generation API.

AI video generation

image-to-video workflows

production API integrations

Developer workflow

Call PixVerse 5.5 without a separate provider integration.

Async jobs

Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.

Credit pricing

PixVerse 5.5 starts at 25 credits per video before conditional rules.

Modality
Video
Aspect ratios
16:9, 4:3, 1:1, 3:4
Resolutions
1080p, 720p, 540p, 360p
await fetch("https://api.lumixai.live/v1/videos/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "pixverse-5-5",
    prompt: "cinematic product reveal, smooth camera motion",
    aspectRatio: "16:9",
    resolution: "1080p",
    duration: 6,
    withSoundEffects: true
  })
});

Next step

Generate your first PixVerse 5.5 video.

Generate with LumixAI