freellmpool › reference
These 16 providers offer a free LLM API tier you can call today. Two need no API key at all. The table shows whether a key is required, roughly how many models the free tier exposes, and a free-tier signal where known. The catch with using several is that each has its own SDK and limits — the open-source freellmpool pools all of them behind one OpenAI-compatible endpoint with failover, so you get their combined free capacity through one interface.
| Provider | API key? | Free models* | Free-tier signal** |
|---|---|---|---|
| Pollinations | No (keyless) | 3 | Anonymous; rate-limited per IP |
| OVHcloud AI Endpoints | No (keyless) | 13 | Anonymous tier |
| LLM7 | Optional | 9 | ~60/hour without a token |
| Groq | Yes (free) | 9 | ~1,000 req/day (per model) |
| Cerebras | Yes (free) | 4 | ~14,400 req/day (large cap) |
| Google Gemini | Yes (free) | 3 | ~1,500 req/day |
| OpenRouter | Yes (free) | 26 | ~1,000 req/day on :free models |
| GitHub Models | Yes (any PAT) | 41 | ~150 req/day |
| NVIDIA NIM | Yes (free) | 92 | Free credits / rate-limited |
| Cloudflare Workers AI | Yes (free) | 25 | Daily Neuron allowance |
| Mistral | Yes (free) | 39 | Free experimentation tier |
| Cohere | Yes (free) | 14 | Trial keys, rate-limited |
| SambaNova | Yes (free) | 8 | Free tier, rate-limited |
| Z.ai / Zhipu GLM | Yes (free) | 2 | ~1,000 req/day |
| Ollama Cloud | Yes (free) | 40 | Qualitative free limits |
| LongCat (Meituan) | Yes (free) | 1 | Free preview |
* Count of models freellmpool routes to on each free tier (live-validated; varies as tiers change). ** Free-tier signals are approximate and change without notice — always check the provider's current docs. freellmpool tracks your real per-day usage as you go.
pip install freellmpool
freellmpool ask "Explain the CAP theorem in one sentence." # keyless, picks a free provider
freellmpool providers # see which tiers you've configured
Add each provider's free key as an env var to grow capacity; signup links are in the accounts guide. See also: using multiple free LLM APIs together · best free LLM API gateway.
As of 2026, free API tiers are offered by Groq, Cerebras, Google Gemini, NVIDIA, OpenRouter, GitHub Models, Cloudflare, Mistral, Cohere, SambaNova, Z.ai/Zhipu, Ollama Cloud, LongCat, LLM7, Pollinations, and OVHcloud. Pollinations and OVHcloud work with no API key.
Among the common free tiers, Cerebras advertises one of the largest daily request caps, and providers like Groq and OpenRouter offer roughly a thousand requests/day on free models. Limits change often — pool several with freellmpool so a single cap isn't a bottleneck.