Document TrustedRouter setup#6508
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include instructions on how to configure TrustedRouter with Flowise using custom OpenAI chat model nodes. The review feedback suggests updating the terminology from 'API base URL' to 'Base Path' to match the actual field label in the Flowise UI, which improves clarity for users.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| TrustedRouter can be used with Flowise through the existing custom OpenAI | ||
| chat model nodes. Set the API base URL to `https://api.trustedrouter.com/v1`, | ||
| use your TrustedRouter API key, and choose a model such as | ||
| `trustedrouter/auto`, `trustedrouter/zdr`, or `trustedrouter/e2e`. |
There was a problem hiding this comment.
In the Flowise UI, the field in the OpenAI Custom Model node is labeled Base Path rather than "API base URL". Referring to it as Base Path makes it easier for users to locate the correct field.
| TrustedRouter can be used with Flowise through the existing custom OpenAI | |
| chat model nodes. Set the API base URL to `https://api.trustedrouter.com/v1`, | |
| use your TrustedRouter API key, and choose a model such as | |
| `trustedrouter/auto`, `trustedrouter/zdr`, or `trustedrouter/e2e`. | |
| TrustedRouter can be used with Flowise through the existing custom OpenAI | |
| chat model nodes. Set the Base Path to https://api.trustedrouter.com/v1, | |
| use your TrustedRouter API key, and choose a model such as | |
| trustedrouter/auto, trustedrouter/zdr, or trustedrouter/e2e. |
This pull request adds a short setup note for using TrustedRouter with Flowise through the existing custom OpenAI chat model nodes. TrustedRouter is an OpenAI-compatible, open-source, verifiable attested router for privacy-sensitive workflows with zero prompt and output logging by default.
Users can set the base URL to
https://api.trustedrouter.com/v1, provide a TrustedRouter API key, and choose aliases such astrustedrouter/auto,trustedrouter/zdr, ortrustedrouter/e2e.Verification:
git diff --check.