Proxy API for free access to OpenAI's ChatGPT API
Top 14.9% on sourcepulse
This project provides an open-source proxy API to access OpenAI's ChatGPT API without requiring a personal API key, aiming to democratize AI access for developers and innovators. It serves as a bridge, forwarding requests to OpenAI's API using a shared key and returning responses, thereby removing financial and access barriers.
How It Works
The project acts as a middleware, accepting requests in the same format as the official OpenAI API. It then forwards these requests to OpenAI's servers using an API key managed by the project. Responses are relayed back to the user, abstracting away the need for individual API key management and associated costs. This approach promotes accessibility and allows broader experimentation with ChatGPT.
Quick Start & Requirements
https://chatgpt-api.shn.hk/v1/
.curl https://chatgpt-api.shn.hk/v1/ -H 'Content-Type: application/json' -d '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "Hello, how are you?"}]}'
Highlighted Details
Maintenance & Community
The project was archived on March 26, 2023, due to unsustainable financial costs. Prior to archiving, it received significant community sponsorship. The author advocates for lower OpenAI API pricing and removal of regional restrictions.
Licensing & Compatibility
The repository does not explicitly state a license. The project's goal is to promote open access and innovation.
Limitations & Caveats
The project has been archived due to financial unsustainability, indicating the provided public endpoint may no longer be operational or reliable. Users interested in self-hosting require an OpenAI API key and must manage their own rate limiting.
2 years ago
1 day