xAI / xai/grok-imagine-video

Grok Imagine Video - access through LLMTR

Useful for creative video concepts, promo scenes, and short narrative generation from prompts. It is xAI's direct option for text-to-video workflows.

Technical specifications

Canonical IDxai/grok-imagine-video
ProviderxAI
Context windowNot available
OperationsVIDEO_GENERATIONS
Modalitiesvideo, text

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

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":"xai/grok-imagine-video","messages":[{"role":"user","content":"Hello"}]}'

Related models