diff --git a/docs/my-website/docusaurus.config.js b/docs/my-website/docusaurus.config.js index 03473c12be..33ac8cd846 100644 --- a/docs/my-website/docusaurus.config.js +++ b/docs/my-website/docusaurus.config.js @@ -136,7 +136,7 @@ const config = { to: "docs/hosted" }, { - href: 'https://contextlengthof.com/', + href: 'https://models.litellm.ai/', label: 'šŸ’ø LLM Model Cost Map', position: 'right', }, diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 1bdbadd830..b393b2a74d 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -279,6 +279,8 @@ ui_link = f"/ui/" ui_message = ( f"šŸ‘‰ [```LiteLLM Admin Panel on /ui```]({ui_link}). Create, Edit Keys with SSO" ) +ui_message += f"\n\nšŸ’ø [```LiteLLM Model Cost Map```](https://models.litellm.ai/)." + custom_swagger_message = f"[**Customize Swagger Docs**](https://docs.litellm.ai/docs/proxy/enterprise#swagger-docs---custom-routes--branding)" ### CUSTOM BRANDING [ENTERPRISE FEATURE] ###