{
"prompt": "A cute baby sea otter",
"model": "gpt-image-1",
"size": "1024x1024"
}
curl --location --request POST 'https://api.302.ai/v1/images/generations?response_format=url&async=false' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A cute baby sea otter",
"model": "gpt-image-1",
"size": "1024x1024"
}'
{
"data": [
{
"url": "",
"b64_json": ""
}
],
"created": 1745694920,
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 4172,
"prompt_tokens_details": {
"cached_tokens_details": {}
},
"completion_tokens_details": {},
"input_tokens": 12,
"output_tokens": 4160,
"input_tokens_details": {
"text_tokens": 12,
"cached_tokens_details": {}
}
}
}