{ "model": "gpt-image-2", "prompt": "生成一张边牧与古牧正在抖音直播间直播带货截图", "image": [], "size": "1024x1024", "response_format": "url" }
curl --location 'https://v1/images/generations' \ --header 'Authorization: Bearer sk-xxxxxxxxxxx' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-image-2", "prompt": "生成一张边牧与古牧正在抖音直播间直播带货截图", "image": [], "size": "1024x1024", "response_format": "url" }'
{ "created": 1777689832, "data": [ { "url": "https://file4.aitohumanize.com/file/dfa13fe60e7649e88f46037b968b54a3.png" } ], "usage": { "total_tokens": 6267, "input_tokens": 17, "output_tokens": 6250, "input_tokens_details": {} } }