Pixverse V6

Alibaba
pixverse/pixverse-v6

PixVerse V6, multi-shot video

Context Window

Max Output

About this model

PixVerse V6 is a general-purpose AI video generation model by PixVerse, supporting multi-shot generation and diverse styles.

Billed per second at $0.06. Access via Chuizi.AI's Bailian gateway with a ck- API key.

Highlights

Multi-shot
Diverse styles
General-purpose
Cost-effective

Best For

Multi-shot narrativesStylized videoSocial mediaContent creation
2026-03-01

Capabilities

Video Gen

Pricing (per 1M tokens)

Pricing (per 1M tokens)/ 1M tokens
Input / 1M$0
Output / 1M$0

Final prices shown

Quick Start

import requests

payload = {
    "model": "pixverse/pixverse-v6",
    "prompt": "A cinematic product video of a developer dashboard",
    "resolution": "1080P",
    "duration": 5
  }

response = requests.post(
    "https://api.chuizi.ai/v1/videos/generations",
    headers={
        "Authorization": "Bearer ck-your-key-here",
        "Content-Type": "application/json",
    },
    json=payload,
)
print(response.json())

FAQ

Related Models