Overview
PixVerse V5 Text to Video is a text-to-video API that generates a video directly from a text prompt, with no input image required. Describe the scene inprompt and control the output with aspect ratio, resolution, duration, and visual style. It produces 5 or 8 second clips at up to 1080p, making it a fast option for social content, ads, and concept work.
Key capabilities
- Text-only generation: create a video from a
promptalone, no source image needed - Duration (5 or 8 seconds):
5(default) or8; 8-second videos cost double, and 1080p output is limited to 5 seconds - Resolutions:
360p,540p,720p,1080p - Aspect ratios:
widescreen_16_9(default),classic_4_3,square_1_1,traditional_3_4,social_story_9_16 - Visual styles:
anime,3d_animation,clay,cyberpunk,comic - Negative prompt and seed: refine output with
negative_promptand reproduce results withseed - Async processing: poll the task endpoint or receive a webhook notification on completion
Use cases
- Marketing and ads: short promotional clips generated straight from a copy line or brief
- Social content: vertical
social_story_9_16clips for TikTok, Instagram Reels, and YouTube Shorts - Concept and pitching: quick visual drafts from a written idea before committing to production
- Stylized shorts:
anime,cyberpunk, orclaylooks for art and design work - Prototyping: fast iteration on prompt and style variations with a fixed
seed
POST /v1/ai/text-to-video/pixverse-v5
Generate a video from a text prompt with PixVerse V5
GET /v1/ai/text-to-video/pixverse-v5/{task-id}
Get task status and result by ID
GET /v1/ai/text-to-video/pixverse-v5
List all PixVerse V5 text-to-video tasks
Parameters
Frequently Asked Questions
What is PixVerse V5 Text to Video and how does it work?
What is PixVerse V5 Text to Video and how does it work?
PixVerse V5 Text to Video generates a video from a text
prompt without any input image. You submit the prompt and optional controls, receive a task ID immediately, then poll the task endpoint or receive a webhook notification when the video is ready.Do I need an input image?
Do I need an input image?
No. This is a text-only endpoint: the video is generated entirely from your
prompt. To animate from an existing image, use an image-to-video PixVerse endpoint instead.Which durations and resolutions are supported?
Which durations and resolutions are supported?
PixVerse V5 supports
5 (default) or 8 second durations and resolutions of 360p, 540p, 720p, and 1080p. 8-second videos cost double, and 1080p output is limited to 5 seconds.What aspect ratios are available?
What aspect ratios are available?
Five ratios:
widescreen_16_9 (default), classic_4_3, square_1_1, traditional_3_4, and social_story_9_16. Use social_story_9_16 for vertical social formats.How do I reproduce the same video?
How do I reproduce the same video?
Pass the same
seed together with the same prompt and model version. Identical inputs produce the same video every time, which is useful for controlled iteration.What are the rate limits and pricing?
What are the rate limits and pricing?
Rate limits and pricing depend on your subscription tier. See Rate Limits and the Pricing page for current values.
Best practices
- Prompt detail: describe subject, setting, motion, and mood explicitly for stronger, more controllable results
- Duration selection: use
5seconds for most shots to reduce cost; reserve8seconds when the extra length is needed - Resolution vs duration: request 1080p only for 5-second clips; use 720p or lower for 8-second output
- Style consistency: set a single
styleper project and keepseedfixed to compare prompt variations - Production integration: use
webhook_urlinstead of polling for scalable workflows - Error handling: implement retry with exponential backoff for 503 responses
Related APIs
- PixVerse V5.5 Text to Video: adds native audio, multi-clip output, prompt reasoning, and 10-second duration. See the PixVerse V5.5 Text to Video overview.
- PixVerse V6 Text to Video: adds flexible 1-15 second durations and extra aspect ratios. See the PixVerse V6 Text to Video overview.
- PixVerse V5 (image-to-video): animate an existing image instead of generating from text. See the PixVerse V5 overview.