{
"model": "qwen-turbo",
"messages": [
{
"role": "user",
"content": "你是谁?"
}
],
"stream": false
}
curl --location --request POST 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions' \
--header 'Authorization: Bearer sk-8e8d32e509b54ee5bba67bd878a46287' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-turbo",
"messages": [
{
"role": "user",
"content": "你是谁?"
}
],
"stream": false
}'