xai/xai-grok-imagine-image/Released Feb 2026
Grok Imagine - Text to Image
Grok Imagine text-to-image is a high-quality image generation model from xAI that produces cinematic, stylistically consistent images from text prompts.
Commercial use
Provider
xai
Modality
text-to-image
Released
Feb 2026
Pricing
$0.02 / image
bash
curl -sSf -X POST https://dev.hub.oxen.ai/api/images/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "xai-grok-imagine-image",
"prompt": "Minimalist ox silhouette dissolving into golden particle streams, sumi-e brushwork meets generative art, zen simplicity with data-driven particle flow, lunar new year energy captured in motion",
"aspect_ratio": "16:9",
"output_format": "webp"
}'