OpenSource-Hub
F

freellmapi

SHA-256
11.4k stars·AI Productivity·SHA-256 checksum verified

OpenAI-compatible proxy that aggregates free tiers of 16+ LLM providers behind a single /v1 endpoint, with smart routing, automatic failover, and encrypted key storage. Personal experimentation only.

Smart Download

Download Download Version

v0.4.1 · 101 MB

One endpoint for all free LLMs: aggregate tiers, smart routing, failover, encrypted keys.

Core Features

  • Aggregates free tiers of 16+ LLM providers (~1.7B tokens/month)
  • Fully OpenAI-compatible (chat, responses, embeddings, images, audio)
  • Smart routing and automatic failover across models (up to 20 retries)
  • Sticky sessions: same conversation stays on same model for 30 minutes
  • Encrypted key storage (AES-256-GCM), unified API key, no upstream key exposure

What It Can't Do

  • This tool is intended for personal experimentation only. Do not use in production or commercial applications. Each free tier has strict rate limits; exceeding them may cause request failures or provider bans. Model switching may cause slight context inconsistency; enable Context Handoff to mitigate. Respect each provider's Terms of Service. Avoid storing sensitive data as request logs may contain content.

Use Cases

  • Developers who want to explore multiple LLMs for free without subscribing to each provider
  • Running a personal AI agent locally or on an edge device, avoiding per-API billing management

Detailed Introduction

FreeLLMAPI is an open-source proxy that unifies the free tiers of 16+ LLM providers—Google, Groq, Cerebras, NVIDIA, Mistral, OpenRouter, GitHub Models, Cohere, Cloudflare, HuggingFace, Zhipu, Ollama, and more—into a single OpenAI-compatible endpoint. It handles rate limits, failover, and per-key tracking transparently, so you can route any OpenAI SDK or client (LangChain, Continue, Claude Code) through your own local server. Unlike manually juggling multiple SDKs or using individual provider wrappers, FreeLLMAPI provides a unified dashboard for key management, fallback chain configuration, and usage analytics—all while keeping your API keys encrypted at rest. Perfect for developers who want to explore a wide range of models without subscription costs. Note: intended for personal experimentation only; not for production use.

Tags

LLMOpenAI-compatibleproxyfree-tierroutingaggregatorAI tools

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Open the downloaded dmg file, then drag the app to Applications

3

Visit freellmapi.co to get the install script, or download the desktop installer (Windows .exe) from Releases

4

Run the install script (requires Docker) or double-click the installer and follow the wizard

5

Open http://localhost:3001 in your browser, create your admin account, and add your API keys

Install Guide
  1. Visit freellmapi.co to get the install script, or download the desktop installer (Windows .exe) from Releases
  2. Run the install script (requires Docker) or double-click the installer and follow the wizard
  3. Open http://localhost:3001 in your browser, create your admin account, and add your API keys
File Integrity

SHA-256 checksum verified

Checksum extracted from GitHub official Release page

SHA256 Checksum

1af7a3b5515a875c68ebe5d50fba86c0b57b6b71b270a4e1282fc36790d59be6

This checksum is extracted from the GitHub Release page. Verify file integrity after download.

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Delete the ~/freellmapi directory (contains SQLite database and config). If using Docker, stop and remove the container and its associated data volume.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-22T07:44:44Z
GitHub RepositoryOfficial Website

Similar Projects