
viduq3-pro
Cheaper. More stable. One-stop API aggregation.
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.
540p $0.07/s · 720p $0.13/s · 1080p $0.14/s · duration 1–16s · native audio
POST/v1/videos
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
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}