superlinked/sie
Open-source inference server and production cluster for all the models your agent needs.
What it solves
SIE (Superlinked Inference Engine) eliminates the need to manage a separate model server for every individual task in an AI agent's workflow. Instead of a patchwork of different servers for embedding, OCR, and text generation, it provides a single, self-hosted cluster that serves over 100 open-source models on demand.
How it works
SIE acts as a unified API gateway that loads models from Hugging Face as needed and evicts them using a Least Recently Used (LRU) strategy to manage memory. It provides an OpenAI-compatible API for easy migration and supports multiple modalities through specialized Docker images (e.g., for OCR or GPU-accelerated generation). For production, it includes Kubernetes and Helm configurations for load balancing, KEDA autoscaling, and monitoring via Grafana.
Who it’s for
Developers building AI agents who want to host their own open-source models in their own cloud without the operational overhead of managing multiple disparate inference servers.
Highlights
- Unified Model Catalog: Supports a wide range of tasks including search/retrieval (BGE-M3, ColBERT), document-to-markdown (Docling, PaddleOCR), structured output (GLiNER), and agent loops (Qwen).
- OpenAI-Compatible: Drop-in replacement for standard API endpoints like
/v1/chat/completionsand/v1/embeddings. - Production-Ready Infra: Ships with Helm charts, KEDA autoscaling (scale-to-zero), and Terraform modules for major cloud providers (AWS, GCP, Azure, Alibaba).
- ** لقب Broad Integration**: Works with popular frameworks like LangChain, LlamaIndex, and DSPy, as well as vector databases like Chroma and Qdrant.
Related
- Dispatch
- Project
- Project
- Project
- Dispatch