← All models
Veo 3.1 Lite — video model on LumeAPI

Veo 3.1 Lite

veo3.1-lite

Cheaper. More stable. One-stop API aggregation.

Introduction

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.

Pricing

Official$0.05/s
LumeAPIfrom $0.03 / 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-lite
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}