#95 · Primary category: Inference & Local Deploy
sie
Open-source inference server and production cluster for all the models your agent needs.
Project last updated:08/27/26
GitHub Stars
2.9K
Forks
287
Contributors
8
License
Apache-2.0
Why we included this project
Most self-hosted inference servers are built around one large model per instance, which gets awkward when an agent actually needs several smaller models for different steps. SIE flips that: a single cluster pulls whatever model a task needs out of a catalog of over 100 options, loading it on demand and using LRU eviction to keep the ones you are actively using warm on the same hardware. Its OpenAI-compatible endpoints for embeddings and chat completions cover the standard agent calls, while the native encode, score, and extract primitives handle retrieval jobs directly, so it slots into LangChain, LlamaIndex, Haystack, and DSPy pipelines without adding a new abstraction layer. The same image runs on a laptop and in Kubernetes, so a small team can validate on one node and then move to a load-balanced, autoscaled setup without rewriting the serving layer. If you are tired of standing up a separate model server per task and paying per-token API costs on top, this is one central endpoint worth evaluating.
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.