Gateway API 文档

系统
GET/health

健康检查

检查 Gateway 服务是否正常运行。

调用示例

bash
curl "https://llmapi.memene.cn/health"

响应示例

json
{
  "status": "ok",
  "service": "gateway"
}