Authorization: Bearer ********************{
"model": "gpt-4o-mini",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "图片里有什么?"
},
{
"type": "image_url",
"image_url": {
"url": "https://minios.huiyan-ai.cn/image/4mini.jpg"
}
}
]
}
],
"max_tokens": 300
}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-mini",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "图片里有什么?"
},
{
"type": "image_url",
"image_url": {
"url": "https://minios.huiyan-ai.cn/image/4mini.jpg"
}
}
]
}
],
"max_tokens": 300
}'{}