Skip to main content

[BETA] Admin UI

info

This is in beta, so things may change. If you have feedback, let us know

Allow your users to create, view their own keys through a UI

Quick Start

1. Setup SSO/Auth for UI

Required .env variables on your Proxy

# for Google SSO Login
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
  • Set Redirect URL on your Oauth 2.0 Client on https://console.cloud.google.com/
    • Set a redirect url = <your proxy base url>/sso/callback
      https://litellm-production-7002.up.railway.app/sso/callback

2. Start Proxy Server

litellm --config proxy_config.yaml --port 4000

# start proxy on port 4000

Your Proxy Swagger is available on the root of the Proxy: http://localhost:4000/