Add Databricks to supported LLM providers for response schema

Signed-off-by: Tomu Hirata <tomu.hirata@gmail.com>
This commit is contained in:
Tomu Hirata 2026-02-17 15:21:55 +09:00
parent 69ee2c21ea
commit 3053fedad2

View File

@ -2408,6 +2408,7 @@ def supports_response_schema(
litellm.LlmProviders.FIREWORKS_AI,
litellm.LlmProviders.LM_STUDIO,
litellm.LlmProviders.NEBIUS,
litellm.LlmProviders.DATABRICKS,
]
if custom_llm_provider in PROVIDERS_GLOBALLY_SUPPORT_RESPONSE_SCHEMA: