free-ai-apis/README.md

77 lines
5.5 KiB
Markdown
Raw Normal View History

2023-07-07 15:44:50 +02:00
# Free AI APIs
2023-06-19 01:40:09 +02:00
2023-09-04 19:26:57 +02:00
This repository contains a list of free to use APIs for several AI models.
2023-09-10 16:13:52 +02:00
**Thanks to [FMHY for featuring](https://fmhy.pages.dev/ai/) this repository!**
2023-09-04 19:26:57 +02:00
2023-06-19 01:40:09 +02:00
***
2023-08-20 01:09:24 +02:00
> [!WARNING]
2023-08-21 13:35:57 +02:00
> We are not endorsing *any* of the listed services! Some of them might be considered controversial. We are not responsible for any legal, technical or any other damage caused by using the listed services. Data is provided without warranty of any kind. **Use these at your own risk!**
2023-07-09 22:23:36 +02:00
## List
2023-08-22 22:18:10 +02:00
2023-09-03 01:57:28 +02:00
#### Layer 1's (Wrapper upon OpenAI):
2023-09-04 13:44:39 +02:00
| Service | Link | `gpt-4` | `-32k` | IMG | TTS | STT | EMB |
| --------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------- | ------ | --- | --- | --- | --- |
2023-09-10 14:39:36 +02:00
| [Naga AI](https://naga.ac) | [T](https://t.me/chimera_ai) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
2023-09-04 13:44:39 +02:00
| WebRaft AI | [D](https://discord.gg/XwxUdHhF59) | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ |
| [NovaAI](https://nova-oss.com) | [D](https://discord.nova-oss.com) [T](https://t.me/nova_gpt) [G](https://github.com/novaoss/nova-api) | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
2023-09-10 14:39:36 +02:00
| [DakuGPT](https://api.daku.tech/) | [D](https://discord.gg/eW3NqUxq5d) | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
2023-09-11 00:29:19 +02:00
| [zukijourney](https://cock-za06.onrender.com) | [D](https://discord.gg/kvYDFZY7XZ) | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
2023-09-11 02:21:19 +02:00
| [CycloneGPT](https://gpt.darkcoder15.tk/) | [M](https://matrix.to/#/#cyclonegpt:m.darkcoder15.tk) [T](https://t.me/+1waoIqepLUoxNDgy) | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ |
2023-09-04 13:44:39 +02:00
| GeniusAI | [D](https://discord.gg/nzpvqSDGAx) | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ |
2023-09-10 14:43:50 +02:00
| [Skailar](https://chat.skailar.net/) | [D](https://discord.gg/U645yeT5T9) | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |
| ElectronAI | [D](https://discord.gg/YpF8fDnj) | WIP | WIP | WIP | WIP | WIP | WIP |
2023-09-03 01:57:28 +02:00
2023-09-11 00:29:19 +02:00
#### Layer 1a's (*Paid, but cheaper than OpenAI* Wrapper upon OpenAI):
| Service | Link | `gpt-4` | `-32k` | IMG | TTS | STT | EMB |
| --------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------- | ------ | --- | --- | --- | --- |
| [AnalogAI](https://api.analogai.in/) | [D](https://discord.gg/arqszhBACb) | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
2023-09-03 01:57:28 +02:00
#### Layer 2's (Wrapper upon OpenAI Wrappers):
2023-09-10 16:11:19 +02:00
| Service | Link | `gpt-4` | `-32k` | IMG | TTS | STT | EMB |
| --------------------------------- | ---------------------------------- | ------- | ------ | --- | --- | --- | --- |
| [PurGPT](https://purgpt.xyz) | [D](https://discord.gg/PYs95Sym2a) | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
| [WaveAI](https://api.waveai.link) | [D](https://discord.gg/arqszhBACb) | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
2023-09-03 00:02:25 +02:00
2023-09-11 00:29:19 +02:00
2023-09-03 00:02:25 +02:00
Legend:
2023-09-10 14:39:36 +02:00
**W**ork **i**n **P**rogress |
**IM**a**G**e Generation |
2023-09-03 00:02:25 +02:00
**T**ext **T**o **S**peech |
**S**peech **T**o **T**ext |
**EMB**eddings |
**D**iscord | **M**atrix | **T**elegram
2023-08-20 01:17:06 +02:00
> [!NOTE]
2023-08-23 22:54:29 +02:00
> A lot of the services also support specific models for donators, but we are **just including the free tier** here. Some of these services give you rewards over time etc., but I'm assuming here that you only have ~10 mins of time.
2023-08-20 01:17:06 +02:00
> [!IMPORTANT]
2023-09-10 14:39:36 +02:00
> Data given without warranty of any kind. **As of September 2023.**
2023-08-20 01:17:06 +02:00
2023-09-03 00:02:25 +02:00
For transparency: I, [@nsde](https://github.com/nsde), am the owner of *NovaAI*.
2023-06-26 11:11:09 +02:00
2023-09-03 00:02:25 +02:00
**You are welcome to contribute to this list by opening a pull request!**
2023-08-20 01:17:06 +02:00
2023-08-27 14:26:22 +02:00
## Other
2023-08-27 15:19:41 +02:00
2023-09-03 00:11:10 +02:00
- HelixAI [Discord](https://discord.gg/nvswJWu8Br) [GitHub](https://github.com/HelixAIOrg)
2023-09-03 00:13:51 +02:00
- Churchless [Discord](https://discord.gg/vuheSY27gV)
- CycloneGPT [Discord (shutting down?)](https://discord.gg/rEfYwj9TUV)
2023-09-03 00:02:25 +02:00
- CattoGPT (abandoned project) [Discord](https://discord.gg/cattogpt)
- Chatty (allegendly opening 2024 again) [Discord](https://discord.gg/KT9MWZ64w8)
- pawan.krd (only own models) [Discord](https://discord.gg/pawan)
2023-09-11 02:21:19 +02:00
- Galaxy AI [Discord](https://discord.gg/UDMaAgS62q)
2023-08-27 14:26:22 +02:00
2023-06-26 11:11:09 +02:00
## Star History
2023-08-20 01:15:16 +02:00
<a href="https://star-history.com/#NovaOSS/free-ai-apis&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=NovaOSS/free-ai-apis&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=NovaOSS/free-ai-apis&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=NovaOSS/free-ai-apis&type=Date" />
</picture>
</a>