From acb4f8925400d4dc41c7f1de56f18f4db2977cbe Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Fri, 17 Apr 2026 21:18:35 -0700 Subject: [PATCH] [Fix] UI - Models: clarify Anthropic api_base label and tooltip to prevent recursive-loop misconfiguration --- litellm/proxy/public_endpoints/provider_create_fields.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/proxy/public_endpoints/provider_create_fields.json b/litellm/proxy/public_endpoints/provider_create_fields.json index 98ec977b072..163c9648de7 100644 --- a/litellm/proxy/public_endpoints/provider_create_fields.json +++ b/litellm/proxy/public_endpoints/provider_create_fields.json @@ -216,9 +216,9 @@ "credential_fields": [ { "key": "api_base", - "label": "API Base", - "placeholder": null, - "tooltip": "Optional. Override the upstream Anthropic API URL. Defaults to https://api.anthropic.com.", + "label": "Upstream API Base", + "placeholder": "https://api.anthropic.com", + "tooltip": "Optional. Where the proxy forwards requests upstream. Leave blank to use Anthropic's public API. Set this only for private Anthropic deployments or reverse proxies. Do NOT set this to your LiteLLM proxy URL — that causes a recursive loop.", "required": false, "field_type": "text", "options": null,