Show HN: I stopped using an LLM gateway and put rate-limits/fallback in-process https://ift.tt/xXkCpTn

Show HN: I stopped using an LLM gateway and put rate-limits/fallback in-process Sup HN. I built VernLLM cuz every LLM gateaway I looked at, meant adding a network hop just to get rate limiting, multi provider fallback, circuit breaking and other features. Needing to take a whole seperate service just to deploy, monitor and trust with my API keys is just annoying since my whole tech stack was just TypeScript and Node. VernLLM does the same job within your LLM calls, but its in process instead. Its supports OpenAI-compatible APIs, Anthropic, Gemini and Bedrock providers. I would also argue that the features VernLLM provides is more developed then any other gateaway out there when it comes to resilience and customization. The tradeoff vs a gateaway is that it has no centralized policy across multiple apps or languages so if you want that then its better to use a gateaway instead. Here is the docs for more info: https://vernllm.dev https://ift.tt/Wed0hg7 September 6, 2026 at 05:17AM

Post a Comment

Thanks for your interest

Previous Post Next Post