#123 · Primary category: Inference & Local Deploy
kubeai
AI Inference Operator for Kubernetes. The easiest way to serve ML models in production. Supports VLMs, LLMs, embeddings, and speech-to-text.
Project last updated:08/24/26
GitHub Stars
1.3K
Forks
134
Contributors
35
License
Apache-2.0
Why we included this project
If your team runs Kubernetes, KubeAI is a way to serve models without hand-assembling a stack. It's a Kubernetes operator: you declare a model in a CRD and it handles downloading weights, mounting storage, and scaling replicas from zero as demand arrives. The proxy is the part that stands out. Instead of kube-proxy's random load balancing, it uses prefix-aware routing that keeps vLLM's KV cache warm, which helps throughput and time-to-first-token when you run multiple replicas. It ships with a catalog of pre-configured models for common GPU types, runs on CPU, GPU, or TPU, and doesn't need Istio, Knative, or a Prometheus adapter. Teams already on Kubernetes who want to serve LLMs, embeddings, reranking, or speech-to-text will find this covers the whole path from model artifact to a working OpenAI-compatible endpoint.
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.