Claude Code runs out of credits, and everything stops. This is the Windows 11 fix: OmniRoute — a free, open-source AI router that runs on your own PC — with Claude Code wired straight into it, answering from a model that costs nothing. No API key, no credit card, no signup.
We start with what OmniRoute actually does, because that's the part nobody explains. It scores every available model live on 12 factors the moment your request lands. It hands your conversation to the next account with a summary when one runs out (Context Relay). And it shrinks your request before it's ever sent — up to 95% fewer tokens, about 89% on average. Then the one honest trade-off, so you know exactly what you're trusting before you rely on this daily.
Then we build the whole thing, step by step. The Node.js version check that saves you an error later, npm install -g omniroute, the dashboard on localhost:20128, the default password you have to change, and the No Auth filter — seven providers with no account and no API key. We test a free model with one click and get a real answer in the Playground. Then we create .claude/settings.json in VS Code and point Claude Code at OmniRoute with auto/best-free. The last shot in this video is Claude Code answering, routed locally, on a free model.
One door, more than 250 AI providers behind it, about 1.5 billion free tokens pooled across them every month.
Every number here came from OmniRoute's own source code and a live install, checked in July 2026 — not copied from anywhere else.
The settings.json block is in the pinned comment. Copy it, no typing.
#ClaudeCode #OmniRoute #Windows11
────────────────────────────────────────
WATCH NEXT
Claude Code in VS Code — Installation & Usage Guide (2026). You just built the free setup; this is how to get fast with it:
• Claude Code in VS Code - Installation & Us...
────────────────────────────────────────
MENTIONED IN THE VIDEO
No Node.js yet? How to Install Node.js and npm on Windows 11 WITHOUT Errors (2026):
• How to Install Node.js & npm on Windows 11...
No VS Code yet? How to Install VS Code on Windows 11 (2026):
• How to Install VS Code on Windows 11 (2026)
No Claude Code yet? How to Install Claude Code on Windows 11, Full Setup Guide:
• How to Install Claude Code on Windows 11 |...
That guide covers the install. The settings file we create here is what points Claude Code at OmniRoute instead of Claude's own servers.
OmniRoute on GitHub, where every number in this video came from:
https://github.com/diegosouzapw/OmniR...
Node.js LTS installer:
https://nodejs.org/en/download
────────────────────────────────────────
WHAT YOU NEED
Windows 11
Node.js 22.22.2 or newer, or any 24.x. We check this and update it first, before installing anything.
VS Code and Claude Code, for the last section only. Links above.
No API key. No credit card. No signup for the providers we connect.
Dashboard address: localhost:20128
Default dashboard password: CHANGEME, uppercase. Change it immediately, in Settings under Security.
────────────────────────────────────────
CHAPTERS
0:00 Five API keys, and still hitting the wall
0:57 How OmniRoute picks a model: 12 factors, live
2:01 Compression: up to 95% fewer tokens
2:42 The one honest trade-off
3:51 Check Node.js first, this saves an error
4:27 Updating Node.js from nodejs.org
4:55 Installing OmniRoute with npm
5:13 The dashboard, and the password you must change
5:44 The No Auth filter: free providers, no signup
6:30 Test a free model before you trust it
6:54 Your first free answer, in the Playground
7:20 What you need before wiring in Claude Code
7:52 Creating .claude/settings.json in VS Code
9:18 What auto/best-free actually does
9:54 Building your own combo
10:17 Claude Code, answering on a free model
11:13 Recap and what to watch next
────────────────────────────────────────
TROUBLESHOOTING (details in pinned comment)
"Select login method", or it asks for a subscription: Claude Code isn't reading
settings.json. Run claude from the folder that CONTAINS .claude, not from inside it.
Restart VS Code fully.
"claude is not recognized as the name of a cmdlet" / "command not found: claude":
separate install, linked above. Then open a new terminal so PATH updates.
Error 429, rate limit exceeded: free endpoints are shared and saturate. Test all models,
use the green ones.
"npm is not recognized" after installing Node.js: open a fresh terminal, then run node
--version. Needs 22.22.2+.
403, Invalid API Key format: a provider in the route wants a real key. Disable any
provider with a placeholder key.
Subscribe if you want dev and AI tools set up properly on Windows 11. That's what we do here.
This tutorial covers: omniroute, omniroute claude code, claude code free, run claude code for free on windows 11, omniroute setup windows 11, omniroute install, free ai coding assistant, claude code no api key, free llm api, ai router windows 11, auto/best-free, opencode free.