{
"model": "gemini-3.1-flash-image-preview",
"prompt": "Hi, can you create a 3d rendered image of a pig with wings and a top hat flying over a happy futuristic scifi city with lots of greenery?",
"n": 1,
"size": "1024x1024",
"response_format": "url"
}curl --location 'https://token.ithinkai.cn/v1/images/generations' \
--header 'Authorization: Bearer $key' \
--header 'Content-Type: application/json' \
--data '{
"model": "gemini-3.1-flash-image-preview",
"prompt": "Hi, can you create a 3d rendered image of a pig with wings and a top hat flying over a happy futuristic scifi city with lots of greenery?",
"n": 1,
"size": "1024x1024",
"response_format": "url"
}'{
"data": [
{
"url": "string",
"b64_json": "string",
"revised_prompt": "string"
}
],
"created": 0
}