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
Aliases
pixverse-c1Pricing (per 1M tokens)
| Pricing (per 1M tokens) | / 1M tokens |
|---|---|
| Input / 1M | $0.0000 |
| Output / 1M | $0.0000 |
Final prices shown
Quick Start
main.py
from openai import OpenAI client = OpenAI( base_url="https://api.chuizi.ai/v1", api_key="ck-your-key-here", ) response = client.chat.completions.create( model="pixverse/pixverse-c1", messages=[{"role": "user", "content": "Hello!"}], ) print(response.choices[0].message.content)