Authorization: Bearer ********************{
"model": "gpt-4o-all",
"messages": [
{
"role": "user",
"content": "https://minios.huiyan-ai.cn/image/logo.png 图中有什么?"
}
],
"stream": false
}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-all",
"messages": [
{
"role": "user",
"content": "https://minios.huiyan-ai.cn/image/logo.png 图中有什么?"
}
],
"stream": false
}'{}