{
"model": "GEM:3.1-4K",
"prompt": "将图1的服装换为图2的服装",
"images": [
"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"
],
"metadata": {
"negative_prompt": "模糊不清",
"enhance_prompt": "Enabled",
"input_region": "Mainland",
"output_config": {
"AspectRatio": "16:9",
"PersonGeneration": "AllowAdult",
"InputComplianceCheck": "Disabled",
"OutputComplianceCheck": "Disabled"
}
}
}
curl --location --request POST 'https://omnirouters.com/v1/images/generations' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "GEM:3.1-4K",
"prompt": "将图1的服装换为图2的服装",
"images": [
"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"
],
"metadata": {
"negative_prompt": "模糊不清",
"enhance_prompt": "Enabled",
"input_region": "Mainland",
"output_config": {
"AspectRatio": "16:9",
"PersonGeneration": "AllowAdult",
"InputComplianceCheck": "Disabled",
"OutputComplianceCheck": "Disabled"
}
}
}'{}