你的 OC Key
未生成
如果 Key 泄露,请立刻点“重置 Key”。旧 Key 会失效。
Developer Access
给开发者使用的入口:生成、复制、重置 OC Key,并查看调用次数和剩余额度。
未生成
如果 Key 泄露,请立刻点“重置 Key”。旧 Key 会失效。
Example
curl http://your-domain/v1/chat/completions \
-H "Authorization: Bearer oc_your_key" \
-H "Content-Type: application/json" \
-d '{"model":"deepseek-mock","messages":[{"role":"user","content":"写一句宣传语"}]}'