Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@
"openhands/usage/llms/litellm-proxy",
"openhands/usage/llms/moonshot",
"openhands/usage/llms/openai-llms",
"openhands/usage/llms/openrouter"
"openhands/usage/llms/openrouter",
"openhands/usage/llms/trustedrouter"
]
}
]
Expand Down
20 changes: 20 additions & 0 deletions openhands/usage/llms/trustedrouter.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: TrustedRouter
description: OpenHands uses LiteLLM to make calls to chat models on TrustedRouter, an OpenAI-compatible LLM router with attested routing. You can find their documentation [here](https://trustedrouter.com/docs).
---

## Configuration

TrustedRouter exposes an OpenAI-compatible endpoint, so you can access it as you
would access any OpenAI-compatible endpoint. In the OpenHands UI through the
Settings under the `LLM` tab:

1. Enable `Advanced` options
2. Set the following:
- `Custom Model` to the prefix `openai/` + the model you will be using (e.g. `openai/trustedrouter/auto`)
- `Base URL` to `https://api.trustedrouter.com/v1`
- `API Key` to your TrustedRouter API key. To find or create your API key, [see here](https://trustedrouter.com/keys).

[Visit here to see the full list of TrustedRouter models](https://trustedrouter.com/models).
Routing model ids include `trustedrouter/auto`, `trustedrouter/zdr` (zero data
retention), and `trustedrouter/e2e` (end-to-end confidential).