无审核Model 可用性测试

AI服务可用性测试

未测试

点击按钮发送简单请求,检测无审核Model服务是否正常响应

调用示例

API地址

API密钥

Curl请求示例

curl -X POST https://api2.aoyou.shop/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer sk-123456" -d '{ "model": "chat-model-reasoning", "messages": [{"role": "user", "content": "你好"}], "stream": false }'
已复制到剪贴板