Skip to content

Commit 323c279

Browse files
authored
Add Tetrate Agent Router Service to Provider Registry (#4354)
Signed-off-by: John Landa <jonathanlanda@gmail.com>
1 parent a4fc5ec commit 323c279

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ui/desktop/src/components/settings/providers/ProviderRegistry.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,24 @@ export const PROVIDER_REGISTRY: ProviderRegistry[] = [
253253
],
254254
},
255255
},
256+
{
257+
name: 'Tetrate Agent Router Service',
258+
details: {
259+
id: 'tetrate_agent_router_service',
260+
name: 'Tetrate Agent Router Service',
261+
description:
262+
'Unified router for AI models including Claude, Gemini, GPT, and open-weight models',
263+
parameters: [
264+
{
265+
name: 'TETRATE_API_KEY',
266+
is_secret: true,
267+
},
268+
{
269+
name: 'TETRATE_HOST',
270+
is_secret: false,
271+
default: 'https://api.router.tetrate.ai',
272+
},
273+
],
274+
},
275+
},
256276
];

0 commit comments

Comments
 (0)