Add Tetrate Agent Router Service to Provider Registry (#4354)

Signed-off-by: John Landa <jonathanlanda@gmail.com>
This commit is contained in:
John Landa
2025-08-27 01:36:09 +02:00
committed by GitHub
parent a4fc5ec4f1
commit 323c279dbc
@@ -253,4 +253,24 @@ export const PROVIDER_REGISTRY: ProviderRegistry[] = [
],
},
},
{
name: 'Tetrate Agent Router Service',
details: {
id: 'tetrate_agent_router_service',
name: 'Tetrate Agent Router Service',
description:
'Unified router for AI models including Claude, Gemini, GPT, and open-weight models',
parameters: [
{
name: 'TETRATE_API_KEY',
is_secret: true,
},
{
name: 'TETRATE_HOST',
is_secret: false,
default: 'https://api.router.tetrate.ai',
},
],
},
},
];