Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Comment on lines +70 to +76

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This content would be a better fit in Zoo-Code-Docs under docs/providers/ — there are already individual provider pages for OpenRouter, Requesty, etc. that follow a consistent format (frontmatter with keywords/description, Getting an API Key, Configuration, Tips sections).

A new docs/providers/trustedrouter.md following the same template would be the natural home for this.

Also worth noting: the main repo README has 17 localized copies under locales/ (ca, de, es, fr, hi, id, it, ja, ko, nl, pl, pt-BR, ru, tr, vi, zh-CN, zh-TW). Adding a section here without updating those creates i18n drift — another reason to keep provider-specific setup in the docs site instead.


<details>
<summary>🌐 Available languages</summary>

Expand Down
Loading