freellmpool › reference

Free LLM API providers (2026)

These 22 providers span recurring free tiers, finite trials, keyless endpoints, and explicit pin-only routes. Three need no API key at all, and LLM7 is key-optional. The table shows whether a key is required, roughly how many routes are enabled, and an access signal where known. Disabled or pending-canary routes are not automatic capacity. The catch with using several is that each has its own SDK and limits — the open-source freellmpool pools the enabled, eligible routes behind one OpenAI-compatible endpoint with failover. Disabled, priced, and finite-trial routes remain visible for explicit decisions but are not all automatic free capacity.

ProviderAPI key?Enabled routes*Access signal**
PollinationsNo (keyless)3Anonymous; rate-limited per IP
OVHcloud AI EndpointsNo (keyless)17Anonymous tier (chat + embeddings + Whisper)
LLM7Optional3~60/hour without a token
Kilo GatewayNo (keyless)16Anonymous; ~200 req/hour per IP
OpenCode ZenNo (keyless)0Cataloged routes disabled by default pending opt-in
GroqYes (free)7Model-specific free-plan limits; Compound routes are 250 requests/day
CerebrasYes (trial)2Finite $5 trial; documented routes are explicit pins, not automatic capacity
Google GeminiYes (free)1Current free-tier limits vary by project/model
OpenRouterYes (free)8Free-route limits depend on account credits and current policy
NVIDIA NIMYes (free)11Account credits and model-specific rate limits
Cloudflare Workers AIYes (free)22Daily Neuron allowance
MistralYes (free)36Account- and model-specific experimentation limits
CohereYes (free)21Trial keys, rate-limited
SambaNovaYes (free)0Catalog routes disabled pending current verification
Z.ai / Zhipu GLMYes (free)2~1,000 req/day
Ollama CloudYes (free)7Qualitative free limits
Hugging Face (router)Yes (free)21Monthly included Inference credits
Aion LabsYes (free)420K tokens/day; no card
ModelScope API InferenceYes (free)62,000 calls/day total; dynamic per-model caps
MorphYes (priced)0Current aliases are priced and remain disabled
Vercel AI GatewayYes8One zero-price automatic route; priced pins excluded; disabled candidates await canaries
SiliconFlowYes (free)1Fixed free-model limits; identity verification required

* Enabled routes across chat, embeddings, and transcription in freellmpool's catalog (196 capability routes in total; 177 are chat routes); varies as tiers change. ** Access signals are approximate and change without notice — always check the provider's current docs. freellmpool tracks your real per-day usage as you go.

Free capacity is fragmented and variable. Pooling lets eligible routes fail over without treating any one provider's allowance as permanent or unlimited.

Use eligible enabled routes in one line

pip install freellmpool
freellmpool ask "Explain the CAP theorem in one sentence."   # keyless when an eligible route is available
freellmpool providers                                         # see which tiers you've configured

Add credentials for eligible providers to grow capacity; signup links are in the accounts guide. See also: using multiple free LLM APIs together · best free LLM API gateway.

FAQ

Which LLM providers have free, keyless, or trial API access?

The catalog distinguishes recurring free tiers, finite trials, keyless endpoints, priced pins, and disabled candidates. Pollinations, OVHcloud, and Kilo Gateway have enabled keyless routes; LLM7 accepts an optional key. Cerebras is finite-trial pin-only, while OpenCode Zen, SambaNova, and Morph currently have no enabled routes. Check each row and the dated activity audit instead of treating all 22 provider groups as interchangeable free capacity.

What's the free LLM API with the highest limit?

There is no durable single winner: recurring allowances are model-, account-, and project-specific, while Cerebras now offers only finite trial credit. Check each provider's current limits and pool several recurring tiers so one cap is not a bottleneck.

Part of freellmpool (MIT, free, open source). Data from the freellmpool catalog. Updated 2026-08-29.