Trismegistus
Trismegistus
xAIStandard

Grok Imagine

xai/grok-imagine-image

xAI Grok Imagine — $0.02/image at FAL, our cheapest image model. Verified 2026-06-18.

Context
0K
tokens
Tier
Standard
billed per use
Latency class
fast
typical speed
Billing
credits
tier multiplier
image generation

OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.

curl https://trismegistus.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "xai/grok-imagine-image",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'