Pruna P Video is Now on Segmind: Fast $0.005 Video Generation
Generate AI videos from text for $0.005 per clip with Pruna P Video on Segmind. 7 aspect ratios, 3 to 15 second clips, 10s generation time.
Demand for AI video content is surging across social media, advertising, and short-form platforms. Creators and agencies are racing to generate dozens of video variants without hiring production teams or waiting weeks for shoots. Today, we're excited to bring Pruna P Video to Segmind, making high-speed, affordable video generation accessible to anyone building video-centric applications.
What is Pruna P Video?
Pruna P Video transforms text prompts into stunning 720p video clips in approximately 10 seconds. Built by Pruna AI, this model stands out for its combination of raw speed and cost efficiency: at just $0.005 per generation, it's one of the most affordable text-to-video APIs on the market. The model supports seven aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3), durations from 3 to 15 seconds, and optional seed control for reproducibility. For quick previews and iteration, draft mode runs 4x faster, letting you experiment before committing to full quality.
What You Can Build
- Marketing agencies: Generate dozens of ad variants in minutes across vertical and horizontal formats. Test messaging, visuals, and calls-to-action without reshooting.
- Film and studios: Rapid pre-visualization and concept art for cinematic scenes. Explore scene compositions, camera movements, and visual effects before principal photography.
- Production houses and MCNs: Automate YouTube Shorts and TikTok clips at scale. Build social content calendars with AI-generated footage that complements your core creative assets.
See It in Action
Pruna P Video handles cinematic lighting, camera motion, and complex scenes with remarkable detail.
Get Started
The API is straightforward. Here's a quick example to generate your first video:
import requests
response = requests.post(
"https://api.segmind.com/v1/p-video",
headers={"x-api-key": "YOUR_API_KEY"},
json={
"prompt": "A cinematic aerial shot of a coastal city at golden hour",
"aspect_ratio": "16:9",
"duration": 5
}
)
with open("output.mp4", "wb") as f:
f.write(response.content)Head over to our Pruna P Video page for full documentation, interactive examples, and API keys to start generating videos today. At $0.005 per clip, you can produce hundreds of videos for less than the cost of a single shoot.