Authorization: ********************{
"model": "gemini-image",
"prompt": "赛博朋克城市夜景,霓虹灯,雨",
"n": 1,
"size": "1024x1024",
"response_format": "b64_json"
}curl --location 'https://147ai.com/v1/images/generations' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gemini-image",
"prompt": "赛博朋克城市夜景,霓虹灯,雨",
"n": 1,
"size": "1024x1024",
"response_format": "b64_json"
}'{
"created": 1716800000,
"data": [
{
"b64_json": "string",
"revised_prompt": "string",
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
}