Google / google/veo-3.1-generate-001

Veo 3.1 - access through LLMTR

Google Veo 3.1 is the latest Veo model, generating videos with audio from text or a base64 image_url reference. Suited to cinematic quality, complex scene composition, and ad production. Priced per second at $0.40 (720p/1080p) and $0.60 (4k).

Technical specifications

Canonical IDgoogle/veo-3.1-generate-001
ProviderGoogle
Context windowNot available
OperationsVIDEO_GENERATIONS
Modalities720p, 1080p, 4k, 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.400000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.400000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.600000

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-generate-001","messages":[{"role":"user","content":"Hello"}]}'

Related models