Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@

OpenAI API反向代理,可以部署在Cloudflare Workers和Vercel Edge上。有助于绕过网络限制或IP速率限制。.

- [byok-relay](https://github.com/avikalpg/byok-relay)

一个自托管(或托管)的中继,允许前端应用使用用户提供的 AI API 密钥 —— 无 CORS 问题,无密钥泄露,开发者无需承担推理费用。用户只需配置一次其 Anthropic、OpenAI、Google、Groq、OpenRouter 或 Mistral 密钥;中继将其加密存储 (AES-256-GCM),并支持 SSE 流式传输,在服务端代理所有后续请求。

### 文章

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso
An OpenAI API reverse proxy that can be deployed on Cloudflare Workers and Vercel Edge.
Helpful for bypassing network restrictions or IP rate limits.

- [byok-relay](https://github.com/avikalpg/byok-relay)

A self-hosted (or managed) relay that lets frontend apps use user-supplied AI API keys — no CORS issues, no exposed keys, no inference bill for the developer. Users configure their own Anthropic, OpenAI, Google, Groq, OpenRouter, or Mistral key once; the relay stores it encrypted (AES-256-GCM) and proxies all subsequent requests server-side with SSE streaming support.

### Articles

Expand Down