Skip to content

Document gemini-2.5-flash as withdrawn rather than superseded - #367

Merged
KrisBraun merged 1 commit into
mainfrom
twister-gemini-25-flash-withdrawn
Aug 3, 2026
Merged

Document gemini-2.5-flash as withdrawn rather than superseded#367
KrisBraun merged 1 commit into
mainfrom
twister-gemini-25-flash-withdrawn

Conversation

@KrisBraun

Copy link
Copy Markdown
Contributor

Follow-up to #366, which landed while this correction was still in review.

AIModel.GEMINI_25_FLASH was marked @deprecated Superseded while the other
2.x members were marked withdrawn. That distinction was based on a key which
could still call the model — but Gemini scopes the "no longer available to new
users" grant per project, so an id can answer normally for one project and 404
for another. A model resolving for you is not evidence that it resolves for
everyone, which makes "superseded but working" the wrong description.

Aligns its deprecation note with the rest of the generation.

Behaviour is unchanged — a hint naming this model already resolves to a current
one, exactly as it does for the other 2.x members. This is a documentation
accuracy fix, so that authors reading the deprecation note aren't told the model
still works when it may not for them.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Y9GNwKEBkEAoLYzkTngfGk

Gemini availability is scoped to the calling project. This model still answers
for some long-lived keys while returning "no longer available to new users" for
others, so it was described as superseded-but-working on the strength of a key
that could still reach it — which says nothing about anyone else's project.
Aligns its deprecation note with the rest of the 2.x members. Behaviour is
unchanged: a hint naming it already resolves to a current model.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y9GNwKEBkEAoLYzkTngfGk
@KrisBraun
KrisBraun merged commit 6890653 into mainAug 3, 2026
1 check passed
@KrisBraun
KrisBraun deleted the twister-gemini-25-flash-withdrawn branch August 3, 2026 17:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@KrisBraun