Add TrustedRouter model provider#25
Open
jperla wants to merge 1 commit into
Open
Conversation
jperla
force-pushed
the
add-trustedrouter-provider
branch
from
July 27, 2026 08:21
f987df1 to
5eb3057
Compare
Author
|
Rebased this onto current main and resolved the provider registry/logo conflicts while preserving the newer Meta provider entries. Local validation passes: 51 provider router/verification tests, the GUI API test, and the production GUI build. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add TrustedRouter as a first-class model provider in OpenWorker.
TRUSTEDROUTER_API_KEYsupport and the prefilled attested API endpoint.trustedrouter/autoby default, with ZDR, E2E, cheap, and Plato options in the model picker.sk-tr-*keys before the generic OpenAI key prefix.The user-facing routed ids keep OpenWorker's existing provider-prefix convention, for example:
OpenWorker strips the first prefix and sends
trustedrouter/autoto the API.Validation
uv run --extra dev --extra messaging pytest -qNODE_OPTIONS=--no-experimental-webstorage npm testnpm run buildnpm run e2e -- onboarding.spec.tsbuild_provider_client("trustedrouter", ...)trustedrouter/autoreturnedPONGThe provider continues to use OpenWorker's existing local
SecretStore; raw API keys are not returned by the settings API.