diff --git a/docs/my-website/docs/enterprise.md b/docs/my-website/docs/enterprise.md
index 3dc4cb0e2..84804aa5f 100644
--- a/docs/my-website/docs/enterprise.md
+++ b/docs/my-website/docs/enterprise.md
@@ -16,7 +16,10 @@ This covers:
- ✅ **Feature Prioritization**
- ✅ **Custom Integrations**
- ✅ **Professional Support - Dedicated discord + slack**
-- ✅ **Custom SLAs**
+- ✅ [**Custom Swagger**](../docs/proxy/enterprise.md#swagger-docs---custom-routes--branding)
+- ✅ [**Public Model Hub**](../docs/proxy/enterprise.md#public-model-hub)
+- ✅ [**Custom Email Branding**](../docs/proxy/email.md#customizing-email-branding)
+
## [COMING SOON] AWS Marketplace Support
diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md
index 7db6b6ffa..8e2b79a5f 100644
--- a/docs/my-website/docs/proxy/enterprise.md
+++ b/docs/my-website/docs/proxy/enterprise.md
@@ -586,4 +586,10 @@ In your environment, set:
DOCS_FILTERED="True" # only shows openai routes to user
```
-
\ No newline at end of file
+
+
+## Public Model Hub
+
+Share a public page of available models for users
+
+
\ No newline at end of file
diff --git a/docs/my-website/img/model_hub.png b/docs/my-website/img/model_hub.png
new file mode 100644
index 000000000..1aafc993a
Binary files /dev/null and b/docs/my-website/img/model_hub.png differ