You're looking at a specific version of this model. Jump to the model overview.

pixverse /pixverse-v6:1f6e2dbe

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
Text prompt for video generation
image
string
Image to use for the first frame of 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.
quality
None
540p
Resolution of the video. Higher resolutions cost more. See pricing for details.
aspect_ratio
None
16:9
Aspect ratio of the video. Only used for text-to-video. Ignored when image or last_frame_image is provided.
duration
None
5
Duration of the video in seconds. Billing is per second.
negative_prompt
string
Negative prompt to avoid certain elements in the video
seed
integer
Random seed. Set for reproducible generation
generate_audio_switch
boolean
False
Enable AI-generated audio including BGM, SFX, and character dialogues
generate_multi_clip_switch
boolean
False
Enable multi-shot generation for cinematic sequences with scene transitions. Only available for text-to-video and image-to-video (not transitions).

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}