#42 · Primary category: Inference & Local Deploy
kserve
Standardized Distributed Generative and Predictive AI Inference Platform for Scalable, Multi-Framework Deployment on Kubernetes
Project last updated:08/29/26
GitHub Stars
5.8K
Forks
1.6K
Contributors
378
License
Apache-2.0
Why we included this project
Running models in production on Kubernetes usually means assembling your own serving layer. KServe handles that layer for you, with a single InferenceService abstraction that covers both generative LLMs and classic predictive models, so a vLLM-backed model and an XGBoost predictor share one control plane instead of separate stacks. Built on Kubernetes primitives and Knative, it brings request-based autoscaling, scale-to-zero, canary rollouts, and inference graph routing without extra machinery, and it adds model explainability and drift monitoring that bare model servers rarely provide. As a CNCF incubating project with an OpenAI-compatible protocol, it is a solid self-hosted default that does not tie you to one runtime.
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.