PixVerse API
Access PixVerse instantly with Puter.js, and add AI to any app in a few lines of code without backend or API keys.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.txt2vid("A sunrise drone shot flying over a calm ocean", {
model: "pixverse/pixverse-v5"
}).then(videoElement => {
document.body.appendChild(videoElement);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2vid("A sunrise drone shot flying over a calm ocean", {
model: "pixverse/pixverse-v5"
}).then(videoElement => {
document.body.appendChild(videoElement);
});
</script>
</body>
</html>
List of PixVerse Models
PixVerse V6
pixverse/pixverse-v6
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.
VideoPixVerse V5.6
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/pixverse-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
The PixVerse API gives you access to models for AI video generation. Through Puter.js, you can start using PixVerse models instantly with zero setup or configuration.
Puter.js supports a variety of PixVerse models, including PixVerse V6, PixVerse V5.6, and PixVerse V5. Find all AI models supported by Puter.js in the AI model list.
With the User-Pays model, users cover their own AI costs through their Puter account. This means you can build apps without worrying about infrastructure expenses.
Puter.js is a JavaScript library that provides access to AI, storage, and other cloud services directly from a single API. It handles authentication, infrastructure, and scaling so you can focus on building your app.
Yes — the PixVerse API through Puter.js works with any JavaScript framework, Node.js, or plain HTML. Just include the library and start building. See the documentation for more details.