Skip to content

API

天数模型路径

/share/fshare/common/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/
/share/fshare/common/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/
curl http://10.100.1.97:30642/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "/share/fshare/common/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/",
"messages": [{"role": "user", "content": "你好"}]
}'

曙光转D8api

curl -X 'POST' \
'https://106d9.pluscdn.eu.org/api/v1/workspace/sspu/chat' \
-H 'accept: application/json' \
-H 'Authorization: Bearer XXK505Z-6ZQMY6E-JQK42BF-W9GJF69' \
-H 'Content-Type: application/json' \
-d '{
"message": "What is AnythingLLM?",
"mode": "chat"
}'

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.