Devansh Tiwari

FreeLLM · free LLM tiers into 1 endpoint - OpenAI-compatible gateway aggregating 8 free LLM providers

by
OpenAI-compatible gateway aggregating 8 free LLM providers (Groq, Gemini, Mistral, Cerebras, NVIDIA NIM, Cloudflare Workers AI, GitHub Models, Ollama) with automatic failover, multi-key rotation, and a real-time dashboard. Zero cost.

Add a comment

Replies

Best
Devansh Tiwari
I built FreeLLM because I was tired of paying OpenAI $20 to test a prompt I'd run 30 times in an afternoon. Every major provider has a free tier. Groq, Gemini, Mistral, Cerebras, NVIDIA, Cloudflare, GitHub Models. All of them. But each one has its own SDK, its own rate limits, and its own downtime schedule. So you end up writing provider-switching logic, handling 429s, and babysitting API keys across a stack of dashboards. I got sick of it, so I built a gateway that does it for you.