Authorization: Bearer ********************{
"model": "string",
"messages": [
{
"role": "string",
"content": [
{
"type": "string",
"text": "string",
"image_url": {
"url": "string"
}
}
]
}
]
}curl --location 'https://api.lngai.cn/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"messages": [
{
"role": "string",
"content": [
{
"type": "string",
"text": "string",
"image_url": {
"url": "string"
}
}
]
}
]
}'{}