Components
LiteLLM
The shared LLM proxy and gateway used by CoreAI services.
Component Category
LLM proxy and gateway
Component Description
LiteLLM provides a unified gateway for accessing language models and model providers through a consistent interface.
Why It Is Used
It simplifies how CoreAI services call models, apply shared access patterns, and manage model routing and credentials across different providers and endpoints.
Learn More
Position In CoreAI
LiteLLM is an important internal CoreAI dependency, but it should not usually be treated as the primary long-term integration surface for product developers. The preferred stable product-facing contract is the CoreAI API.
Interacts With
CoreAI Web Portalfor user-facing model accessCoreAI APIfor application-level LLM callsModel Installerfor shared model access patternsOpenTelemetryandMLflowfor tracing and GenAI observability- Runtime inference services such as
vLLMandKubeAI - External model providers where applicable