diff --git a/webview-ui/src/components/welcome/WelcomeView.tsx b/webview-ui/src/components/welcome/WelcomeView.tsx index 40a1467e12..215a290d0d 100644 --- a/webview-ui/src/components/welcome/WelcomeView.tsx +++ b/webview-ui/src/components/welcome/WelcomeView.tsx @@ -83,14 +83,6 @@ const WelcomeView = () => { description: t("welcome:routers.openrouter.description"), authUrl: getOpenRouterAuthUrl(uriScheme), }, - { - slug: "vercel-ai-gateway", - name: "Vercel AI Gateway", - description: t("welcome:routers.vercelAiGateway.description"), - incentive: t("welcome:routers.vercelAiGateway.incentive"), - authUrl: - "https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fai%2Fapi-keys&title=AI+Gateway+API+Key", - }, ] // Shuffle providers based on machine ID (will be consistent for the same machine) diff --git a/webview-ui/src/i18n/locales/ca/welcome.json b/webview-ui/src/i18n/locales/ca/welcome.json index 97a786632e..8ef62ea205 100644 --- a/webview-ui/src/i18n/locales/ca/welcome.json +++ b/webview-ui/src/i18n/locales/ca/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Una interfície unificada per a LLMs" - }, - "vercelAiGateway": { - "description": "La passarel·la d'IA per a desenvolupadors", - "incentive": "$5 de crèdits gratuïts per utilitzar amb qualsevol model" } }, "chooseProvider": "Per fer la seva màgia, Roo necessita una clau API.", diff --git a/webview-ui/src/i18n/locales/de/welcome.json b/webview-ui/src/i18n/locales/de/welcome.json index dc9944dd4f..8b322380df 100644 --- a/webview-ui/src/i18n/locales/de/welcome.json +++ b/webview-ui/src/i18n/locales/de/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Eine einheitliche Schnittstelle für LLMs" - }, - "vercelAiGateway": { - "description": "Das AI-Gateway für Entwickler", - "incentive": "$5 kostenlose Credits für die Nutzung mit jedem Modell" } }, "chooseProvider": "Um seine Magie zu entfalten, benötigt Roo einen API-Schlüssel.", diff --git a/webview-ui/src/i18n/locales/en/welcome.json b/webview-ui/src/i18n/locales/en/welcome.json index 56f3f2d6a0..2202f6fd61 100644 --- a/webview-ui/src/i18n/locales/en/welcome.json +++ b/webview-ui/src/i18n/locales/en/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "A unified interface for LLMs" - }, - "vercelAiGateway": { - "description": "The AI Gateway for Developers", - "incentive": "$5 free credits to use with any model" } }, "chooseProvider": "To do its magic, Roo needs an API key.", diff --git a/webview-ui/src/i18n/locales/es/welcome.json b/webview-ui/src/i18n/locales/es/welcome.json index df10daae25..d4f3a20e08 100644 --- a/webview-ui/src/i18n/locales/es/welcome.json +++ b/webview-ui/src/i18n/locales/es/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Una interfaz unificada para LLMs" - }, - "vercelAiGateway": { - "description": "La pasarela de IA para desarrolladores", - "incentive": "$5 de créditos gratuitos para usar con cualquier modelo" } }, "chooseProvider": "Para hacer su magia, Roo necesita una clave API.", diff --git a/webview-ui/src/i18n/locales/fr/welcome.json b/webview-ui/src/i18n/locales/fr/welcome.json index 78c3421463..2e1ead38cb 100644 --- a/webview-ui/src/i18n/locales/fr/welcome.json +++ b/webview-ui/src/i18n/locales/fr/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Une interface unifiée pour les LLMs" - }, - "vercelAiGateway": { - "description": "La passerelle IA pour les développeurs", - "incentive": "5 $ de crédits gratuits à utiliser avec n'importe quel modèle" } }, "chooseProvider": "Pour faire sa magie, Roo a besoin d'une clé API.", diff --git a/webview-ui/src/i18n/locales/hi/welcome.json b/webview-ui/src/i18n/locales/hi/welcome.json index ce96d6df3b..e8ef257f48 100644 --- a/webview-ui/src/i18n/locales/hi/welcome.json +++ b/webview-ui/src/i18n/locales/hi/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "LLMs के लिए एक एकीकृत इंटरफेस" - }, - "vercelAiGateway": { - "description": "डेवलपर्स के लिए AI गेटवे", - "incentive": "किसी भी मॉडल के साथ उपयोग के लिए $5 मुफ्त क्रेडिट" } }, "chooseProvider": "अपना जादू दिखाने के लिए, Roo को एक API कुंजी की आवश्यकता है।", diff --git a/webview-ui/src/i18n/locales/id/welcome.json b/webview-ui/src/i18n/locales/id/welcome.json index b3fff69f78..b1d6d71c80 100644 --- a/webview-ui/src/i18n/locales/id/welcome.json +++ b/webview-ui/src/i18n/locales/id/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Interface terpadu untuk LLM" - }, - "vercelAiGateway": { - "description": "Gateway AI untuk Developer", - "incentive": "$5 kredit gratis untuk digunakan dengan model apa pun" } }, "chooseProvider": "Untuk melakukan keajaibannya, Roo membutuhkan API key.", diff --git a/webview-ui/src/i18n/locales/it/welcome.json b/webview-ui/src/i18n/locales/it/welcome.json index 887997aff6..caa5f3e1d1 100644 --- a/webview-ui/src/i18n/locales/it/welcome.json +++ b/webview-ui/src/i18n/locales/it/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Un'interfaccia unificata per LLMs" - }, - "vercelAiGateway": { - "description": "Il Gateway AI per sviluppatori", - "incentive": "$5 di crediti gratuiti da utilizzare con qualsiasi modello" } }, "chooseProvider": "Per fare la sua magia, Roo ha bisogno di una chiave API.", diff --git a/webview-ui/src/i18n/locales/ja/welcome.json b/webview-ui/src/i18n/locales/ja/welcome.json index a2feabac9e..bc4bad4918 100644 --- a/webview-ui/src/i18n/locales/ja/welcome.json +++ b/webview-ui/src/i18n/locales/ja/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "LLMsのための統一インターフェース" - }, - "vercelAiGateway": { - "description": "開発者向けAIゲートウェイ", - "incentive": "どのモデルでも使える5ドルの無料クレジット" } }, "chooseProvider": "Rooが機能するには、APIキーが必要です。", diff --git a/webview-ui/src/i18n/locales/ko/welcome.json b/webview-ui/src/i18n/locales/ko/welcome.json index 5773b8652f..7637cf3d42 100644 --- a/webview-ui/src/i18n/locales/ko/welcome.json +++ b/webview-ui/src/i18n/locales/ko/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "LLM을 위한 통합 인터페이스" - }, - "vercelAiGateway": { - "description": "개발자를 위한 AI 게이트웨이", - "incentive": "모든 모델에 사용할 수 있는 $5 무료 크레딧" } }, "chooseProvider": "Roo가 작동하려면 API 키가 필요합니다.", diff --git a/webview-ui/src/i18n/locales/nl/welcome.json b/webview-ui/src/i18n/locales/nl/welcome.json index 6e1cae6a2c..c07d9c5ace 100644 --- a/webview-ui/src/i18n/locales/nl/welcome.json +++ b/webview-ui/src/i18n/locales/nl/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Een uniforme interface voor LLM's" - }, - "vercelAiGateway": { - "description": "De AI Gateway voor ontwikkelaars", - "incentive": "$5 gratis tegoed om te gebruiken met elk model" } }, "chooseProvider": "Om zijn magie te doen, heeft Roo een API-sleutel nodig.", diff --git a/webview-ui/src/i18n/locales/pl/welcome.json b/webview-ui/src/i18n/locales/pl/welcome.json index f3e865a3ce..5794dced84 100644 --- a/webview-ui/src/i18n/locales/pl/welcome.json +++ b/webview-ui/src/i18n/locales/pl/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Ujednolicony interfejs dla LLMs" - }, - "vercelAiGateway": { - "description": "Brama AI dla deweloperów", - "incentive": "$5 darmowych środków do użycia z dowolnym modelem" } }, "chooseProvider": "Aby działać, Roo potrzebuje klucza API.", diff --git a/webview-ui/src/i18n/locales/pt-BR/welcome.json b/webview-ui/src/i18n/locales/pt-BR/welcome.json index 95fc46f7f2..1c0dec8ca0 100644 --- a/webview-ui/src/i18n/locales/pt-BR/welcome.json +++ b/webview-ui/src/i18n/locales/pt-BR/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Uma interface unificada para LLMs" - }, - "vercelAiGateway": { - "description": "O Gateway de IA para desenvolvedores", - "incentive": "$5 de créditos gratuitos para usar com qualquer modelo" } }, "chooseProvider": "Para fazer sua mágica, o Roo precisa de uma chave API.", diff --git a/webview-ui/src/i18n/locales/ru/welcome.json b/webview-ui/src/i18n/locales/ru/welcome.json index 37f1d6596e..cae5b790e7 100644 --- a/webview-ui/src/i18n/locales/ru/welcome.json +++ b/webview-ui/src/i18n/locales/ru/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Унифицированный интерфейс для LLM" - }, - "vercelAiGateway": { - "description": "AI-шлюз для разработчиков", - "incentive": "$5 бесплатных кредитов для использования с любой моделью" } }, "chooseProvider": "Для своей магии Roo нуждается в API-ключе.", diff --git a/webview-ui/src/i18n/locales/tr/welcome.json b/webview-ui/src/i18n/locales/tr/welcome.json index be3e685545..5f989fa75d 100644 --- a/webview-ui/src/i18n/locales/tr/welcome.json +++ b/webview-ui/src/i18n/locales/tr/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "LLM'ler için birleşik bir arayüz" - }, - "vercelAiGateway": { - "description": "Geliştiriciler için AI Gateway", - "incentive": "Herhangi bir modelle kullanım için $5 ücretsiz kredi" } }, "chooseProvider": "Sihirini yapabilmesi için Roo'nun bir API anahtarına ihtiyacı var.", diff --git a/webview-ui/src/i18n/locales/vi/welcome.json b/webview-ui/src/i18n/locales/vi/welcome.json index 49acdef96e..6eb484eb89 100644 --- a/webview-ui/src/i18n/locales/vi/welcome.json +++ b/webview-ui/src/i18n/locales/vi/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "Giao diện thống nhất cho các LLM" - }, - "vercelAiGateway": { - "description": "Cổng AI dành cho nhà phát triển", - "incentive": "$5 tín dụng miễn phí để sử dụng với bất kỳ mô hình nào" } }, "chooseProvider": "Để thực hiện phép màu của mình, Roo cần một khóa API.", diff --git a/webview-ui/src/i18n/locales/zh-CN/welcome.json b/webview-ui/src/i18n/locales/zh-CN/welcome.json index d180ce2622..690a6aa199 100644 --- a/webview-ui/src/i18n/locales/zh-CN/welcome.json +++ b/webview-ui/src/i18n/locales/zh-CN/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "统一了大语言模型的接口" - }, - "vercelAiGateway": { - "description": "面向开发者的 AI 网关", - "incentive": "5美元免费额度,可用于任何模型" } }, "chooseProvider": "Roo 需要一个 API 密钥才能发挥魔力。", diff --git a/webview-ui/src/i18n/locales/zh-TW/welcome.json b/webview-ui/src/i18n/locales/zh-TW/welcome.json index cb36c45207..2384d4f3e9 100644 --- a/webview-ui/src/i18n/locales/zh-TW/welcome.json +++ b/webview-ui/src/i18n/locales/zh-TW/welcome.json @@ -10,10 +10,6 @@ }, "openrouter": { "description": "LLM 的統一介面" - }, - "vercelAiGateway": { - "description": "面向開發者的 AI 閘道", - "incentive": "5美元免費額度,可用於任何模型" } }, "chooseProvider": "Roo 需要 API 金鑰才能發揮魔力。",