--- title: Pruna AI | Scenario Docs --- > This page is auto-generated from model configurations. Last updated: 2026-04-09. This reference lists all available **Pruna AI** video generation models and their parameters. Use these parameter names when calling the [Generation API](/api/postgeneratecustom/index.md). - [P-Video](#p-video) --- ## 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:** | 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. | | `lastFrameImage` | file | No | - | - | - | - | Input image to generate video from. | | `audio` | file | No | - | - | - | - | Input audio to condition video generation. | | `duration` | number | No | `5` | 1 | 20 | - | Duration of the video in seconds (1-20). 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. |