mirror of
https://github.com/NovaOSS/free-ai-apis.git
synced 2024-11-25 12:43:58 +01:00
Update
This commit is contained in:
parent
89d2af6201
commit
fbd1f5c3d9
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.git": true,
|
||||||
|
"**/.svn": true,
|
||||||
|
"**/.hg": true,
|
||||||
|
"**/CVS": true,
|
||||||
|
"**/.DS_Store": true,
|
||||||
|
"**/Thumbs.db": true
|
||||||
|
},
|
||||||
|
"hide-files.files": []
|
||||||
|
}
|
33
README.md
33
README.md
|
@ -1,2 +1,31 @@
|
||||||
# awesome-free-ai-apis
|
# Awesome Free AI APIs
|
||||||
This repository contains a list of free to use AI APIs. We are not endorsing any of the listed services!
|
|
||||||
|
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.
|
Loading…
Reference in a new issue