Authorization: Bearer ********************{
"message": [
"string"
],
"stream": true,
"model": "string"
}curl --location --request GET 'https://ai.kaiho.cc/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": [
"string"
],
"stream": true,
"model": "string"
}'{}