/v1/chat/completions on the OpenAI server (default port 8000).
See Capabilities for the full capability list.
Install a site on the same network as vLLM so Pangolin can reach it over the tunnel. See Reach a Self-Hosted API.
Configure
- Sidebar → AI Gateway → Providers → Create.
- Set Provider Type to Custom and give it a name.
- Select OpenAI Chat Completions.
- Set Routing Mode to Site Targets if vLLM runs on a site’s network. Use Upstream URL (
http://<host>:8000) only when the Pangolin node can reach vLLM directly. - Set Auth Type to No Auth if the server has no key. Use Bearer and paste the key if you started vLLM with
--api-key. - Allow the exact served model id (the
--modelname or--served-model-name). See Model Routing. - Save. On the Network tab, add a target: the vLLM host, port
8000, method HTTP. - Attach the provider to an AI Gateway resource.

