Context
66K
Input
text, image
Output
image
Tool calling
Not listed
About this model
Grok Imagine Image Quality is the high-fidelity tier of xAI's earlier image generation lineup. It sacrifices raw generation speed in favor of producing photorealistic, highly detailed visuals with strong prompt adherence, accurate lighting, and cleaner textures. It is commonly used for final-quality renders that do not require the latest 2.0 feature set.
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.050 / image
Image generation
$0.070 / image
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Image generationstandard · 1024x1024 · 1k | $0.050 / image |
| Image generationstandard · 2048x2048 · 2k | $0.070 / 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-quality",
"messages": [
{
"role": "user",
"content": "A futuristic city skyline at dusk"
}
],
"number": 1,
"size": "1024x1024",
"quality": "standard"
}'