xai
xai/xai-grok-imagine-image-edit/Released Feb 2026

Grok Imagine - Image Edit

Grok Imagine - Image Edit is a high-quality image generation model from xAI that produces cinematic, stylistically consistent images from text prompts.

Provider
xai
Modality
image-to-image
Released
Feb 2026
Pricing
$0.02 / image

Ready to build with Grok Imagine - Image Edit?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/edit \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "xai-grok-imagine-image-edit",
  "prompt": "A cat sitting on a chair",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "output_format": "webp"
}'