Authorization: Bearer ********************
{
"model": "sora_image",
"messages": [
{
"role": "user",
"content": [
{
"text": "画个类似的图片",
"type": "text"
},
{
"image_url": {
"url": "https://filesystem.site/cdn/20250403/k0kVgLClcJyhH3Pybb5AInvsLptmQV.png"
},
"type": "image_url"
}
]
}
],
"stream": true
}
curl --location --request POST 'https://apihk.unifyllm.top/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora_image",
"messages": [
{
"role": "user",
"content": [
{
"text": "画个类似的图片",
"type": "text"
},
{
"image_url": {
"url": "https://filesystem.site/cdn/20250403/k0kVgLClcJyhH3Pybb5AInvsLptmQV.png"
},
"type": "image_url"
}
]
}
],
"stream": true
}'
{}