Files
helm-anything/src/litellm
2026-02-22 22:12:04 +08:00
..
2026-02-22 22:12:04 +08:00
2026-02-19 23:04:16 +08:00
2026-02-19 23:04:16 +08:00
2026-02-19 23:04:16 +08:00

LiteLLM

Introduction

LiteLLM is a unified API to call over 100+ LLM APIs (OpenAI, Anthropic, Azure, VertexAI, Bedrock, Cohere, Mistral, Ollama, etc.) using the OpenAI format.

Installation

To install LiteLLM, run:

make install

Usage

After installation, verify the deployment:

kubectl get pods -n litellm

To configure LiteLLM, edit the values.yaml file with your LLM provider API keys.

Documentation