POST https://api.tokenhot.cn/v1/images/generationsgpt-image-2curl --location 'https://api.tokenhot.cn/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-2",
"prompt": "帮我给生成一只可爱的猫",
"size": "1024x1024"
}'{
"created": 1715678401,
"data": [
{
"url": "https://xxx/xxx/xxx.png"
}
],
"usage": {
"total_tokens": 1024,
"input_tokens": 24,
"output_tokens": 1000,
"input_tokens_details": {
"text_tokens": 24,
"image_tokens": 0
}
}
}