{
"model": "gpt-image-1",
"prompt": "一张商业海报风格的未来城市夜景,霓虹灯,电影感构图",
"n": 1,
"size": "1024x1024",
"quality": "auto",
"response_format": "url"
}curl --location 'https://open.lastoken.cn/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-1",
"prompt": "一张商业海报风格的未来城市夜景,霓虹灯,电影感构图",
"n": 1,
"size": "1024x1024",
"quality": "auto",
"response_format": "url"
}'{
"created": 1780567896,
"data": [
{
"url": "https://example.com/generated-image.png",
"revised_prompt": "一张商业海报风格的未来城市夜景,霓虹灯,电影感构图"
}
]
}