Skip to content

Commit ada8c8c

Browse files
authored
Merge branch 'main' into match-rust-version-as-doc
2 parents d9da6b7 + c759d87 commit ada8c8c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

website/src/pages/news.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ import Layout from '@theme/Layout'
33
import styles from './news.module.css'
44

55
const newsArticles = [
6+
{
7+
title: 'Inside the vLLM Semantic Router',
8+
date: 'September 15, 2025',
9+
source: 'Mohit Talniya - Medium',
10+
description: 'A deep dive into intelligent LLM routing, exploring how the vLLM Semantic Router optimizes production-grade LLM applications by intelligently routing requests to the most suitable models.',
11+
url: 'https://mohittalniya.medium.com/inside-the-vllm-semantic-router-a-deep-dive-into-intelligent-llm-routing-3e6b42e2a01d',
12+
category: 'Technical Article',
13+
},
14+
{
15+
title: 'Decoding vLLM Semantic Router',
16+
date: 'October 25, 2025',
17+
source: 'Priyanka Singhal Blog',
18+
description: 'An in-depth technical analysis of the vLLM Semantic Router, covering its architecture, the problem of reasoning costs, and how it uses a fine-tuned ModernBERT classification model integrated with Envoy for efficient request routing.',
19+
url: 'https://psinghal.me/posts/03-vllm-semantic-router/',
20+
category: 'Technical Article',
21+
},
622
{
723
title: 'vLLM Semantic Router: Improving Efficiency in AI Reasoning',
824
date: 'September 11, 2025',

0 commit comments

Comments
 (0)