If you build AI side projects, this repo can save you a stupid amount of money.
It is called FreeLLMAPI and it give you access to 11 free LLM providers with over a billion tokens per month.
This includes free LLM's like Google, Groq, Mistral, OpenRouter, GitHub Models, Cohere, Cloudflare, HuggingFace, Z AI, Ollama, Kimi, and many many more.
This includes a key feature called automatic fallover which means that if a model is out of tokens or it reaches a limit, then it will go to the next model.
You put them behind one OpenAI compatible endpoint.
One /v1 API.
One key.
One router.
Then it automatically:
→ Picks the best available model
→ Falls back when a provider rate-limits
→ Tracks usage per key
→ Keeps you under free-tier caps
→ Stores keys encrypted
→ Works with OpenAI SDKs
→ Supports chat, embeddings, images, audio, tools, and streaming
The crazy number:
Stacked together, the repo says these free tiers add up to around 1.7B tokens per month.
It is a ridiculous amount of free inference behind one endpoint.
github.com/tashfeenahmed/fre…