cd /news/ai-infrastructure/how-to-set-up-a-self-hosted-ai-gatew… · home topics ai-infrastructure article
[ARTICLE · art-128926] src=dev.to ↗ pub= topic=ai-infrastructure verified=true sentiment=↑ positive

How to Set Up a Self-Hosted AI Gateway for 181+ Providers with Wenker Router

Wenker Router, an open-source, self-hosted AI gateway from WENKER-AI, centralizes access to more than 181 LLM providers and models behind a single local entry point. The project, released under the MIT license, is installed via a GitHub clone and npm install, then run locally through a batch script or npm run dev, with a VS Code extension available for editor integration. The maintainers are inviting developers to contribute pull requests and star the repository.

by read1 min views1 publishedSep 14, 2026

Managing multiple LLM APIs across different tools and extensions can quickly get chaotic. Wenker Router solves this by offering an open-source, self-hosted AI gateway that centralizes over 181+ providers and models under a single entry point running on your local machine.

Whether you're developing locally, using VS Code, or routing requests across multiple services, here is how you can set up and run Wenker Router in minutes.

IDE/wenker-vscode). server, client, web, system-prompts, scripts). Start by cloning the repository to your local workspace:

git clone [https://github.com/WENKER-AI/wenker-router.git](https://github.com/WENKER-AI/wenker-router.git)
cd wenker-router

Install all necessary packages for the server, client, and web interface:

npm install

For Windows users, you can run the quick setup batch file directly:

./start.bat

Or start the server and client components manually:

npm run dev

Once running, your local router will be active on localhost, ready to listen for local proxy requests and UI interactions.

To integrate Wenker Router directly into your development workflow:

Wenker Router is 100% open-source under the MIT license. We are actively inviting developers to join and build with us!

Here are a few ways you can contribute:

🔗 GitHub Repository: https://github.com/WENKER-AI/wenker-router

If you find this project useful, feel free to give it a ⭐ Star on GitHub and submit your Pull Requests!

── more in #ai-infrastructure 4 stories · sorted by recency
── more on @wenker router 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-to-set-up-a-self…] indexed:0 read:1min 2026-09-14 ·