yunchuang api — quick start
$ curl https://api.dsyunchuang.cn/v1/chat/completions \
-H "Authorization: Bearer sk-yc-****" \
-d '{"model":"deepseek-chat","messages":[{"role":"user","content":"你好"}]}'
$ { "choices": [{ "message": { "content": "您好!很高兴为您服务。" } }] }