Authorization: Bearer ********************
{
"model": "string",
"web_search_options": {},
"messages": [
{
"role": "string",
"content": "string"
}
]
}
curl --location --request POST 'https://xiaosong.chat/v1/chat/completions' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-type: application/json' \
--data-raw '{
"model": "string",
"web_search_options": {},
"messages": [
{
"role": "string",
"content": "string"
}
]
}'
{}