diff --git a/docs/my-website/docs/hosted.md b/docs/my-website/docs/hosted.md
new file mode 100644
index 000000000..9d4ca836a
--- /dev/null
+++ b/docs/my-website/docs/hosted.md
@@ -0,0 +1,43 @@
+import Image from '@theme/IdealImage';
+
+# Hosted LiteLLM Proxy
+
+LiteLLM maintains the proxy, so you can focus on your core products.
+
+## [**Get Onboarded**](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
+
+This is in alpha. Schedule a call with us, and we'll give you a hosted proxy within 30 minutes.
+
+[**🚨 Schedule Call**](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
+
+### **Status**: Alpha
+
+Our proxy is already used in production by customers.
+
+See our status page for [**live reliability**](https://status.litellm.ai/)
+
+### **Benefits**:
+- **No Maintenance, No Infra**: We'll maintain the proxy, and spin up any additional infrastructure (e.g.: separate server for spend logs) to make sure you can load balance + track spend across multiple LLM projects.
+- **Reliable**: Our hosted proxy is tested on 1k requests per second, making it reliable for high load.
+- **Secure**: LiteLLM is currently undergoing SOC-2 compliance, to make sure your data is as secure as possible.
+
+## **Screenshots**
+
+### 1. Create keys
+
+
+
+### 2. Add Models
+
+
+
+### 3. Track spend
+
+
+
+
+### 4. Configure load balancing
+
+
+
+#### [**🚨 Schedule Call**](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
\ No newline at end of file
diff --git a/docs/my-website/docusaurus.config.js b/docs/my-website/docusaurus.config.js
index 0dadd71d6..235af3f28 100644
--- a/docs/my-website/docusaurus.config.js
+++ b/docs/my-website/docusaurus.config.js
@@ -105,6 +105,12 @@ const config = {
label: 'Enterprise',
to: "docs/enterprise"
},
+ {
+ sidebarId: 'tutorialSidebar',
+ position: 'left',
+ label: '🚀 Hosted',
+ to: "docs/hosted"
+ },
{
href: 'https://github.com/BerriAI/litellm',
label: 'GitHub',
diff --git a/docs/my-website/img/litellm_hosted_ui_add_models.png b/docs/my-website/img/litellm_hosted_ui_add_models.png
new file mode 100644
index 000000000..207e95229
Binary files /dev/null and b/docs/my-website/img/litellm_hosted_ui_add_models.png differ
diff --git a/docs/my-website/img/litellm_hosted_ui_create_key.png b/docs/my-website/img/litellm_hosted_ui_create_key.png
new file mode 100644
index 000000000..039d26580
Binary files /dev/null and b/docs/my-website/img/litellm_hosted_ui_create_key.png differ
diff --git a/docs/my-website/img/litellm_hosted_ui_router.png b/docs/my-website/img/litellm_hosted_ui_router.png
new file mode 100644
index 000000000..9f20dd4ab
Binary files /dev/null and b/docs/my-website/img/litellm_hosted_ui_router.png differ
diff --git a/docs/my-website/img/litellm_hosted_usage_dashboard.png b/docs/my-website/img/litellm_hosted_usage_dashboard.png
new file mode 100644
index 000000000..8513551d3
Binary files /dev/null and b/docs/my-website/img/litellm_hosted_usage_dashboard.png differ