Routing Controls
Privacy Mode
Never fall back to cloud providers — keep all requests on local/hoster infrastructure.
{"model": "auto", "messages": [...], "privacy_mode": true}
In privacy mode:
- Complex queries that would normally escalate to cloud are served locally instead
- If the local model is uncertain (
<UNCERTAIN>), the answer is still served locally - If no hoster is available, the request fails with an error (not silently falling back)
💡 Use privacy mode for sensitive data, proprietary code, or HIPAA/GDPR compliance scenarios where cloud processing is not acceptable.