POST https://refreshing-gratitude-production.up.railway.app/v1/images/generations/doubao-seed-1-8-251228curl --location --request POST '/v1/images/generations/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seed-1-8-251228",
"prompt": "A cute baby sea otter",
"n": 1,
"size": "1024x1024"
}'{
"created": 1713833628,
"data": [
{
"b64_json": "..."
}
],
"usage": {
"total_tokens": 100,
"input_tokens": 50,
"output_tokens": 50,
"input_tokens_details": {
"text_tokens": 10,
"image_tokens": 40
}
}
}