Overview of GuideLLM
mainGuideLLM is an SLO-aware (Service Level Objective) benchmarking and evaluation platform designed to optimize real-world LLM inference. It allows engineering and ML teams to simulate end-to-end interactions with OpenAI-compatible or vLLM-native servers using realistic workload patterns.
Key capabilities include:
- Latency & Token Statistics: Captures full distributions for Time To First Token (TTFT), Inter-Token Latency (ITL), and end-to-end behavior.
- Traffic Pattern Generation: Supports synchronous, concurrent, and rate-based modes, including reproducible sweeps to find safe operating ranges.
- Multimodal Support: Handles real and synthetic datasets for text, image, audio, and video.
- Standardized Reporting: Produces exportable reports for dashboards and regression tracking.
- High-Throughput Execution: Utilizes multiprocessing, threading, and async execution via a flexible CLI and API.