Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

PixVerse: PixVerse V6

pixverse/pixverse-v6

Access PixVerse V6 from PixVerse using the Puter.js AI API for free.

Get Started

Model 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>

Frequently Asked Questions

How do I use PixVerse V6?

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.

Is PixVerse V6 free?

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.

Who created PixVerse V6?

PixVerse V6 was created by PixVerse and released on Mar 30, 2026.

Does it work with React / Vue / Vanilla JS / Node / etc.?

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.

Get started How pricing works