Google / google/veo-3.1-lite-generate-001

Veo 3.1 - access through LLMTR

Google Veo 3.1 Lite is the lowest unit-cost Veo tier for video generation with audio. Accepts text or a base64 image_url reference. Suited to high-volume, cost-sensitive pipelines. Priced per second at $0.05 (720p) and $0.08 (1080p); 4k is not supported.

Technical specifications

Canonical IDgoogle/veo-3.1-lite-generate-001
ProviderGoogle
Context windowNot available
OperationsVIDEO_GENERATIONS
Modalities720p, 1080p, text, image, video

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.050000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.080000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"google/veo-3.1-lite-generate-001","messages":[{"role":"user","content":"Hello"}]}'

Related models