Getting Started

How to get started with Litellm

1

Install LiteLLM

Run `pip install litellm` to install the Python package.

2

Create Configuration File

Set up a `litellm_config.yaml` file defining your model list with provider credentials including API keys and endpoints.

3

Deploy Proxy Server (Optional)

Clone the repository and deploy the proxy server using Docker, Helm, or Terraform depending on your infrastructure.

4

Configure Model Parameters

Define models in the config file with their provider routes and API credentials.

5

Test Setup

Send a test request to the proxy endpoint or use the Python SDK directly with the configured model name.