diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md
index 06889cb32d..e52a19162e 100644
--- a/docs/my-website/docs/proxy/enterprise.md
+++ b/docs/my-website/docs/proxy/enterprise.md
@@ -4,23 +4,21 @@ import TabItem from '@theme/TabItem';
# ✨ Enterprise Features - SSO, Audit Logs, Guardrails
-Features here are behind a commercial license in our `/enterprise` folder. [**See Code**](https://github.com/BerriAI/litellm/tree/main/enterprise)
+:::tip
-:::info
-
-[Get Started with Enterprise here](https://github.com/BerriAI/litellm/tree/main/enterprise)
+Get in touch with us [here](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
:::
Features:
- ✅ [SSO for Admin UI](./ui.md#✨-enterprise-features)
-- ✅ [Audit Logs](./ui.md#✨-enterprise-features)
+- ✅ [Audit Logs](#audit-logs)
- ✅ [Tracking Spend for Custom Tags](#tracking-spend-for-custom-tags)
-- ✅ Content Moderation with LLM Guard, LlamaGuard, Google Text Moderations
-- ✅ [Prompt Injection Detection (with LakeraAI API)](#prompt-injection-detection-lakeraai)
+- ✅ [Content Moderation with LLM Guard, LlamaGuard, Google Text Moderations](#content-moderation)
+- ✅ [Prompt Injection Detection (with LakeraAI API)](#prompt-injection-detection---lakeraai)
+- ✅ [Custom Branding + Routes on Swagger Docs](#swagger-docs---custom-routes--branding)
- ✅ Reject calls from Blocked User list
- ✅ Reject calls (incoming / outgoing) with Banned Keywords (e.g. competitors)
-- ✅ Custom Branding + Routes on Swagger Docs
## Audit Logs
@@ -80,7 +78,7 @@ Requirements:
- Virtual Keys & a database should be set up, see [virtual keys](https://docs.litellm.ai/docs/proxy/virtual_keys)
-### Usage - /chat/completions requests with request tags
+#### Usage - /chat/completions requests with request tags
@@ -175,7 +173,7 @@ print(response)
-### Viewing Spend per tag
+#### Viewing Spend per tag
#### `/spend/tags` Request Format
```shell
@@ -206,7 +204,7 @@ curl -X GET "http://0.0.0.0:4000/spend/tags" \
```
-
-
-## Swagger Docs - Custom Routes + Branding
-
-:::info
-
-Requires a LiteLLM Enterprise key to use. Get a free 2-week license [here](https://forms.gle/sTDVprBs18M4V8Le8)
-
-:::
-
-Set LiteLLM Key in your environment
-
-```bash
-LITELLM_LICENSE=""
-```
-
-### Customize Title + Description
-
-In your environment, set:
-
-```bash
-DOCS_TITLE="TotalGPT"
-DOCS_DESCRIPTION="Sample Company Description"
-```
-
-### Customize Routes
-
-Hide admin routes from users.
-
-In your environment, set:
-
-```bash
-DOCS_FILTERED="True" # only shows openai routes to user
-```
-
-
-
## Public Model Hub
Share a public page of available models for users