Pruna AI
This page is auto-generated from model configurations. Last updated: 2026-03-13.
This reference lists all available Pruna AI video generation models and their parameters. Use these parameter names when calling the Generation API.
P-Video
P-Video is a video generation model that uses a text prompt to generate a video.
Model ID: model_p-video
Capabilities: txt2video, img2video
LLM Markdown: https://app.scenario.com/api/models/model_p-video/markdown
| Parameter | Type | Required | Default | Min | Max | Allowed Values | Description |
|---|---|---|---|---|---|---|---|
prompt | string | Yes | - | - | - | - | Text prompt for video generation. |
image | file | No | - | - | - | - | Input image to generate video from. |
audio | file | No | - | - | - | - | Input audio to condition video generation. |
duration | number | No | 5 | 1 | 10 | - | Duration of the video in seconds (1-10). Ignored when audio is provided. |
aspectRatio | string | No | 16:9 | - | - | 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16 | Aspect ratio of the video. Ignored when an input image is provided. |
resolution | string | No | 720p | - | - | 720p, 1080p | Resolution of the video. |
fps | number | No | 24 | - | - | 24, 48 | Frames per second of the video. |
draft | boolean | No | false | - | - | - | Draft mode. Generates a lower-quality preview of the video. |
promptUpsampling | boolean | No | true | - | - | - | Use prompt upsampling to enhance the prompt. |
saveAudio | boolean | No | true | - | - | - | Save the video with audio. |
seed | number | No | - | - | - | - | Random seed. Set for reproducible generation. |
Updated about 4 hours ago