prunaai/p-video
Fast video generation with built-in draft mode for rapid creative iteration. Text-to-video, image-to-video, and audio-to-video in a single endpoint.
Capabilities
Cost
Community model (estimated from hardware time)
Input Parameters
| Name | Type | Description | Default | Constraints |
|---|---|---|---|---|
prompt * | string | Text prompt for video generation. | — | — |
aspect_ratio | string | Aspect ratio of the video. Ignored when an input image is provided. | "16:9" | 16:9 9:16 4:3 3:4 3:2 2:3 1:1 |
audio | string (uri) | Input audio to condition video generation. Supports flac, mp3, wav. | — | — |
disable_safety_filter | boolean | Disable safety filter for prompts (and input image). When disabled, prompts are not checked for unsafe content before generation. | true | — |
draft | boolean | Draft mode. Generates a lower-quality preview of the video. | false | — |
duration | integer | Duration of the video in seconds (1-20). Ignored when audio is provided. | 5 | min: 1, max: 20 |
fps | integer | Frames per second of the video. | 24 | 24 48 |
image | string (uri) | Input image to generate video from (image-to-video). Supports jpg, jpeg, png, webp. | — | — |
last_frame_image | string (uri) | Reference image for the last frame of the video. Supports jpg, jpeg, png, webp. | — | — |
no_op | boolean | Health check mode - returns status without inference. | false | — |
prompt_upsampling | boolean | Use prompt upsampling to enhance the prompt. | true | — |
resolution | string | Resolution of the video. | "720p" | 720p 1080p |
save_audio | boolean | Save the video with audio. | true | — |
seed | integer | Random seed. Set for reproducible generation. | — | — |
prompt required string Text prompt for video generation.
aspect_ratio string Aspect ratio of the video. Ignored when an input image is provided.
"16:9" audio string Input audio to condition video generation. Supports flac, mp3, wav.
disable_safety_filter boolean Disable safety filter for prompts (and input image). When disabled, prompts are not checked for unsafe content before generation.
true draft boolean Draft mode. Generates a lower-quality preview of the video.
false duration integer Duration of the video in seconds (1-20). Ignored when audio is provided.
5 min: 1, max: 20 fps integer Frames per second of the video.
24 image string Input image to generate video from (image-to-video). Supports jpg, jpeg, png, webp.
last_frame_image string Reference image for the last frame of the video. Supports jpg, jpeg, png, webp.
no_op boolean Health check mode - returns status without inference.
false prompt_upsampling boolean Use prompt upsampling to enhance the prompt.
true resolution string Resolution of the video.
"720p" save_audio boolean Save the video with audio.
true seed integer Random seed. Set for reproducible generation.
68b33d8ba118 Updated: 6/26/2026 1.4M runs
cinemasetfree.com