Authorization: Bearer ********************{
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ"
}
]
}
],
"model": "gemini-3-pro-preview",
"temperature": 0.5,
"top_p": 1,
"stream": true
}curl --location 'https://api.lngai.cn/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Interpreting this website https://www.youtube.com/watch?v=QCvF8mCPwdQ"
}
]
}
],
"model": "gemini-3-pro-preview",
"temperature": 0.5,
"top_p": 1,
"stream": true
}'{}