{
"model": "grok-3-image",
"prompt": "a cat",
"size": "960x960"
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-3-image",
"prompt": "a cat",
"size": "960x960"
}'{
"created": 1773127037,
"data": [
{
"url": "{{demo_image_url}}"
}
],
"usage": {
"generated_images": 1,
"output_tokens": 16384,
"total_tokens": 16384
}
}