You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grok Imagine Image and Grok Imagine Image Quality are now available on CometAPI.
July 24, 2026
Model IDs
grok-imagine-image
grok-imagine-image-quality
Overview
grok-imagine-image is a cost-efficient image generation and editing model built for fast image creation, aspect-ratio control, and reference-image workflows.
grok-imagine-image-quality is the higher-quality Grok Imagine image model for detailed generation and editing, with support for 1K and 2K output resolutions.
Image Generation
curl -sS https://api.cometapi.com/v1/images/generations \
-H "Authorization: Bearer $COMETAPI_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "grok-imagine-image-quality", "prompt": "A clean red geometric logo on a white background", "aspect_ratio": "1:1", "resolution": "2k", "n": 1, "response_format": "url" }'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Grok Imagine Image and Grok Imagine Image Quality are now available on CometAPI.
July 24, 2026
Model IDs
grok-imagine-imagegrok-imagine-image-qualityOverview
grok-imagine-imageis a cost-efficient image generation and editing model built for fast image creation, aspect-ratio control, and reference-image workflows.grok-imagine-image-qualityis the higher-quality Grok Imagine image model for detailed generation and editing, with support for 1K and 2K output resolutions.Image Generation
Image Editing
View model details
All reactions