
veo3.1-lite
Cheaper. More stable. One-stop API aggregation.
Veo 3.1 Lite is T2V-only Veo at each tier about $0.02/s below Fast.
Model id `veo3.1-lite`.
Portal from-price is $0.03/s.
Use Lite for economical Veo drafts without reference-image workflows.
Fixed 8s · T2V only (no image_urls) · from $0.03/s (720p, no 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": "veo3.1-lite",
"prompt": "Cinematic drone shot over mountains"
}'
# then poll GET https://api.lumeapi.site/v1/videos/{id}