{
"model": "sora_image",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "把图片转换为吉卜力风格,16:9,高清图"
},
{
"type": "image_url",
"image_url": {
"url": "https://www.giftedpm.com/wp-content/uploads/2025/09/google-nano-banana-scaled.webp"
}
}
]
}
],
"stream": true
}curl --location -g --request POST 'http://api.example.com/v1/chat/completions' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora_image",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "把图片转换为吉卜力风格,16:9,高清图"
},
{
"type": "image_url",
"image_url": {
"url": "https://www.giftedpm.com/wp-content/uploads/2025/09/google-nano-banana-scaled.webp"
}
}
]
}
],
"stream": true
}'```json
{
"prompt": "把图片转换为吉卜力风格,16:9,高清图",
"size": "1920x1080",
"n": 1
}
```
> ⌛️ 任务正在队列中,请耐心等待...
> 🏃 进度:5.6%
> 🏃 进度:19.6%
> 🏃 进度:32.2%
> 🏃 进度:42.0%
> 🏃 进度:56.0%
> 🏃 进度:75.7%
> ✅ 图片绘制成功,[点击这里
](https: //image-plus.oss-cn-beijing.aliyuncs.com/sora/cecbc6b8-b127-483c-83a5-fe9df3120f54.png) 下载图片~~~
