{ "model": "string", "messages": [ { "role": "string", "content": "string" } ], "stream": true }
curl --location --request POST 'https://ai.coludai.cn/api/chat/completions' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "string", "messages": [ { "role": "string", "content": "string" } ], "stream": true }'
{}