#32 · Primary category: Inference & Local Deploy
BentoML
The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
Project last updated:08/28/26
GitHub Stars
8.8K
Forks
1.0K
Contributors
238
License
Apache-2.0
Why we included this project
BentoML wraps a model inference script into a REST API with a few lines of Python and standard type hints, which is exactly what a team needs after it has trained or downloaded a model and wants to put it behind an endpoint. The library handles the serving chores that tend to eat up time: dependencies and environments live in a simple config file, Docker images are generated automatically so deploys stay reproducible, and optimizations like dynamic batching and model parallelism get more throughput out of your CPUs and GPUs. Because it works across different frameworks and runtimes, you can compose multi-model pipelines or mix custom business logic with inference in a single service rather than gluing several tools together. The same code runs locally for debugging, then ships as a Docker container or to a managed cloud, which makes the jump from prototype to production fairly painless.
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.