Skip to content
Dashboard
app.py
from litellm.proxy import proxy_server
app = proxy_server.app

Basic LiteLLM Gateway app

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

Ready to deploy?