feat: bump default Gemini model to 3.5-flash#324
Merged
Conversation
Collaborator
(claude) |
ae629af to
d0e2ecf
Compare
Gemini 3.5 Flash (GA, May 2026) offers significantly better agentic and coding performance — 83.6% on MCP Atlas (vs 62% for 3 Flash), beats 3.1 Pro on Terminal-Bench and Finance Agent benchmarks, and runs ~4x faster than other frontier models. Updated across config, deployment manifests (Cloud Run, OpenShift, Podman), and documentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The default bump to gemini-3.5-flash had no test asserting it, unlike llm_provider's default which is covered by test_default_provider_is_gemini. Without this, a future accidental revert of the default would go unnoticed.
The tip was mechanically relabeled from gemini-2.5-flash to gemini-3.5-flash without re-verifying the TPM-quota claim for the new model. Phrase it in terms of whatever model is actually configured so it doesn't silently go stale on the next model bump.
d0e2ecf to
3e037da
Compare
yuvalk
approved these changes
Jul 10, 2026
yuvalk
left a comment
Collaborator
There was a problem hiding this comment.
with or even without my fixes
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
gemini-2.5-flashtogemini-3.5-flash(GA, released May 2026)Test plan
ruff check) cleanmypy) clean🤖 Generated with Claude Code