运行 curl -fsSL https://freellmapi.co/install.sh | bash 安装,打开 http://localhost:3001,在面板中添加提供商密钥并获取统一 API 密钥。
核验依据
GitHub 项目简介: OpenAI-compatible proxy that stacks the free tiers of 28 LLM providers (~4B tokens/month) behind one /v1 endpoint
README: The problem is that stacking them by hand is painful: twenty-nine different SDKs, twenty-nine different rate limits, twenty-nine places a request can fail. FreeLLMAPI collapses th…
README: **Encrypted keys, one token out** — provider keys are AES-256-GCM encrypted in SQLite and decrypted in-memory per request
README: Plus a **custom** provider — point chat, embedding, image, or audio models at any OpenAI-compatible endpoint
README: Most of these configure themselves with one command — `npx freellmapi setup-claude`, `setup-codex`, `setup-aider`, and ten more generators