Deploy LLM Stack
LiteLLM with Redis for Production
litellm
Just deployed
Redis
Just deployed
/data
Just deployed
/var/lib/postgresql/data
Production-ready LiteLLM proxy with PostgreSQL and Redis. Unified API for 100+ LLM providers.
Overview
This stack provides a streamlined, production-ready LiteLLM deployment with persistent storage and caching:
Core Services:
- LiteLLM - Unified proxy for 100+ LLM providers (OpenAI, Anthropic, Azure, Google, and more)
- PostgreSQL w/pgvector - Managed database for caching, logging, and vector storage
- Redis - High-performance cache for rate limiting, session management, and job queues
Primary Use Case: Deploy a production-grade LLM proxy to Railway with minimal configuration. Route requests to multiple providers through a single, unified API endpoint with built-in caching and persistence.
Alternative: Run locally using Minikube + Skaffold (see Local Development section).