fix(databricks): correct gemini deprecation status and restore bot regressions - #2270
Merged
Merged
Conversation
…gressions Set Gemini 2.5 Flash/Pro status to deprecated (and isDeprecated on databricks-gemini-2-5-pro) so status-based consumers match Databricks. Also restore gpt-5-5-pro tiered pricing/features and gpt-5-2 xhigh. Co-authored-by: Hrithik Adhikari <LordGameleo@users.noreply.github.com>
LordGameleo
marked this pull request as ready for review
August 20, 2026 13:43
LordGameleo
enabled auto-merge (squash)
August 20, 2026 13:44
venkat1924
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
statustodeprecated(they already hadisDeprecated: trueandretirementDate: "2026-10-02"but leftstatus: active).isDeprecated: trueondatabricks-gemini-2-5-pro.system.ai.gpt-5-5-protiered pricing,databricks-gpt-5-5-profeatures, andsystem.ai.gpt-5-2xhighreasoning effort.Why
Databricks has deprecated Gemini 2.5 Flash/Pro ahead of the Oct 2, 2026 retirement. Consumers that key off
statuswere still treating these models as current. Also undoes accidental capability/pricing removals from the bot update.Test plan
isDeprecated: true,status: deprecated,retirementDate: "2026-10-02"system.ai.gpt-5-5-proretainstiered_pricingdatabricks-gpt-5-5-proretainssystem_messages/tool_choice/json_outputsystem.ai.gpt-5-2includesxhighinreasoning_effort