← All models
Pixverse Transition
Example
Details
- Accepts
- image
Pricing
- Price
- 6.25 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of the model will output the same video every time. |
| style | — | The style of the generated video |
| promptrequired | string | The prompt for the transition. 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 | stringenum: 5, 8, 10 | The duration of the generated video in seconds. Longer durations cost more. 1080p videos are limited to 5 or 8 seconds |
| resolution | stringenum: 360p, 540p, 720p, 1080p | The resolution of the generated video |
| aspect_ratio | stringenum: 16:9, 4:3, 1:1, 3:4, 9:16 | The aspect ratio of the generated video |
| end_image_urlrequired | string | URL of the image to use as the last frame |
| thinking_type | — | Prompt optimization mode: 'enabled' to optimize, 'disabled' to turn off, 'auto' for model decision |
| first_image_urlrequired | string | URL of the image to use as the first frame |
| 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 generated video |