{
"stream": false,
"model": "flux-kontext-pro",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "把这张图片内容替换为汉堡包"
},
{
"type": "image_url",
"image_url": {
"url": "https://blob.cherrychat.org/static/21121494f45af8d508a245c1931e3d41.JPG"
}
}
]
}
]
}curl --location --request POST 'https://apihk.unifyllm.top/v1/chat/completions' \
--header 'Authorization: Bearer 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"stream": false,
"model": "flux-kontext-pro",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "把这张图片内容替换为汉堡包"
},
{
"type": "image_url",
"image_url": {
"url": "https://blob.cherrychat.org/static/21121494f45af8d508a245c1931e3d41.JPG"
}
}
]
}
]
}'{}