← All models
Pixverse's latest v6 Model.
Example
Details
- Accepts
- video
Pricing
- Price
- 0.625 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for generation |
| style | — | The style of the extended video |
| promptrequired | string | Prompt describing how to extend the video. Limited to 2048 UTF-8 encoded bytes. Because the limit counts bytes rather than characters, emoji and non-Latin or accented characters (which use multiple bytes each) can push a visually short prompt over the cap. |
| duration | integer | The duration of the generated video in seconds. v6 supports values from 1 to 15 seconds |
| video_urlrequired | string | URL of the input video to extend |
| resolution | stringenum: 360p, 540p, 720p, 1080p | The resolution of the generated video |
| negative_prompt | string | Negative prompt to be used for the generation. Limited to 2048 UTF-8 encoded bytes. Because the limit counts bytes rather than characters, emoji and non-Latin or accented characters (which use multiple bytes each) can push a visually short prompt over the cap. |
| generate_audio_switch | boolean | Enable audio generation (BGM, SFX, dialogue). |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The extended video |