{
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "what's the content of the picture?"
},
{
"type": "imageUrl",
"imageUrl": {
"url": "https://aigcoss.zhiqiteai.cn/Input-Img/946c66b9-69c2-4746-97c8-f1764859bdd8.jpg"
}
}
]
}
]
}curl --location --request POST '/AIGCChatOpenServ/saas/gpt-4o/text/v3' \
--header 'X-Request-Req-Accesskeyid: your apikey' \
--header 'X-Request-Req-Accesskeysecret: your apiSecret' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "what'\''s the content of the picture?"
},
{
"type": "imageUrl",
"imageUrl": {
"url": "https://aigcoss.zhiqiteai.cn/Input-Img/946c66b9-69c2-4746-97c8-f1764859bdd8.jpg"
}
}
]
}
]
}'{}