Authorization: Bearer ********************
{ "model": "deepseek-r1", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "联网 今天南京天气如何" } ] }
curl --location -g --request POST '{{YOUR_BASE_URL}}/plus/v1/chat/completions' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "deepseek-r1", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "联网 今天南京天气如何" } ] }'