Google Gemini
Google's AI chatbot offering real-time web data integration and multimodal capabilities with a free tier for general users.
FreeLLMAPI is a free, open-source, self-hosted LLM router that aggregates 34 free providers and 635 free model endpoints into one OpenAI-compatible /v1 API. MIT-licensed. 26k+ GitHub stars.
A self-hosted router that turns dozens of scattered free AI tiers into a single working API. FreeLLMAPI sits on your own machine or server, takes keys for whichever free providers you already have, and exposes them all behind one OpenAI-compatible /v1 endpoint. It is open source (MIT) and built to be installed and forgotten about.
Each free tier on its own is a couple of million tokens a month with a handful of requests per day. Stacked together across all supported providers, that adds up to roughly 7 billion tokens of usable inference a month. FreeLLMAPI handles the mess of wiring that up.
The router serves chat completions, responses, completions, embeddings, image generation, video generation, audio speech and transcription. It also exposes an Anthropic-compatible endpoint for Claude Code and a native Gemini route for the Gemini CLI. Custom OpenAI-compatible endpoints (Ollama, LM Studio, vLLM) can be added as a provider.
Docker one-liner that starts the container and generates an encryption key:
curl -fsSL https://freellmapi.co/install.sh | bash
Then add provider keys on the Keys page and point any OpenAI SDK at http://localhost:3001/v1. Desktop apps are available for macOS and Windows, and the dashboard ships in 60 languages.
MIT license, 26,000+ GitHub stars, 744 commits across a small active multi-author project. Provider keys are stored AES-256-GCM encrypted in a local SQLite database.
Google's AI chatbot offering real-time web data integration and multimodal capabilities with a free tier for general users.