diff --git a/litellm/auth_v2/__init__.py b/litellm/proxy/auth_v2/__init__.py similarity index 100% rename from litellm/auth_v2/__init__.py rename to litellm/proxy/auth_v2/__init__.py diff --git a/litellm/auth_v2/authenticators.py b/litellm/proxy/auth_v2/authenticators.py similarity index 100% rename from litellm/auth_v2/authenticators.py rename to litellm/proxy/auth_v2/authenticators.py diff --git a/litellm/auth_v2/config.py b/litellm/proxy/auth_v2/config.py similarity index 100% rename from litellm/auth_v2/config.py rename to litellm/proxy/auth_v2/config.py diff --git a/litellm/auth_v2/errors.py b/litellm/proxy/auth_v2/errors.py similarity index 100% rename from litellm/auth_v2/errors.py rename to litellm/proxy/auth_v2/errors.py diff --git a/litellm/auth_v2/models.py b/litellm/proxy/auth_v2/models.py similarity index 100% rename from litellm/auth_v2/models.py rename to litellm/proxy/auth_v2/models.py diff --git a/litellm/auth_v2/network.py b/litellm/proxy/auth_v2/network.py similarity index 100% rename from litellm/auth_v2/network.py rename to litellm/proxy/auth_v2/network.py diff --git a/litellm/auth_v2/oidc.py b/litellm/proxy/auth_v2/oidc.py similarity index 100% rename from litellm/auth_v2/oidc.py rename to litellm/proxy/auth_v2/oidc.py diff --git a/litellm/auth_v2/rbac.py b/litellm/proxy/auth_v2/rbac.py similarity index 100% rename from litellm/auth_v2/rbac.py rename to litellm/proxy/auth_v2/rbac.py diff --git a/litellm/auth_v2/resolver.py b/litellm/proxy/auth_v2/resolver.py similarity index 100% rename from litellm/auth_v2/resolver.py rename to litellm/proxy/auth_v2/resolver.py diff --git a/litellm/auth_v2/saml.py b/litellm/proxy/auth_v2/saml.py similarity index 100% rename from litellm/auth_v2/saml.py rename to litellm/proxy/auth_v2/saml.py diff --git a/litellm/auth_v2/scim.py b/litellm/proxy/auth_v2/scim.py similarity index 100% rename from litellm/auth_v2/scim.py rename to litellm/proxy/auth_v2/scim.py diff --git a/litellm/auth_v2/security.py b/litellm/proxy/auth_v2/security.py similarity index 100% rename from litellm/auth_v2/security.py rename to litellm/proxy/auth_v2/security.py