
veo3.1-fast
Cheaper. More stable. One-stop API aggregation.
Veo 3.1 Fast (Google) runs fixed-length (8s) async video jobs with 720p/1080p/4K tiers.
Model id `veo3.1-fast`.
Portal from-price is $0.05/s.
Use Fast for quicker Veo iterations; move to Quality/standard for higher fidelity.
Fixed 8s · T2V/I2V · 720p/1080p/4K
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-fast",
"prompt": "Cinematic drone shot over mountains"
}'
# then poll GET https://api.lumeapi.site/v1/videos/{id}