PixVerse: PixVerse V6
pixverse/pixverse-v6
Access PixVerse V6 from PixVerse using the Puter.js AI API for free.
Get StartedModel Card
PixVerse V6 is an AI video generation model that adds native audio generation, multi-shot sequences, and improved camera work over V5.6. It can generate a multi-shot short film with synchronized audio from a single prompt, rendering camera moves such as tracking shots, perspective shifts, and environmental reveals with fewer artifacts than earlier versions.
The model also holds character emotion and facial expression more consistently across shot changes. It generates video at 360p, 540p, 720p, or 1080p, and removes the fixed duration presets used in earlier versions, supporting any clip length from 1 to 15 seconds at every resolution, billed per second instead of per generation.
PixVerse V6 is also available through a command-line interface for coding agents, including Claude Code, Codex, Cursor, and OpenClaw.
Max Duration 15s
seconds
Frame Rate N/A
fps
Aspect Ratio N/A
supported
Release Date Mar 30, 2026
Code Example
Use PixVerse V6 in your app with the Puter.js AI API — no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.txt2vid("A cat playing with a ball of yarn", {
model: "pixverse/pixverse-v6"
}).then(video => {
document.body.appendChild(video);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2vid("A cat playing with a ball of yarn", {
model: "pixverse/pixverse-v6"
}).then(video => {
document.body.appendChild(video);
});
</script>
</body>
</html>
More AI Models From PixVerse
PixVerse V5.6
PixVerse V5.6 is an AI video generation model that follows PixVerse V5, adding audio-visual synchronization and multi-shot camera control. It generates background music, sound effects, and multilingual character dialogue alongside the video, and can vary shot scale within a single generation, from wide shots to close-ups to aerial perspectives. The model also reduces distortion in complex motion, improves how fabric and liquids behave on screen, and can hold up to three distinct character identities in one scene. It adds end frame control, letting you set both the first and last frame of a clip. PixVerse V5.6 generates video at 360p, 540p, 720p, or 1080p, in 16:9, 4:3, 1:1, 3:4, or 9:16 aspect ratios, with clip lengths of 5, 8, or 10 seconds (1080p is capped at 8 seconds).
VideoPixVerse V5
PixVerse V5 is an AI video generation model that converts text or images into cinematic-quality videos with smooth motion, fast rendering speeds, and enhanced prompt adherence. It excels at creating high-fidelity videos with natural camera movements and consistent visual styling across frames. The model is ranked among the top performers in image-to-video and text-to-video benchmarks.
Frequently Asked Questions
You can access PixVerse V6 by PixVerse through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required.
Integrating PixVerse V6 through the Puter.js AI API is free under the User-Pays Model. Each user pays for their own AI usage through their Puter account.
PixVerse V6 was created by PixVerse and released on Mar 30, 2026.
Yes — the PixVerse V6 API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Add PixVerse V6 to your app for free
Developers can integrate PixVerse V6 for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.