From eadcc09f44e503a25d11d843ee5ad4edbf0280d5 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 3 Sep 2024 06:55:14 -0700 Subject: [PATCH] docs(enterprise.md): clarify how enterprise deployments work --- docs/my-website/docs/enterprise.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/my-website/docs/enterprise.md b/docs/my-website/docs/enterprise.md index e72cc76abd..b1dda8769d 100644 --- a/docs/my-website/docs/enterprise.md +++ b/docs/my-website/docs/enterprise.md @@ -65,3 +65,14 @@ Professional Support can assist with LLM/Provider integrations, deployment, upgr ### What’s the cost of the Self-Managed Enterprise edition? Self-Managed Enterprise deployments require our team to understand your exact needs. [Get in touch with us to learn more](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat) + + +### How does deployment with Enterprise License work? + +You just deploy [our docker image](https://docs.litellm.ai/docs/proxy/deploy) and get an enterprise license key to add to your environment to unlock additional functionality (SSO, Prometheus metrics, etc.). + +```env +LITELLM_LICENSE="eyJ..." +``` + +No data leaves your environment. \ No newline at end of file