← All models
P Video
P-Video is Pruna AI's fast video generation model with a built-in draft mode for 4x faster previews. Text-to-video, image-to-video, and audio-to-video in one endpoint. Use P-Video with an API.
Example
Details
- Accepts
- text + audio + image
Pricing
- Price
- 0.625 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| fps | —enum: 24, 48 | Frames per second of the video. |
| seed | integer | Random seed. Set for reproducible generation. |
| audio | string | Input audio to condition video generation. Supports flac, mp3, wav. |
| draft | boolean | Draft mode. Generates a lower-quality preview of the video. |
| image | string | Input image to generate video from (image-to-video). Supports jpg, jpeg, png, webp. |
| no_op | boolean | Health check mode - returns status without inference. |
| promptrequired | string | Text prompt for video generation. |
| duration | integer | Duration of the video in seconds (1-20). Ignored when audio is provided. |
| resolution | stringenum: 720p, 1080p | |
| save_audio | boolean | Save the video with audio. |
| aspect_ratio | —enum: 16:9, 9:16, 4:3, 3:4, 3:2, 2:3… | Aspect ratio of the video. Ignored when an input image is provided. |
| last_frame_image | string | Reference image for the last frame of the video. Supports jpg, jpeg, png, webp. |
| prompt_upsampling | boolean | Use prompt upsampling to enhance the prompt. |
| disable_safety_filter | boolean | Disable safety filter for prompts (and input image). When disabled, prompts are not checked for unsafe content before generation. |