All models
Pruna AIpremiumText → VideoImage → Video

P-Video

pruna/p-video

Estimated

$0.45 / 5s @ 720p

Premium video generation supporting text-to-video, image-to-video and audio-conditioned generation up to 1080p at 24 or 48 fps, with configurable duration up to 20 seconds.

Audio 720p 1080p 24/48fps Up to 20s

Input schema

The exact fields accepted by this model. Values are validated before a generation starts.

promptstringrequired

Text prompt describing the video.

imageimage

Input image (jpg/jpeg/png/webp, URL or data URI). When provided, aspect ratio is ignored.

audiostring

Audio used to condition generation (flac/mp3/wav). When provided, duration is ignored.

durationintegerrequireddefault: 5

Clip length.

Range: 120

resolutionstringrequireddefault: "720p"

Output resolution.

720p · 720p HD1080p · 1080p Full HD
fpsintegerrequireddefault: 24

Frames per second.

24 · 24 fps48 · 48 fps
aspect_ratiostringrequireddefault: "16:9"

Ignored when an image is provided.

16:99:164:33:43:22:31:1
draftbooleanrequireddefault: false

Lower-quality preview for fast iteration.

prompt_upsamplingbooleanrequireddefault: true

Enhances the prompt.

seedinteger

Controls reproducibility. Leave empty for a random seed.

Range: 0+∞

Default values

{
  "duration": 5,
  "resolution": "720p",
  "fps": 24,
  "aspect_ratio": "16:9",
  "draft": false,
  "prompt_upsampling": true
}