Appearance
云枢提供 OpenAI 兼容接口。
https://yunshuapi.org/v1
curl https://yunshuapi.org/v1/chat/completions \ -H "Authorization: Bearer 你的访问令牌" \ -H "Content-Type: application/json" \ -d '{"model":"模型名称","messages":[{"role":"user","content":"你好"}]}'