LLM Fallback Proxy Trooper V2 Released
·2026.04.29 23:53
Key point
Trooper V2, a proxy that automatically switches to local models to keep conversations going when cloud LLM quotas are exceeded, has been released.
Details
Trooper is a lightweight Go-based proxy that operates between applications and cloud LLMs. When a cloud provider's API quota or rate limit is reached, it provides the ability to instantly switch to a local model while preserving conversation context.
Key features are as follows:
- Local-first design: Ollama is set as the top priority to enhance data privacy, with cloud models used only when needed.
- Smart Chain: You can configure various API keys such as Claude, Gemini, and OpenAI to set up chaining between models.
- Context Preservation: Since the full conversation history is managed server-side, uninterrupted conversation is possible even when switching from cloud to local.
- Easy adoption: It can be used immediately just by changing the Base URL to
localhost:3000, with no code modifications required.
The project is publicly available as open source.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.