Skip to content

Grok Imagine Image Pro

Grok Imagine Image Pro is xAI's premium image generation model. It produces higher-fidelity images with enhanced detail, lighting, and composition compared to the standard Grok Imagine model, designed for professional creative workflows.

image
index.ts
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({
model: 'xai/grok-imagine-image-pro',
prompt: 'A red balloon on a wooden table.'
});

About Grok Imagine Image Pro

Grok Imagine Image Pro is xAI's premium image generation model, released January 28, 2026 as part of the Grok Imagine API. It builds on the standard Grok Imagine Image model with enhanced generation quality, producing images with finer detail, better composition, more accurate lighting, and higher overall fidelity.

The Pro variant targets professional creative workflows where image quality directly impacts the final product. It handles complex scenes with multiple subjects, intricate textures, and nuanced artistic direction more reliably than the standard model. The enhanced quality comes at higher generation cost, making it a deliberate upgrade for use cases where visual fidelity justifies the premium.

Teams can use both the standard and Pro variants within the same application, routing simple or draft generation to the standard model and final or client-facing output to Pro.