diff --git a/README.md b/README.md index 6ef6807e17..c6a7840bfe 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,13 @@ *Latest News* πŸ”₯ -- [2025/11/19] We released the [Signal-Decision Driven Architecture: Reshaping Semantic Routing at Scale](https://blog.vllm.ai/2025/11/19/signal-decision.html) 🧠 +- [2025/12/15] New Blog: [Token-Level Truth: Real-Time Hallucination Detection for Production LLMs](https://blog.vllm.ai/2025/12/14/halugate.html) πŸšͺ +- [2025/11/19] New Blog: [Signal-Decision Driven Architecture: Reshaping Semantic Routing at Scale](https://blog.vllm.ai/2025/11/19/signal-decision.html) 🧠 - [2025/11/03] **Our paper** [Category-Aware Semantic Caching for Heterogeneous LLM Workloads](https://arxiv.org/abs/2510.26835) published πŸ“ -- [2025/10/26] We reached 2000 stars on GitHub! πŸ”₯ - [2025/10/21] We announced the [2025 Q4 Roadmap: Journey to Iris](https://vllm-semantic-router.com/blog/q4-roadmap-iris) πŸ“…. -- [2025/10/16] We established the [vLLM Semantic Router Youtube Channel](https://www.youtube.com/@vLLMSemanticRouter) ✨. -- [2025/10/15] We announced the [vLLM Semantic Router Dashboard](https://www.youtube.com/watch?v=E2IirN8PsFw) πŸš€. - [2025/10/12] **Our paper** [When to Reason: Semantic Router for vLLM](https://arxiv.org/abs/2510.08731) accepted by NeurIPS 2025 MLForSys 🧠. - [2025/10/08] We announced the integration with [vLLM Production Stack](https://github.com/vllm-project/production-stack) Team πŸ‘‹. - [2025/10/01] We supported to deploy on [Kubernetes](https://vllm-semantic-router.com/docs/installation/k8s/ai-gateway) 🌊. -- [2025/09/15] We reached 1000 stars on GitHub! πŸ”₯ - [2025/09/01] We released the project officially: [vLLM Semantic Router: Next Phase in LLM inference](https://blog.vllm.ai/2025/09/11/semantic-router.html) πŸš€. --- @@ -81,16 +78,6 @@ Detect PII in the prompt, avoiding sending PII to the LLM so as to protect the p Detect if the prompt is a jailbreak prompt, avoiding sending jailbreak prompts to the LLM so as to prevent the LLM from misbehaving. Can be configured globally or at the category level for fine-grained security control. -### vLLM Semantic Router Dashboard πŸ’¬ - -Watch the quick demo of the dashboard below: - -
- - vLLM Semantic Router Dashboard - -
- ## Quick Start πŸš€ Get up and running in seconds with our interactive setup script: @@ -162,3 +149,19 @@ If you find Semantic Router helpful in your research or projects, please conside We opened the project at Aug 31, 2025. We love open source and collaboration ❀️ [![Star History Chart](https://api.star-history.com/svg?repos=vllm-project/semantic-router&type=Date)](https://www.star-history.com/#vllm-project/semantic-router&Date) + +## Sponsors πŸ‘‹ + +We are grateful to our sponsors who support us: + +--- + +[**AMD**](https://www.amd.com) provides us with GPU resources and [ROCmβ„’](https://www.amd.com/en/products/software/rocm.html) Software for training and researching the frontier router models, enhancing e2e testing, and building online models playground. + +
+ + AMD + +
+ +--- diff --git a/website/static/img/amd-logo.svg b/website/static/img/amd-logo.svg new file mode 100644 index 0000000000..7f63486c0c --- /dev/null +++ b/website/static/img/amd-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file