superlinked/sie

Open-source inference server and production cluster for all the models your agent needs.

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 21st, 2026
Created on November 7th, 2023
Open Issues & Pull Requests: 16 (+2)
GitHub issues: Enabled
Number of forks: 313
Total Stargazers: 3,317 (+2)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 37.8 hours
Mean response time: 6.4 days
90th percentile: 13.6 days
Tracked items: 15

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 1
Closed in 7 days: 4
Avg open age: 65 days
Stale 30+ days: 3
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

SIE is an open-source inference server that consolidates multiple model serving tasks into a single self-hosted cluster for agent applications.

The tool addresses the operational complexity of running separate model servers for different agent tasks by providing a unified inference engine that serves over one hundred models through a single API. It loads models on demand and evicts them using least-recently-used caching, eliminating the need to maintain distinct infrastructure for embeddings, reranking, document conversion, content safety, vision, and language model tasks. The system exposes OpenAI-compatible endpoints for embeddings, chat completions, and standard completions, allowing existing agent frameworks to migrate without code changes.

Teams building production agents should consider SIE if they want to consolidate model serving infrastructure and avoid vendor lock-in through self-hosting. The tool suits projects that call multiple open models and need to run them in their own cloud environment. It comes with Kubernetes and Helm configurations, KEDA autoscaling setup, and Grafana dashboards for monitoring, making it suitable for teams with container orchestration experience. The project integrates with popular agent frameworks including LangChain, LlamaIndex, Haystack, DSPy, and CrewAI, as well as vector databases like Chroma, Qdrant, Weaviate, and LanceDB.

Development activity shows consistent engagement with regular commits across the codebase and active issue management indicating responsiveness to user needs. The project maintains a curated model catalog with benchmarked embedding and retrieval models, suggesting ongoing evaluation and selection of models to include. Documentation is actively maintained with quickstart guides and API references available, supporting new users in adoption.