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 V5.6

pixverse/pixverse-v5.6

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

Get Started

Model Card

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).

Max Duration 10s

seconds

Frame Rate N/A

fps

Aspect Ratio N/A

supported

Release Date Jan 26, 2026

 

Code Example

Use PixVerse V5.6 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-v5.6"
}).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-v5.6"
        }).then(video => {
            document.body.appendChild(video);
        });
    </script>
</body>
</html>

Frequently Asked Questions

How do I use PixVerse V5.6?

You can access PixVerse V5.6 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 V5.6 free?

Integrating PixVerse V5.6 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 V5.6?

PixVerse V5.6 was created by PixVerse and released on Jan 26, 2026.

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

Yes — the PixVerse V5.6 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 V5.6 to your app for free

Developers can integrate PixVerse V5.6 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