Overview
PixVerse V6 Text to Video is a text-to-video API that generates a video from a text prompt with flexible duration and cinematic aspect ratios. Compared to PixVerse V5.5, version 6 unlocks any integer duration from1 to 15 seconds (instead of fixed 5, 8, or 10) and adds three aspect ratios: portrait_2_3, landscape_3_2, and cinematic_21_9. Native synchronized audio, multi-clip output, and prompt reasoning are all preserved.
Key capabilities
- Flexible duration (1-15 seconds): any integer length from
1to15, with default5(previously fixed to5,8, or10) - Extended aspect ratios:
widescreen_16_9(default),classic_4_3,square_1_1,traditional_3_4,social_story_9_16, plusportrait_2_3,landscape_3_2, andcinematic_21_9 - Native synchronized audio: enable
generate_audio_switchto produce music, sound effects, or dialogue together with the video - Multi-clip with dynamic cameras: enable
generate_multi_clip_switchfor multi-clip output with camera changes in a single generation - Prompt reasoning (
thinking_type): chooseenabled(default),disabled, orautoto control whether the model rewrites the prompt before rendering - Resolutions:
360p,540p,720p,1080p - Visual styles:
anime,3d_animation,clay,cyberpunk,comic - Async processing: poll the task endpoint or receive a webhook notification on completion
Use cases
- Marketing and ads: promotional clips in any length that fits the channel, with synchronized audio
- Cinematic content: widescreen
cinematic_21_9sequences for teasers and film-style shots - Social content: vertical
social_story_9_16orportrait_2_3clips for TikTok, Instagram Reels, and YouTube Shorts - Short films: longer 10-15 second sequences with multi-clip camera transitions
- Stylized shorts:
anime,cyberpunk, orclaylooks for art and concept work
POST /v1/ai/text-to-video/pixverse-v6
Generate a video from a text prompt with PixVerse V6
GET /v1/ai/text-to-video/pixverse-v6/{task-id}
Get task status and result by ID
GET /v1/ai/text-to-video/pixverse-v6
List all PixVerse V6 text-to-video tasks
Parameters
Frequently Asked Questions
What is the difference between PixVerse V6 and PixVerse V5.5 for text to video?
What is the difference between PixVerse V6 and PixVerse V5.5 for text to video?
PixVerse V6 introduces flexible duration (any integer from
1 to 15 seconds instead of fixed 5, 8, or 10) and three additional aspect ratios: portrait_2_3, landscape_3_2, and cinematic_21_9. Native synchronized audio, multi-clip output, and prompt reasoning work the same as in V5.5.Which durations are supported?
Which durations are supported?
PixVerse V6 accepts any integer duration from
1 to 15 seconds, with a default of 5. You are no longer limited to fixed steps, so you can match the exact shot length you need.What aspect ratios does PixVerse V6 add?
What aspect ratios does PixVerse V6 add?
On top of
widescreen_16_9, classic_4_3, square_1_1, traditional_3_4, and social_story_9_16, PixVerse V6 adds portrait_2_3, landscape_3_2, and cinematic_21_9 for portrait, landscape, and cinematic framing.How does native audio generation work?
How does native audio generation work?
Set
generate_audio_switch to true and PixVerse V6 produces synchronized audio (background music, sound effects, or dialogue) together with the video in a single request. No separate audio call is required.What does thinking_type control?
What does thinking_type control?
thinking_type controls prompt reasoning. enabled (default) rewrites the prompt automatically for better results, disabled uses the prompt exactly as written, and auto lets the model decide based on the input.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
- Duration selection: pick the shortest duration that conveys your shot to reduce processing time and cost; reserve 10-15s for narrative sequences
- Aspect ratio: use
cinematic_21_9for film-style shots andsocial_story_9_16orportrait_2_3for vertical social formats - Audio: enable
generate_audio_switchonly when you want the model to author audio; otherwise leave itfalseand mix your own track externally - Prompt reasoning: leave
thinking_typeasenabledfor general prompts; switch todisabledwhen you need literal prompt adherence - 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: prior version with fixed
5/8/10second durations and five aspect ratios. See the PixVerse V5.5 Text to Video overview. - PixVerse V5 Text to Video: earlier version without audio, multi-clip, or 10-second support. See the PixVerse V5 Text to Video overview.
- PixVerse V6 (image-to-video): animate an existing image or interpolate a first/last frame transition. See the PixVerse V6 overview.