ended3월 26일· 1 sources
AI Gateways Are Not I/O-Bound Proxies I Benchmarked 5 of Them to Prove It
AI 게이트웨이는 단순한 I/O 바운드 프록시가 아니다 — 5개 제품 벤치마크로 증명
Why it matters
The author challenges the assumption that AI gateways are simple I/O-bound reverse proxies, demonstrating through benchmarks of five open-source gateways that per-request CPU work (JSON parsing, rate limiting, routing, header mutation, logging) serializes under concurrent load. Using a fixed 60ms mock upstream on identical hardware, the results show widely divergent performance: Ferro Labs and Kong scale linearly, while Bifrost suffers connection pool starvation, LiteLLM hits a CPU ceiling around 175 RPS, and Portkey's latency degrades significantly above 150 VUs.
1
Sources
+0
24h
—
Growth
179d
Active
AI GatewaybenchmarkproxyFerro LabsKongLiteLLM