diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 1bdbadd8301..b393b2a74d2 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] ###