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

Vidu: Vidu Q3

vidu/vidu-q3

Access Vidu Q3 from Vidu using the Puter.js AI API for free.

Get Started

Model Card

Vidu Q3 is a video generation model from ShengShu Technology that produces up to 16 seconds of video at up to 1080p resolution and 24fps, with native audio (dialogue, sound effects, and music) generated in the same pass as the visuals instead of added afterward. It supports multi-shot sequences through built-in scene-boundary detection, so one generation can span several camera angles with automatic transitions between them.

ShengShu introduced Vidu Q3 in January 2026 and reported it ranked No. 1 in China and No. 2 globally on Artificial Analysis's video benchmark at the time. In April 2026, ShengShu added a Reference-to-Video mode that combines multiple reference inputs, such as subjects, environments, costumes, props, and visual styles, in one generation, and said Vidu Q3 then ranked No. 1 globally on Artificial Analysis and on SuperCLUE's first global Reference-to-Video leaderboard.

Max Duration 16s

seconds

Frame Rate N/A

fps

Aspect Ratio N/A

supported

Release Date Jan 30, 2026

 

Code Example

Use Vidu Q3 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: "vidu/vidu-q3"
}).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: "vidu/vidu-q3"
        }).then(video => {
            document.body.appendChild(video);
        });
    </script>
</body>
</html>

Frequently Asked Questions

How do I use Vidu Q3?

You can access Vidu Q3 by Vidu 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 Vidu Q3 free?

Integrating Vidu Q3 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 Vidu Q3?

Vidu Q3 was created by Vidu and released on Jan 30, 2026.

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

Yes — the Vidu Q3 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 Vidu Q3 to your app for free

Developers can integrate Vidu Q3 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