Features
Everything the routing layer should have done from day one.
Adaptive routing
XelonNet continuously scores every node in the mesh on latency, error rate, and load, and routes each request to the best match at that instant. When a node degrades mid-response, in-flight streams fail over without the user noticing.
Sandboxed execution
Every conversation runs in an isolated context. Inputs are sanitized before they ever reach a model, and outputs are sanitized again before they render, so untrusted content can't execute in your app.
Branching context
Edit any message in a conversation and XelonNet forks from that point, preserving the original thread. You can compare branches side by side without losing history.
Composable stack
XelonNet is a layer, not a platform lock-in. It sits behind your existing auth, storage, and observability, and speaks plain HTTP, so it drops into stacks that already exist.
Streaming-first
Responses stream token by token with automatic, graceful reconnect if the connection drops, so long answers feel instant rather than blocking.
Private by default
Nothing sent through XelonNet is used to train models. Data residency controls let you pin processing to specific regions for compliance.