← All models
PixVerse V6 is PixVerse's flagship video generation model with synchronized audio, multi-shot sequences, and precise camera control. Run PixVerse V6 with an API.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 0.625 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| image | string | Image to use for the first frame of the video |
| promptrequired | string | Text prompt for video generation |
| quality | —enum: 360p, 540p, 720p, 1080p | Resolution of the video. Higher resolutions cost more. See pricing for details. |
| duration | —enum: 5, 8, 10, 15 | Duration of the video in seconds. Billing is per second. |
| resolution | stringenum: 360p, 540p, 720p, 1080p | |
| aspect_ratio | —enum: 16:9, 9:16, 1:1 | Aspect ratio of the video. Only used for text-to-video. Ignored when image or last_frame_image is provided. |
| negative_prompt | string | Negative prompt to avoid certain elements in the video |
| last_frame_image | string | Use to generate a video that transitions from the first image to the last image. Must be used with image. |
| generate_audio_switch | boolean | Enable AI-generated audio including BGM, SFX, and character dialogues |
| generate_multi_clip_switch | boolean | Enable multi-shot generation for cinematic sequences with scene transitions. Only available for text-to-video and image-to-video (not transitions). |
| style | — | The style of the generated video |
| image_url | string | URL of the image to use as the first frame |
| thinking_type | — | Prompt optimization mode: 'enabled' to optimize, 'disabled' to turn off, 'auto' for model decision |