NodeMonitor Gateway
<div class="post-category"><span class="cat-badge cat-ecosystem">Ecosystem</span></div>
<p class="lead"><strong>NodeMonitor is the shared infrastructure layer for the 1BZ ecosystem. It provides a unified LLM gateway, a centralized Qdrant knowledge base, email security, an API router, and file transfer services that every node in the network can consume.</strong></p>
<h2>Overview</h2>
<p>Running in production at http://1bz.biz:7333 with 77 routes on FastAPI, NodeMonitor lets any node call 22+ LLM models through one endpoint. It enforces a fallback chain of Ollama -> OpenRouter -> Claude so that local inference is tried first and cloud is a graceful backstop.</p>
<h2>Key components</h2>
<ul><li>LLM Gateway — qwen3:14b default, multi-model routing</li><li>Qdrant KB — shared vector store at 10.50.0.2:6333</li><li>BizMesh — WireGuard VPN (10.50.0.0/24) for email security and private RPC</li><li>Master key authentication for admin endpoints</li><li>File transfer and cross-node tool discovery</li></ul>
<h2>How it works</h2>
<p>Nodes authenticate with a master key, submit a model request, and NodeMonitor picks the cheapest healthy provider. Billing is recorded in DZIT credits and revenue is split 70/20/10 between provider, referrer, and platform.</p>
<h2>Related</h2>
<ul><li>[Ecosystem Overview](/post.php?slug=ecosystem-overview)</li><li>[Cross-Node Tool Calling](/post.php?slug=cross-node-tool-calling)</li><li>[70/20/10 Revenue Split](/post.php?slug=dzit-revenue-split)</li></ul>
Powered by BizNode™