xAI / xai/grok-imagine-image-quality

Grok Imagine Image Quality - access through LLMTR

Sits above the standard Imagine image model for teams that want more detail and control. A better fit for premium creative workflows.

Technical specifications

Canonical IDxai/grok-imagine-image-quality
ProviderxAI
Context windowNot available
OperationsIMAGES_GENERATIONS
Modalitiesimage, text

Pricing

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

OperationMetricUnitPrice
IMAGES_GENERATIONSOUTPUT_IMAGEPER_IMAGE$0.040000

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

Related models