Google / google/veo-2.0-generate-001

Veo 2 - access through LLMTR

A higher-end generation model for teams that want prompt-based video creation. Useful for creative video concepts, promos, and narrative visual experimentation.

Technical specifications

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

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

Related models