#33167 [Bug]: v1.92.0 downloads Prisma Binaries at startup
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Starting with version v1.92.0, LiteLLM tries to download the Prisma binaries and fails if it cannot reach the internet. In many corporate networks, egress is limited and thus, LiteLLM cannot be used.
### Steps to Reproduce
1. Run migrations with egress disabled 2. Container will be stuck retrying to fetch the prisma binaries
### Relevant log output
```shell 06:14:56 - LiteLLM:WARNING: get_model_cost_map.py:290 - LiteLLM: Failed to fetch remote model cost map from https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json: [Errno 111] Connection refused. Falling back to local backup. 2026-07-14 06:15:06,863 - litellm_proxy_extras - INFO - Running prisma migrate deploy 2026-07-14 06:15:06,863 - litellm_proxy_extras - INFO - Using cached Prisma CLI at /app/.cache/prisma-python/binaries/node_modules/.bin/prisma 2026-07-14 06:15:11,371 - litellm_proxy_extras - INFO - prisma db error: prisma:warn Prisma doesn't know which engines to download for the Linux distro "wolfi". Falling back to Prisma engines built "deb…