chatgptProxyAPI and cloudflare-proxy
Both projects are competing implementations of the same solution—using Cloudflare Workers to proxy OpenAI API requests with streaming support—so users would choose one or the other based on code quality and maintenance status.
About chatgptProxyAPI
x-dr/chatgptProxyAPI
🔥 使用cloudflare 搭建免费的 OpenAI api代理 ,解决网络无法访问问题。支持流式输出
This tool helps developers and businesses in regions with network restrictions access OpenAI's API. By setting up a proxy using Cloudflare Workers or Pages, you can route your API requests around firewalls. It takes your standard OpenAI API requests and forwards them through an unblocked domain, returning the normal API response.
About cloudflare-proxy
barretlee/cloudflare-proxy
Cloudflare Worker 代理请求 ChatGPT API,支持 Stream 流式输出
This project helps developers in regions where direct access to OpenAI's ChatGPT API is restricted. It acts as an intermediary, taking requests from your ChatGPT client and forwarding them to the OpenAI API, then returning the responses. The end user is typically a developer building applications that integrate with ChatGPT, who needs a reliable way to connect without relying on a local proxy.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work