
veo3.1-quality
Cheaper. More stable. One-stop API aggregation.
Veo 3.1 Quality is the higher-fidelity fixed 8s Veo tier.
Model id `veo3.1-quality`.
Portal from-price is $0.20/s.
Prefer Quality when visual polish matters more than the Fast tier's lower rate.
Fixed 8s · standard Veo 3.1 tier (not Fast) · T2V/I2V · no reference-image mode
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": "veo3.1-quality",
"prompt": "Cinematic drone shot over mountains"
}'
# then poll GET https://api.lumeapi.site/v1/videos/{id}