← All models
Veo 3.1 — video model on LumeAPI

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

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 examplegoogle/veo-3.1
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}