Find Your Focus: How to Join and Work Together
Open source grows when people can see where their work belongs and who they can build with. vLLM Semantic Router now has seven Workgroups, each responsible for one durable technical direction.

If you are new to the project, start here: vLLM Semantic Router sits between an AI application and its model or agent backends. It understands the request, chooses how it should be handled, executes that route, and measures the result. The Workgroups divide that system into clear places to contribute.
One System, Seven Clear Owners
A routed request crosses several responsibilities:
- Developer Experience & Ecosystem provides the CLI, Dashboard, APIs, recipes, and learning path.
- Enterprise & Environment secures management surfaces and owns lifecycle, capacity, and deployment policy.
- Router Models & Inference Runtime produces the signals used to route.
- MoM & Routing chooses models and multi-model strategies.
- Agentic & Context manages bounded context, memory, and session continuity.
- Data Plane & Networking executes the chosen path.
- Evaluation & Quality measures results and catches regressions.
They form one system, separated by responsibility rather than isolated code ownership. Every Epic in the live views below has one owning Workgroup. Dependencies on other groups are recorded as shared interfaces in the linked charter.
Choose the direction that matches the problem you want to solve. GitHub labels on each linked Epic are the source of truth for acceptance and delivery status.
MoM & Routing
Mission: Make a pool of models behave like one measurable and improving Mixture-of-Models.
The problem
A user should be able to call one stable model name without choosing a backend for every request. A Mixture-of-Models (MoM) needs a qualified model pool and a versioned recipe that can improve without making behavior unpredictable.
What this Workgroup owns
- Model pools, model roles, portable recipes, and their versioned lifecycle.
- Model selection and collaboration through fallback, cascade, judging, synthesis, and bounded workflows.
- Offline-to-online improvement of recipes and pool members against explicit quality, cost, latency, safety, domain, or modality objectives.
- Modality-aware pools, approved reasoning reuse, and safe reuse of compatible computation across models.
What it does not own
This Workgroup does not train the lightweight models that produce routing signals, build the live network path, decide how conversation history is compressed, or operate a hosted service.
Owned Epics
View all current MoM & Routing Epics
Router Models & Inference Runtime
Mission: Build better Router Models and one extensible runtime for executing them across the ecosystem.
The problem
Routing depends on signals such as intent, complexity, safety, preference, and expected quality. The models that produce those signals must improve over time, and new models should not spread engine-specific code throughout the Router.
What this Workgroup owns
- Improve, calibrate, and release the Router Models built into the project.
- Develop routing-native model families beyond BERT-only designs.
- Build reproducible self-improvement, distillation, and fine-tuning pipelines.
- Provide one versioned execution contract across supported engines and hardware, with clear activation, diagnostics, and rollback.