**English** · [简体中文](i18n/zh-CN/docs/README.md) # FreeLLMAPI documentation The root [README](../README.md) is the product overview; the detailed guides live here. ## Guides - **[Install & deploy](install.md)** — quick start, Docker Compose, local development, declarative startup config, the Docker image, backups, the desktop app, and where your data lives. - **[API reference](api.md)** — chat completions, `auto:*` routing strategies, streaming, tool calling, vision, Gemini Google Search grounding, embeddings, response headers, and the Anthropic Messages surface. - **[Clients & coding agents](clients.md)** — OpenAI-compatible clients, recipes for Claude Code / Codex CLI / Cline / Continue / Aider / opencode / Cursor, the MCP server, editor autocomplete, and Context Handoff. - **[Prompt compression](compression.md)** — request-side modes, safeguards, per-request controls, custom tool-output filters, statistics, and preview APIs. - **[Architecture & internals](architecture.md)** — how the router works, routing and operational details, what's not supported, honest limitations, and the provider Terms-of-Service review. ## More - [Android with Termux](install/android-termux.md) — experimental local installation using Node's built-in SQLite driver. - [Docker deployment](../docker/README.md) — container configuration and persistent storage. - [Desktop app](../desktop/README.md) — build and package the Electron application. - [Contributor guide](../CONTRIBUTING.md) — development loop, testing expectations, and contribution policy. - [Database migrations](../server/src/db/README.md) — create, apply, inspect, and roll back schema migrations. ## Website assets in this directory - [`index.html`](index.html) — project landing page. - [`install.sh`](install.sh) — Unix Docker bootstrap script. - [`install.ps1`](install.ps1) — PowerShell bootstrap script. - [`success.html`](success.html) — post-install success page.