curl --location --request POST 'https://geekai.co/api/v1/images/generations' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $GEEKAI_API_KEY' \
--data '{
"model": "jimeng_t2i_v40",
"prompt": "将图1的服装换为图2的服装,我需要生成两张图片",
"image": ["https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream4_imagesToimage_1.png", "https://ark-project.tos-cn-beijing.volces.com/doc_image/seedream4_5_imagesToimage_2.png"],
"size": "2304x1728",
"strength": 0.5,
"extra_body": {
"force_single": false,
"min_ratio": 1,
"max_ratio": 3
}
}'