← All Models
Grok Imagine Pro
xAI's premium image generation model. Higher quality and detail for professional use.
Specifications
| Provider | xAI |
| Category | Image |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-pro",
"params": {
"prompt": "Photorealistic portrait of an astronaut on Mars"
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "grok-imagine-pro",
"params": {
"prompt": "Photorealistic portrait of an astronaut on Mars"
}
}