Meeting SLOs, Slashing Hours: Automated Enterprise LLM Optimization with OptiKIT
Nicholas Santavas, Kareem Eissa, Patrycja Cieplicka, Piotr Florek, Matteo Nulli, Stefan Vasilev, Seyyed Hadi Hashemi, Antonios Gasteratos, Shahram Khadivi
TL;DR
OptiKIT introduces an end-to-end, distributed framework for automated enterprise LLM optimization that orchestrates model compression, calibration, statistical evaluation, benchmarking, and deployment tuning. By employing backend-agnostic compression, recipe-driven quantization, SLO-driven benchmarking, and Bayesian runtime tuning within a Ray-based architecture, it achieves substantial throughput gains per GPU while maintaining near full-precision accuracy across diverse tasks. The work demonstrates robust production-ready automation, reproducibility, and enterprise integration, reducing manual optimization time and enabling non-expert teams to deploy optimized LLMs at scale. Its practical impact lies in democratizing high-performance model deployment under constrained compute resources, with open-source goals to encourage external contributions and reproducibility.
Abstract
Enterprise LLM deployment faces a critical scalability challenge: organizations must optimize models systematically to scale AI initiatives within constrained compute budgets, yet the specialized expertise required for manual optimization remains a niche and scarce skillset. This challenge is particularly evident in managing GPU utilization across heterogeneous infrastructure while enabling teams with diverse workloads and limited LLM optimization experience to deploy models efficiently. We present OptiKIT, a distributed LLM optimization framework that democratizes model compression and tuning by automating complex optimization workflows for non-expert teams. OptiKIT provides dynamic resource allocation, staged pipeline execution with automatic cleanup, and seamless enterprise integration. In production, it delivers more than 2x GPU throughput improvement while empowering application teams to achieve consistent performance improvements without deep LLM optimization expertise. We share both the platform design and key engineering insights into resource allocation algorithms, pipeline orchestration, and integration patterns that enable large-scale, production-grade democratization of model optimization. Finally, we open-source the system to enable external contributions and broader reproducibility.
