#134 · Primary category: Inference & Local Deploy

paddler

ai llamacpp llm llmops load-balancer

Open-source LLM/VLM load balancer and serving platform for self-hosting LLMs (and VLMs) at scale 🏓🦙 Alternative to projects like llm-d, Docker Model Runner, etc but with less moving parts and simple deployments built around ggml ecosystem. Runs on CPU and GPU.

Project last updated:07/19/26

GitHub Stars

1.7K

Forks

97

Contributors

13

License

Apache-2.0

Why we included this project

Running your own LLM serving stack usually means juggling a lot of moving parts. Paddler trims that down to two: a balancer that distributes requests and agents that generate tokens and embeddings. It ships with the llama.cpp engine built in, so inference works without a separate backend. Request buffering lets agents scale up from zero hosts when traffic arrives, and agents can be added or removed on the fly, which pairs well with autoscaling tools. The whole thing is a single binary that runs on CPU or GPU, and it includes a web admin panel plus observability metrics for day to day operations. That makes it an appealing option for small DevOps teams that want predictable costs and full control over their data.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category