DEV Community

ding
ding

Posted on

How I built a desktop console for managing LLM API keys, model discovery, and local routing

Managing multiple LLM provider APIs sounds simple until the number of keys, relay sites, model names, and desktop clients starts to grow. I built AllApiDeck because I wanted one place to import records, organize them, test what actually works, and route requests through a local workflow that is easier to observe and debug.

AllApiDeck is aimed at people who juggle many providers and client tools. It includes import and grouping, model discovery, quick checks, routing, and request tracing.

GitHub: https://github.com/jlwebs/AllApiDeck

Top comments (0)