LiteLLM server now supported on Vercel (opens in new tab)
**Published:** March 16, 2026 | **Authors:** Elvis Pranskevichus, Greg Schofield, Ricardo Gonzalez , Marcos Grappeggia, Anthony Shew --- You can now deploy LiteLLM server on Vercel, giving developers LLM access with an OpenAI-compatible gateway connecting to any supported provider, including Vercel AI Gateway. **app.py** ```python from litellm.proxy import proxy_server app = proxy_server.app ``` To route a single model through Vercel AI Gateway, use the below configuration in `litellm_co...
Read the original article