← All models

videoGoogle
Veo 3.1
google/veo-3.1
Cheaper. More stable. One-stop API aggregation.
Introduction
Veo 3.1 standard (`google/veo-3.1`) covers 1080p/4K with optional audio pricing bands.
Submit through `/v1/videos` and poll for completion.
Portal from-price is $0.20/s.
See video docs for audio on/off rate pairs.
Pricing
Official$0.20/s
LumeAPIfrom $0.20 / s
per second
Last updated: July 2026Source: provider list price
1080p $0.20/s (no audio) · 1080p $0.40/s (audio) · 4K $0.40/s (no audio) · 4K $0.60/s (audio)
Endpoint
POST/v1/videos
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.
curl https://api.lumeapi.site/v1/videos \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/veo-3.1",
"prompt": "Cinematic drone shot over mountains"
}'
# then poll GET https://api.lumeapi.site/v1/videos/{id}