Try in playground
Test Pruna Video in the Runpod Hub playground.
| Endpoint | https://api.runpod.ai/v2/p-video/runsync |
| Pricing | $0.02/s (720p), $0.04/s (1080p) |
| Type | Video generation |
Request
All parameters are passed within theinput object in the request body.
Text description of the desired video content.
URL of an input image for image-to-video generation. Supports jpg, jpeg, png, webp. When provided,
aspect_ratio is ignored.URL of an audio file for audio-conditioned generation. Supports flac, mp3, wav. When provided,
duration is ignored and the video matches audio length.Video duration in seconds (1-10). Ignored when audio is provided.
Video resolution. Options:
720p, 1080p.Frames per second. Options:
24, 48.Output aspect ratio. Options:
16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 1:1. Ignored when image is provided.Seed for reproducible generation.
Enable draft mode for faster, lower-quality preview. Reduces cost by 75%.
Include audio in the output video.
Automatically enhance the prompt for better results.
Response
Unique identifier for the request.
Request status. Returns
COMPLETED on success, FAILED on error.Time in milliseconds the request spent in queue before processing began.
Time in milliseconds the model took to generate the video.
Cost calculation
Pruna Video pricing varies by resolution and draft mode:| Resolution | Standard | Draft mode |
|---|---|---|
| 720p | $0.02 per second | $0.005 per second |
| 1080p | $0.04 per second | $0.01 per second |
| Resolution | 5 seconds | 10 seconds |
|---|---|---|
| 720p | $0.10 | $0.20 |
| 1080p | $0.20 | $0.40 |