From 8b8f93d508219079d1327124de00df864d52c571 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Tue, 2 Dec 2025 12:24:00 -0800 Subject: [PATCH] Add Google Private API Endpoint to Vertex AI fields --- .../proxy/public_endpoints/provider_create_fields.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/litellm/proxy/public_endpoints/provider_create_fields.json b/litellm/proxy/public_endpoints/provider_create_fields.json index 8e08bd8d991..67f2afa1e71 100644 --- a/litellm/proxy/public_endpoints/provider_create_fields.json +++ b/litellm/proxy/public_endpoints/provider_create_fields.json @@ -2607,6 +2607,16 @@ "options": null, "default_value": null }, + { + "key": "api_base", + "label": "Google Private API Endpoint", + "placeholder": null, + "tooltip": null, + "required": false, + "field_type": "text", + "options": null, + "default_value": null + }, { "key": "vertex_credentials", "label": "Vertex Credentials",