From f0ddff4ae3fb3a26e917012647cce971cef9f2a2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 22 Dec 2025 15:09:35 +0530 Subject: [PATCH] fix display for dbrx models (#18330) --- .../public_endpoints/provider_create_fields.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/litellm/proxy/public_endpoints/provider_create_fields.json b/litellm/proxy/public_endpoints/provider_create_fields.json index 68264a576f..9916bdf692 100644 --- a/litellm/proxy/public_endpoints/provider_create_fields.json +++ b/litellm/proxy/public_endpoints/provider_create_fields.json @@ -812,9 +812,19 @@ }, { "provider": "Databricks", - "provider_display_name": "Databricks (Qwen API)", + "provider_display_name": "Databricks", "litellm_provider": "databricks", "credential_fields": [ + { + "key": "api_base", + "label": "API Base", + "placeholder": null, + "tooltip": null, + "required": false, + "field_type": "text", + "options": null, + "default_value": null + }, { "key": "api_key", "label": "API Key",