Menu

LiteLLM server now supported on Vercel - Vercel
📰
0

LiteLLM server now supported on Vercel - Vercel

Vercel News·Elvis Pranskevichus·4 days ago
#MQRhYnJq
#vercel#gateway#litellm#model#openai#photo
Reading 0:00
15s threshold

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.

from litellm.proxy import proxy_server

app = proxy_server.app

Basic LiteLLM Gateway app

To route a single model through Vercel AI Gateway, use the below configuration in litellm_config.yaml:

- model_name: gpt-5.4-gateway

litellm_params:

model: vercel_ai_gateway/openai/gpt-5.4

api_key: os.environ/VERCEL_AI_GATEWAY_API_KEY

Routing a model through Vercel AI Gateway in LiteLLM

Deploy LiteLLM on Vercel or learn more on our documentation

Read More