Authorization: Bearer ********************{
"model": "gpt-4o-image",
"stream": true,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "将图片变为吉卜力风格"
},
{
"type": "image_url",
"image_url": {
"url": "https://minios.zhypub.cn/org/152115.png"
}
}
]
}
]
}curl --location --request POST 'https://api.huiyan-ai.cn/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-image",
"stream": true,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "将图片变为吉卜力风格"
},
{
"type": "image_url",
"image_url": {
"url": "https://minios.zhypub.cn/org/152115.png"
}
}
]
}
]
}'{}