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 Turbo

vidu/vidu-q3-turbo

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

Get Started

Model Card

Vidu Q3 Turbo is the speed-optimized variant of ShengShu Technology's Vidu Q3 video model. It generates text-to-video and image-to-video clips up to 16 seconds long at resolutions from 360p to 1080p, with optional synchronized audio generated alongside the video rather than added afterward, and produces them faster than the standard Q3 model in exchange for some visual fidelity.

It accepts one reference image to animate, or two images to set the first and last frames of a clip, and offers adjustable motion intensity from subtle to dramatic. ShengShu positions it for rapid prototyping and high-volume generation, while the standard Q3 model targets maximum visual fidelity.

Max Duration 16s

seconds

Frame Rate N/A

fps

Aspect Ratio N/A

supported

Release Date Feb 20, 2026

 

Code Example

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

Frequently Asked Questions

How do I use Vidu Q3 Turbo?

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

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

Vidu Q3 Turbo was created by Vidu and released on Feb 20, 2026.

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

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

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