Grok Imagine Image Pro
Model Overview
Setup your API Key
API Schema
post
Body
modelstring · enumRequiredPossible values:
promptstringRequired
The text prompt describing the content, style, or composition of the image to be generated.
nnumber · min: 1 · max: 10OptionalDefault:
The number of images to generate.
1response_formatstring · enumOptionalDefault:
The format in which the generated images are returned.
urlPossible values: aspect_ratiostring · enumOptionalDefault:
The aspect ratio of the generated image.
16:9Possible values: resolutionstring · enumOptionalDefault:
The resolution of the output image.
2kPossible values: Responses
200Success
application/json
post/v1/images/generations
curl -L \
--request POST \
--url 'https://api.aimlapi.com/v1/images/generations' \
--header 'Authorization: Bearer <YOUR_AIMLAPI_KEY>' \
--header 'Content-Type: application/json' \
--data '{
"model": "x-ai/grok-imagine-image-pro",
"prompt": "A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses."
}'200Success
{
"data": [
{
"url": "https://cdn.aimlapi.com/generations/hedgehog/1749730923700-29fe35d2-4aef-4bc5-a911-6c39884d16a8.png",
"b64_json": null
}
],
"meta": {
"usage": {
"credits_used": 120000
}
}
}Quick Example

"A T-Rex relaxing on a beach, lying on a sun lounger and wearing sunglasses."Last updated
Was this helpful?