{
"model": "grok-imagine-image-2.0",
"prompt": "A collage of London landmarks in a stenciled street-art style",
"image_urls": [
"https://xxx/你的参考图片.jpg"
],
"n": 1,
"aspect_ratio": "1:1",
"response_format": "url"
}curl --location '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-image-2.0",
"prompt": "A collage of London landmarks in a stenciled street-art style",
"image_urls": [
"https://xxx/你的参考图片.jpg"
],
"n": 1,
"aspect_ratio": "1:1",
"response_format": "url"
}'{}