Google / google/veo-3.0-generate-001

Veo 3 - access through LLMTR

Google Veo 3 generates videos with audio from text or a base64 image_url reference. Suited to cinematic scenes, product promos, and storytelling. Output includes audio and is priced at $0.40 per second.

Technical specifications

Canonical IDgoogle/veo-3.0-generate-001
ProviderGoogle
Context windowNot available
OperationsVIDEO_GENERATIONS
Modalitiesdefault, 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

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

Related models