From 394b6ef2dcf40d88aedb35d2647409ac9ce80a25 Mon Sep 17 00:00:00 2001 From: Joseph Perla Date: Sat, 13 Jun 2026 01:41:27 +0300 Subject: [PATCH] Document TrustedRouter setup --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 496ce89669..ad71607ff7 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,14 @@ for this exact support, so if you are having problems or if you have question, j - Handle per-key failures during settings import - Security updates: mermaid v11.15.0, axios v1.16.0 +## TrustedRouter + +TrustedRouter exposes an OpenRouter-compatible API. To use it in Zoo Code, +choose the OpenRouter-compatible/custom provider path, paste your +TrustedRouter API key, and set the API base URL to +`https://api.trustedrouter.com/v1`. Useful model aliases include +`trustedrouter/auto`, `trustedrouter/zdr`, and `trustedrouter/e2e`. +
🌐 Available languages