feat(llm): update Google Gemini models in model catalog - #1338
Closed
bulkypanda wants to merge 1 commit into
Closed
bulkypanda wants to merge 1 commit into
bulkypanda wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
Preserve gemini-3.5-flash in deep-thinking options to avoid breaking existing configurations.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates the Google Gemini model catalog with newer 3.x Flash models.
Changes:
- Adds Gemini 3.8, 3.7, 3.6 Flash, and 3.5 Flash Lite.
- Updates deep-thinking model options.
File summaries
| File | Description |
|---|---|
tradingagents/llm_clients/model_catalog.py |
Updates Google provider model choices. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
arjunkumarspj1975-jpg
approved these changes
Sep 14, 2026
Member
|
Thanks @bulkypanda. Gemini 3.8 Flash and 3.5 Flash Lite were added in 673abb3; other model IDs work through the Custom model ID option. |
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
Updates the Google provider model catalog in
tradingagents/llm_clients/model_catalog.pyto include newer Gemini 3.x models (gemini-3.8-flash,gemini-3.7-flash,gemini-3.6-flash, andgemini-3.5-flash-lite).