Contents

LiteLLM: LLM Proxy Server

Contents

LLM Proxy server is a way that adds much functionality like caching, rate limiting, and routing to making LLM requests. This blog post will explain what a proxy is and LiteLLM.

An LLM Proxy is a service that sits between your application and the LLM provider’s API.