EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai ยฉ 2026
    1. Home
    2. Tools
    3. FreeLLMAPI
    FreeLLMAPI icon

    FreeLLMAPI

    AI Infrastructure
    Featured

    An open-source, self-hosted router that aggregates free LLM tiers from 34 providers behind a single OpenAI-compatible endpoint with smart routing and automatic failover.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Self-hosted open-source router with OpenAI-compatible routing across every provider free tier, failover, and quota tracking. Model catalog is a monthly snapshot, ~30 days behind the live feed.

    Premium ยท Annual: $19/yr
    Premium ยท Lifetime: $49 one-time

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    Web

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI InfrastructureLLM OrchestrationLocal Inference

    Alternatives

    LemonadeIonRouterRapid-MLX
    Developer
    Neu Software LLCDublin, IrelandEst. 2026

    Listed Aug 2026

    About FreeLLMAPI

    FreeLLMAPI is an open-source, self-hosted LLM router built by Tashfeen Ahmed under the MIT license. It aggregates the genuine free tiers of 34 AI providers โ€” including Google AI Studio, Groq, Cerebras, NVIDIA, Mistral, OpenRouter, Cohere, Cloudflare Workers AI, Z.ai, HuggingFace, and more โ€” behind a single OpenAI-compatible /v1 endpoint. The project is actively maintained, with its latest release (v0.8.9) published in August 2026.

    What It Is

    FreeLLMAPI is a personal-use LLM proxy and router that collapses dozens of provider free tiers into one unified API key. Instead of managing 34 different SDKs, rate limits, and failure modes, users point any OpenAI-compatible client at http://localhost:3001/v1 and the router handles provider selection, failover, and quota tracking automatically. The router is MIT-licensed and fully self-hosted โ€” provider keys stay encrypted in a local SQLite database and are never sent to the FreeLLMAPI service. A live model catalog, updated twice daily from a signed feed, tracks which models are free this week across the full provider fleet.

    How the Router Works

    The routing engine uses six configurable strategies and live per-model speed, capability, and reliability scores to rank the fallback chain. On a 429 or 5xx response, the router cools down the failing key and retries the next model automatically. Key mechanics include:

    • Per-key rate tracking โ€” RPM/RPD/TPM/TPD counters per (platform, model, key) that learn providers' reported ceilings
    • Unified model profiles โ€” the same model across multiple providers collapses into one entry with strict in-group failover; named profiles (coding chain, vision chain) switch from the dashboard or per request
    • Sticky sessions โ€” conversations stay on one model for 30 minutes; an optional compact handoff note keeps context coherent on mid-chat switches
    • Fusion mode โ€” the virtual fusion model fans a prompt out to a panel of diverse free models in parallel, then a judge model synthesizes one answer from the drafts
    • Prompt compression โ€” opt-in pipeline deduplicates prompts, filters tool output, compacts repeated JSON, and trims stale context before routing

    API Surface and Client Compatibility

    FreeLLMAPI exposes every major OpenAI-style surface: /v1/chat/completions, /v1/responses (for Codex CLI), /v1/completions (editor ghost-text autocomplete), /v1/images/generations, /v1/videos/generations, /v1/audio/speech, /v1/audio/transcriptions, /v1/embeddings, and /v1/models โ€” all streaming and non-streaming. It also speaks the Anthropic Messages API wire format on /v1/messages, native Gemini on /v1beta, and opt-in Ollama emulation for clients like Zed and JetBrains AI.

    Automated setup generators (npx freellmapi setup-claude, setup-codex, setup-aider, and eleven more) configure compatible coding agents in one command. Supported agents include Claude Code, Codex CLI, Cline, Roo Code, Continue, Aider, OpenCode, Goose, Qwen Code, Kilo Code, Cursor, Zed, and JetBrains AI.

    Deployment and Platform Support

    The router runs anywhere Node.js 20+ runs โ€” Windows, macOS, Linux, and ARM single-board computers including Raspberry Pi. Deployment options include:

    • One-liner Docker install โ€” curl -fsSL https://freellmapi.co/install.sh | bash sets up ~/freellmapi, generates an encryption key, and starts the container
    • Desktop app โ€” a native menu-bar app for macOS (.dmg) and Windows (.exe) with a glass popover showing live request stats; no account or password required
    • Android (experimental) โ€” via Termux
    • Docker Compose, local dev, and production builds โ€” documented in docs/install.md

    The admin dashboard is a React UI supporting 60 languages with automatic RTL layout for Arabic, Hebrew, Persian, and Urdu. It includes a playground, analytics (p50/p95/TTFT over 24hโ€“90d windows), key management, and an MCP server at /mcp for agent introspection.

    Update: v0.8.9

    The latest release, v0.8.9, was published on August 25, 2026. The GitHub repository was created in April 2026 and has seen rapid development, accumulating over 20,000 stars and nearly 3,000 forks. The catalog currently tracks 34 providers, 474 model families, and 635 free provider/model endpoints (584 chat, 41 embeddings, 7 transcription, 3 video), representing roughly 7.4 billion tokens per month of listed free-tier capacity according to the project's own catalog data. The project is explicitly scoped for personal experimentation and single-user use, not production workloads.

    FreeLLMAPI - 1

    Community Discussions

    Be the first to start a conversation about FreeLLMAPI

    Share your experience with FreeLLMAPI, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free (Open Source)

    Self-hosted open-source router with OpenAI-compatible routing across every provider free tier, failover, and quota tracking. Model catalog is a monthly snapshot, ~30 days behind the live feed.

    • OpenAI-compatible routing across every free tier
    • Your provider keys stay on your machine
    • Automatic failover and quota tracking
    • Monthly model catalog snapshot (~30 days behind live)
    • No credit card required

    Premium ยท Annual

    Popular

    Live model catalog delivered to your router the same day updates ship. New free models, quota changes, and fixes on every device.

    $19/yr
    billed annually
    • Live catalog updated the moment we ship
    • New free models, quotas, and fixes same-day
    • Works on every device with one key
    • Cancel anytime, fully self-serve

    Premium ยท Lifetime

    Everything in Annual, forever. One payment, no renewals, same unified key across all surfaces.

    $49
    one time
    • Everything in Annual, forever
    • No renewals, ever
    • Same one key, all surfaces
    View official pricing

    Capabilities

    Key Features

    • OpenAI-compatible /v1 endpoint
    • 34 free LLM providers aggregated
    • 474+ model families / 635 free endpoints
    • Smart routing with 6 strategies
    • Automatic failover on 429/5xx
    • Per-key RPM/RPD/TPM/TPD rate tracking
    • Encrypted provider keys (AES-256-GCM in SQLite)
    • Self-updating signed model catalog
    • Anthropic Messages API surface (/v1/messages)
    • Native Gemini /v1beta surface
    • Ollama emulation for Zed and JetBrains
    • Fusion multi-model synthesis mode
    • Image, video, and audio generation routing
    • Tool calling and structured outputs
    • Sticky sessions with context handoff
    • Prompt compression pipeline
    • MCP server at /mcp for agent introspection
    • React admin dashboard with analytics
    • 60-language UI with RTL support
    • Desktop app for macOS and Windows
    • Docker one-liner install
    • Automated setup generators for 12+ coding agents
    • Response cache
    • Encrypted DB backups
    • Bulk key import/export

    Integrations

    Google AI Studio
    Groq
    Cerebras
    NVIDIA
    Mistral
    OpenRouter
    Cohere
    Cloudflare Workers AI
    Z.ai (Zhipu)
    HuggingFace
    ModelScope
    Ollama
    LM Studio
    vLLM
    llama.cpp
    Claude Code
    Codex CLI
    Cline
    Roo Code
    Continue
    Aider
    OpenCode
    Goose
    Qwen Code
    Kilo Code
    Cursor
    Zed
    JetBrains AI
    DeepSeek Harness
    MiMo Code
    Stripe
    Docker
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate FreeLLMAPI and help others make informed decisions.

    Developer

    Neu Software LLC

    Neu Software LLC builds CircleChat, a self-hosted, MIT-licensed team chat platform where AI agents participate as first-class members alongside humans. The project is developed by Tashfeen Ahmed, who ships updates publicly and engages directly with users via email and GitHub. The platform runs on TypeScript, Fastify, React, and Postgres, and is designed to be deployable on minimal hardware including a Raspberry Pi 4.

    Founded 2026
    Dublin, Ireland
    3 employees

    Used by

    Smurfs FC (Pakistan)
    User Evaluation
    Various Irish tutoring academies
    Read more about Neu Software LLC
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    Lemonade icon

    Lemonade

    Open-source local LLM server for Windows, Linux, and macOS that runs LLMs, image generation, speech, and more on GPUs and NPUs with an OpenAI-compatible API.

    IonRouter icon

    IonRouter

    High throughput, low cost AI inference API powered by IonAttention, supporting LLMs, vision, image, video, and audio models with OpenAI-compatible endpoints.

    Rapid-MLX icon

    Rapid-MLX

    The fastest local AI inference engine for Apple Silicon Macs, offering OpenAI-compatible API, 17 tool parsers, prompt cache, and 2-4x faster speeds than Ollama.

    Browse all tools

    Related Topics

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    364 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    211 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    177 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions