Pixverse C1
Alibaba
pixverse/pixverse-c1
PixVerse C1, action & effects
Context Window
—
Max Output
—
About this model
PixVerse C1 is a PixVerse model specialized in dynamic scenes, excelling at fighting, magic, and action effects.
Billed per second at $0.06. Access via Chuizi.AI's Bailian gateway with a ck- API key.
Highlights
Action effects
Fighting scenes
Magic effects
Dynamic generation
Best For
Action videoVFX scenesGame trailersCreative shorts
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
main.py
import requests payload = { "model": "pixverse/pixverse-c1", "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())