{
"model": "moonshot-v1-32k",
"messages": [
{
"role": "user",
"content": "总结一下文档内容:https://dev-xt-jystudy.app.codewave.163.com:443/upload/DS5-tree-3.pdf?fileName=DS5-tree-3.pdf&fut=1741767492278&ai=33236973-7c9b-4d43-9207-f44913015be2&con=lcap_default_connection&fpp=/app"
}
],
"temperature": 0.5,
"stream": false
}
curl --location --request POST 'https://api.moonshot.cn/v1/chat/completions' \
--header 'Authorization: Bearer sk-BfcrWJMEHu9JxEwJJWtqw80DpYVfWS32SFwLRpdZBL1t1MXs' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "moonshot-v1-32k",
"messages": [
{
"role": "user",
"content": "总结一下文档内容:https://dev-xt-jystudy.app.codewave.163.com:443/upload/DS5-tree-3.pdf?fileName=DS5-tree-3.pdf&fut=1741767492278&ai=33236973-7c9b-4d43-9207-f44913015be2&con=lcap_default_connection&fpp=/app"
}
],
"temperature": 0.5,
"stream": false
}'