mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-07 03:10:12 +00:00
fe7e764846
Databricks supports the Responses API natively for GPT models, but litellm was falling back to the completion transformation handler which converts responses requests to chat completion calls, losing response schema enforcement. This adds DatabricksResponsesAPIConfig that passes responses API requests directly to Databricks' /responses endpoint for GPT models, while non-GPT models (Claude, Llama, etc.) continue using the completion transformation path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 lines
0 B
Python
0 lines
0 B
Python
The file is empty.