#79 · Primary category: Inference & Local Deploy
LitServe
A minimal Python framework for building custom AI inference servers with full control over logic, batching, and scaling.
Project last updated:08/17/26
GitHub Stars
3.9K
Forks
301
Contributors
51
License
Apache-2.0
Why we included this project
Most serving frameworks expect you to work inside their request pipeline, but LitServe takes the opposite approach: you define how inference actually happens in plain Python. A LitAPI subclass loads your models and spells out how each request becomes a prediction, while the framework handles the parts nobody wants to wire by hand, including request routing, batching, streaming, GPU placement, and scaling across workers. That freedom matters when you serve something more complex than a single stock LLM, such as multi-model pipelines, RAG endpoints, agents that call tools, or custom logic layered on a vLLM backend. Because it is built on FastAPI, teams already comfortable with that ecosystem can adopt it gradually, and the same server runs locally or moves to managed infrastructure as load grows. Engineers who want deployment control without writing MLOps glue code will find it a practical fit.
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.