Skip to content

Commit 2eb7b58

Browse files
Copilotrootfs
andauthored
Add IETF draft publication: Multi-Provider Extensions for Agentic AI Inference APIs (#506)
* Initial plan * Add new IETF draft publication for Multi-Provider Extensions for Agentic AI Inference APIs Co-authored-by: rootfs <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: rootfs <[email protected]>
1 parent 108374b commit 2eb7b58

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

website/src/pages/publications.js

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,24 @@ const papers = [
2929
],
3030
featured: true,
3131
},
32+
{
33+
id: 3,
34+
type: 'paper',
35+
title: 'Multi-Provider Extensions for Agentic AI Inference APIs',
36+
authors: 'H. Chen, L. Jalil, N. Cocker',
37+
venue: 'Internet Engineering Task Force (IETF) - Network Management Research Group',
38+
year: '2025',
39+
abstract: 'This document specifies multi-provider extensions for agentic AI inference APIs. Published: 20 October 2025. Intended Status: Informational. Expires: 23 April 2026.',
40+
links: [
41+
{ type: 'paper', url: 'https://www.ietf.org/archive/id/draft-chen-nmrg-multi-provider-inference-api-00.html', label: '📄 Paper' },
42+
],
43+
featured: true,
44+
},
3245
]
3346

3447
const talks = [
3548
{
36-
id: 3,
49+
id: 4,
3750
type: 'talk',
3851
title: 'Intelligent LLM Routing: A New Paradigm for Multi-Model AI Orchestration in Kubernetes',
3952
speakers: 'Chen Wang, Huamin Chen',
@@ -47,7 +60,7 @@ const talks = [
4760
featured: true,
4861
},
4962
{
50-
id: 4,
63+
id: 5,
5164
type: 'talk',
5265
title: 'vLLM Semantic Router: Unlock the Power of Intelligent Routing',
5366
speakers: 'Xunzhuo Liu',
@@ -61,7 +74,7 @@ const talks = [
6174
featured: true,
6275
},
6376
{
64-
id: 5,
77+
id: 6,
6578
type: 'talk',
6679
title: 'AI-Powered vLLM Semantic Router',
6780
speakers: 'Huamin Chen',

0 commit comments

Comments
 (0)