Quick Start
Create keys, track spend, add models without worrying about the config / CRUD endpoints.
Quick Start​
- Requires proxy master key to be set
- Requires db connected
Follow setup
1. Start the proxy​
litellm --config /path/to/config.yaml
#INFO: Proxy running on http://0.0.0.0:4000
2. Go to UI​
http://0.0.0.0:4000/ui # <proxy_base_url>/ui
3. Get Admin UI Link on Swagger​
Your Proxy Swagger is available on the root of the Proxy: e.g.: http://localhost:4000/
4. Change default username + password​
Set the following in your .env on the Proxy
LITELLM_MASTER_KEY="sk-1234" # this is your master key for using the proxy server
UI_USERNAME=ishaan-litellm # username to sign in on UI
UI_PASSWORD=langchain # password to sign in on UI
On accessing the LiteLLM UI, you will be prompted to enter your username, password
Invite-other users​
Allow others to create/delete their own keys.
Model Management​
The Admin UI provides comprehensive model management capabilities:
- Add Models: Add new models through the UI without restarting the proxy
- Model Hub: Make models public for developers to discover available models
- Price Data Sync: Keep model pricing data up to date by syncing from GitHub
For detailed information on model management, see Model Management.
Sync Model Pricing Data
Sync model pricing data from GitHub to keep your model cost information current.
Disable Admin UI​
Set DISABLE_ADMIN_UI="True"
in your environment to disable the Admin UI.
Useful, if your security team has additional restrictions on UI usage.
Expected Response