What problem does it solve?
This Skill eliminates the need to build and maintain custom integrations for each LLM provider, centralizing API access, authentication, spend tracking, and routing for 100+ LLM services in a single OpenAI-compatible gateway.
Core Features & Use Cases
- Unified API Access: Expose an OpenAI-compatible endpoint that routes requests to any supported LLM provider, so client code does not need to change when switching models.
- Built-in Governance: Manage virtual API keys, set per-team budgets and rate limits, and enforce RBAC and JWT/OIDC auth for secure access.
- Use Case: For a team using multiple LLMs (OpenAI, Anthropic, self-hosted vLLM), use this Skill to deploy a proxy that tracks spend per department, routes requests to the lowest-cost available model, and integrates with Langfuse for observability.
Quick Start
Use the litellm skill to deploy a production-ready LLM API proxy with Docker, configure your model list and access controls, and connect it to your existing LLM providers for unified, tracked access.