Who here has implemented a Unified Inference Service in production?
I recently read an engineering article from NVIDIA describing how they built a Unified Inference Service to provide thousands of engineers with access to more than 100 AI models through a single internal endpoint. It got me thinking that this abstraction layer may become a standard part of enterprise AI architectures, especially as organizations adopt multiple providers and self-hosted models.
Has anyone here implemented a Unified Inference Service in production? I'm interested in practical experience around routing, authentication, observability, failover, cost tracking, and model lifecycle management. At what point did it become worth introducing this layer instead of calling providers directly?