← All models
Veo 3.1 Fast — video model on LumeAPI

Veo 3.1 Fast

veo3.1-fast

Cheaper. More stable. One-stop API aggregation.

Introduction

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.

Pricing

Official$0.10/s
LumeAPIfrom $0.05 / s
per second

Endpoint

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.

Call exampleveo3.1-fast
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}