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

prunaai /p-video:36aa3158

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.
image
string
Input image for image-to-video. If not provided, generates text-to-video with 16:9 aspect ratio.
aspect_ratio
None
16:9
Output video aspect ratio.
resolution
None
720p
Output video resolution.
seconds
integer
5

Min: 3

Max: 10

Duration of the generated video in seconds.
fps
None
24
Frames per second for the output video.
prompt_upsampling
boolean
True
Use prompt upsampling to enhance the prompt.
upsampler_model
None
gemini
Which model to use for prompt upsampling.
audio
boolean
True
Generate the video with audio.
seed
integer
Random seed.

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'}