FreeLLM FreeLLM ⭐ Star on GitHub
← Back to home

Privacy Policy

FreeLLM is open-source software. The project itself does not collect, store, or process any personal data. This page explains what data exists and where it lives.

The software

When you self-host FreeLLM, everything runs on your own infrastructure. Your API keys, your request payloads, and your usage logs never leave your machine or your server. FreeLLM has no telemetry, no analytics, and no call-home mechanism of any kind.

The website

The freellms.vercel.app site is hosted on Vercel. Vercel may collect standard server-side request logs (IP address, user agent, referrer, response time) as part of normal web hosting operations. This data is subject to Vercel's privacy policy.

We do not run Google Analytics, tracking pixels, or any third-party analytics scripts on this site. We do not collect email addresses. There are no user accounts on this site.

Cookies

This site sets no cookies of its own. Vercel's infrastructure may set cookies for routing or security purposes. No advertising cookies are present.

Your API keys

If you self-host FreeLLM, your API keys are stored wherever you put them. FreeLLM reads keys from environment variables you configure. Nothing is sent to us. We have no access to your keys or your provider accounts.

Third-party providers

FreeLLM routes requests to LLM providers (Groq, Gemini, Mistral, Cerebras, NVIDIA NIM, Ollama, and others). When you make a request through FreeLLM, your prompt is sent to the provider you configured. Each provider has their own privacy policy and data handling practices. FreeLLM does not mediate or modify what those providers do with your data.

Open source

FreeLLM is released under the MIT license. You can read the full source code and verify exactly what it does at github.com/Devansh-365/freellm.

Contact

Questions or concerns? Open an issue at github.com/Devansh-365/freellm/issues. That is the fastest way to reach the maintainers.