← All models
Veo 3.1 Quality — video model on LumeAPI

Veo 3.1 Quality

veo3.1-quality

Cheaper. More stable. One-stop API aggregation.

Introduction

Veo 3.1 Quality is the higher-fidelity fixed 8s Veo tier.

Model id `veo3.1-quality`.

Portal from-price is $0.20/s.

Prefer Quality when visual polish matters more than the Fast tier's lower rate.

Pricing

Official$0.20/s
LumeAPIfrom $0.20 / 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-quality
curl https://api.lumeapi.site/v1/videos \
  -H "Authorization: Bearer $LUMEAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "veo3.1-quality",
    "prompt": "Cinematic drone shot over mountains"
  }'
# then poll GET https://api.lumeapi.site/v1/videos/{id}