change provider descriptions and dont set default url for bedrock

This commit is contained in:
miloschwartz
2026-08-13 10:13:32 -04:00
parent 9a551c91e5
commit 77e3422e88
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -1769,14 +1769,14 @@
"aiProviderTypeOpenRouter": "OpenRouter",
"aiProviderTypeVercelAiGateway": "Vercel AI Gateway",
"aiProviderTypeCustom": "Custom",
"aiProviderTypeOpenaiDescription": "OpenAI API with default upstream URL",
"aiProviderTypeAnthropicDescription": "Anthropic API with default upstream URL",
"aiProviderTypeGoogleGeminiDescription": "Google Gemini generateContent API",
"aiProviderTypeVertexAiDescription": "Google Vertex AI; upstream URL required",
"aiProviderTypeBedrockDescription": "Amazon Bedrock Runtime",
"aiProviderTypeMicrosoftFoundryDescription": "Microsoft Foundry; upstream URL required",
"aiProviderTypeOpenaiDescription": "OpenAI API",
"aiProviderTypeAnthropicDescription": "Anthropic API",
"aiProviderTypeGoogleGeminiDescription": "Google Gemini API",
"aiProviderTypeVertexAiDescription": "Google Vertex AI API",
"aiProviderTypeBedrockDescription": "Amazon Bedrock Runtime API",
"aiProviderTypeMicrosoftFoundryDescription": "Microsoft Foundry API",
"aiProviderTypeOpenRouterDescription": "OpenRouter API",
"aiProviderTypeVercelAiGatewayDescription": "Vercel AI Gateway",
"aiProviderTypeVercelAiGatewayDescription": "Vercel AI Gateway API",
"aiProviderTypeCustomDescription": "Bring your own endpoint or route via site targets",
"aiProviderUpstreamUrl": "Upstream URL",
"aiProviderUpstreamUrlDescription": "Base URL for the provider API",