From 102b8401b3b3bd2ea00d1df18311a37c9d380346 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Tue, 2 Dec 2025 12:32:51 -0800 Subject: [PATCH] Change labeling around Vertex Fields --- litellm/proxy/public_endpoints/provider_create_fields.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/public_endpoints/provider_create_fields.json b/litellm/proxy/public_endpoints/provider_create_fields.json index 67f2afa1e71..c7f88c9e826 100644 --- a/litellm/proxy/public_endpoints/provider_create_fields.json +++ b/litellm/proxy/public_endpoints/provider_create_fields.json @@ -2609,9 +2609,9 @@ }, { "key": "api_base", - "label": "Google Private API Endpoint", + "label": "API Base", "placeholder": null, - "tooltip": null, + "tooltip": "Supports custom API base for Google Private API endpoints.", "required": false, "field_type": "text", "options": null,