curl --location --request POST 'https://router.shengsuanyun.com/api/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "bytedance/doubao-seedream-4.0",
"prompt": "生成一只在阳光下奔跑的金毛犬,背景是油菜花田",
"size": "1280x720",
"watermark": false
}'
{
"model": "doubao-seedream-3-0-t2i-250415",
"created": 1756717672,
"data": [
{
"url": "https://example.com/generated-image.jpg"
}
],
"usage": {
"generated_images": 1,
"output_tokens": 4096,
"total_tokens": 4096
}
}