← All models
Vidu Q3 Pro — video model on LumeAPI

Vidu Q3 Pro

viduq3-pro

Cheaper. More stable. One-stop API aggregation.

Introduction

Vidu Q3 Pro (Shengshu) generates native audio+video across 540p/720p/1080p.

Model id `viduq3-pro`.

Portal from-price is $0.07/s.

Use it when you want synchronized sound without a separate audio pipeline.

Pricing

Official$0.14/s
LumeAPIfrom $0.07 / s
per second

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call exampleviduq3-pro
curl https://api.lumeapi.site/v1/videos \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "viduq3-pro",
    "prompt": "Cinematic drone shot over mountains"
  }'
# then poll GET https://api.lumeapi.site/v1/videos/{id}