Feishu Miaoda Gateway

Miaoda OpenAI Proxy

这个服务用于把 Feishu 妙搭接到你自己的 OpenAI 兼容上游,同时把真实上游密钥留在代理环境变量里,不直接交给 Feishu 控制台。

Primary Path
/v1/chat/completions
Feishu 端建议使用单独的入站 Bearer Token,而不是直接填你本地 Codex 正在用的上游 API Key。
{
  "base_url": "https://your-proxy.example.com/v1",
  "auth_header": "Authorization: Bearer <your inbound token>",
  "model": "miaoda-codex"
}