选择客户端、系统和协议,立即生成脱敏配置并模拟一次成功连接。

Windows 环境 · 使用虚构 Key 和模型 ID
Base URL https://api.reniuniu.win/v1
API Key YOUR_API_KEY
Model ID YOUR_MODEL_ID
Protocol Chat Completions仅展示请求结构,不会向 API 发起网络请求。
POST /v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{"model":"YOUR_MODEL_ID","messages":[{"role":"user","content":"Hello 牛API"}]}HTTP/1.1 200 OK
x-request-id: demo_req_7f2a
等待测试连接。此页面不会发送真实请求。演示页只帮助你确认配置逻辑;正式使用前,请到控制台创建专用 Key,并查看对应客户端文档。