diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e6e7934 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true + }, + "hide-files.files": [] +} \ No newline at end of file diff --git a/README.md b/README.md index 0a8121c..db01bed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ -# awesome-free-ai-apis -This repository contains a list of free to use AI APIs. We are not endorsing any of the listed services! +# Awesome Free AI APIs + +This repository contains a list of free to use AI APIs. + + +You are welcome to contribute to this list by opening a pull request :) + +*** + +A lot of the services also support GPT-4 for donators, but we are just including the free tier here. + +This table is under construction, and some cells are empty. + +If GPT-4 is free on the service, the restictions/rate limits are listed in the `GPT-4` column. If the service does not support GPT-4, the `GPT-4` column will be "🚫". + +"IP lock" means that the service only allows requests from a specific IP address. Often, you can reset the IP address in the Discord server of the service. If the service does not have an IP lock, the `No IP lock?` column will be "✅". + +One can bypass this using a proxy. + +| Name | Discord | Uptime | API Endpoint | GPT-4 | No IP lock? | Rate limits | No key required? | Note | +| -------------------------------------------------- | ------------------------------------------- | ------ | ---------------------------------------------------------------------- | ----- | ----------- | ----------------------------- | ---------------- | ------------------ | +| ChimeraGPT | Invites Paused! | | [chimeragpt.adventblocks.cc/v1](https://chimeragpt.adventblocks.cc/v1) | ✅ | ✅ | 40/minute, 40000/day | ❌ | GPT-4 uses poe.com | +| [FoxGPT](https://github.com/FoxGPT/gpt) | No permanent invite | | [api.hypere.app/v1](https://api.hypere.app) | ❌ | ✅ | 30000/day 2000/h 60/min 5/sec | ❌ | Frequent issues | +| CattoGPT | [.gg/cattogpt](https://discord.gg/cattogpt) | | [api.cattto.repl.co/v1](https://api.cattto.repl.co/v1) | 150 | ❌ | 20000 | ❌ | | +| [Pawan.krd](https://github.com/PawanOsman/ChatGPT) | [.gg/pawan](https://discord.gg/pawan) | | [api.pawan.krd/v1](https://api.pawan.krd/v1) | ❌ | ❌ | | ❌ | | + +For transparency: I founded FoxGPT, but I'm not working on this project anymore. [@adi6409](https://github.com/adi6409) is. + +###### We are not endorsing any of the listed services! + +###### All information is provided without warranty of any kind. We are not responsible for any legal, technical or any other damage caused by using the listed services. \ No newline at end of file