OpenLLM by BentoML runs open models behind an OpenAI-compatible endpoint with one command, adds a chat UI, and packages everything for Docker or cloud deployment.
| Category | Inference server |
| Type | Serving framework |
| License | Apache-2.0 |
| Runs locally | Yes |
| Built with | Python |
| Skill level | Beginner |
| Best for | going from model name to production endpoint fast |
Other open-source inference server tools worth comparing:
vLLMHigh-throughput serving for production
TGIHugging Face's production text server
SGLangFast serving with structured outputs
LMDeployToolkit for compressing and serving LLMs
Aphrodite EngineHigh-throughput LLM serving
TensorRT-LLMPeak throughput on NVIDIA GPUs
KTransformersRun huge MoE models on one consumer GPU
Ray ServeScale model serving across a cluster
BentoMLPackage any model into a production APIOpenLLM is free and open-source (Apache-2.0 license), so you can use, self-host and modify it at no cost.
Yes. OpenLLM is designed to run on your own machine or server, keeping your data private.
Popular open-source alternatives include vLLM, TGI, SGLang. See the comparisons above to choose.
Browse the full directory of open-source AI tools, models and projects — updated daily.
Browse all tools →