#104 · Primary category: AI Gateway & API Infrastructure

gpt4free-ts

chatbot chatbots chatgpt chatgpt-free chatgpt4 free-gpt gpt gpt-3 gpt-35-turbo gpt-4 gpt4 gpt4-api gpt4free nodejs openai typescript

Providing a free OpenAI GPT-4 API ! This is a replication project for the typescript version of xtekky/gpt4free

Project last updated:09/04/24

GitHub Stars

7.7K

Forks

1.3K

Contributors

15

License

GPL-3.0

Why we included this project

Teams that want an OpenAI-style chat completions endpoint without per-token costs can use this TypeScript service, which wraps a rotating set of reverse-engineered free chatbot providers. It mirrors the OpenAI API closely enough that existing clients and prompts usually work with minor changes, and a /supports endpoint tells you which upstream site backs each model. The service pools several upstreams, handles streaming responses, and lets you pick a specific site per request when one is down or slow. Expect breakage, though: the author warns that upstream websites disappear without notice, and many targets are already dead, so it's more of an experimental bridge than something to run with an SLA. If you want a quick test, the project also points to a hosted companion site at gptgod.online with a published free API key and base URL, and you can self-host via Docker when you're ready.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category