Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 979 Bytes

File metadata and controls

28 lines (20 loc) · 979 Bytes
title Architecture
nav_order 2
has_children true

Architecture

Understanding the LLM Proxy system design and architecture.

What's in this section

Quick Overview

The LLM Proxy is a transparent reverse proxy that:

  • Replaces short-lived "withering" tokens with real API keys
  • Provides project-based access control
  • Publishes async events for observability
  • Caches HTTP responses for efficiency

For the complete system design, see the Architecture Overview.