Context
66K
Input
text, image
Output
image
Tool calling
Not listed
About this model
Grok Imagine Image is xAI's speed-focused image generation and editing model, powered by the Aurora engine. Designed for rapid iteration, brainstorming, and high-volume workflows, it supports both text-to-image and reference-guided editing (accepting up to 5 reference images) in a single endpoint. It natively supports multiple aspect ratios to generate consistent layouts for social media and concept art.
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Image generation
$0.020 / image
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Image generationstandard · 1024x1024 · 1k | $0.020 / image |
| Image generationstandard · 2048x2048 · 2k | $0.020 / image |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl -X POST https://api.oneinfer.ai/v1/ula/generate-image \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "grok",
"model": "x-ai/grok-imagine-image",
"messages": [
{
"role": "user",
"content": "A futuristic city skyline at dusk"
}
],
"number": 1,
"size": "1024x1024",
"quality": "standard"
}'