Skip to content

Update model from gemini-3.5-flash to gemini-3.6-flash#109

Merged
markmcd merged 1 commit into
google-gemini:mainfrom
soosung80:update-gemini-3.6-flash
Jul 22, 2026
Merged

Update model from gemini-3.5-flash to gemini-3.6-flash#109
markmcd merged 1 commit into
google-gemini:mainfrom
soosung80:update-gemini-3.6-flash

Conversation

@soosung80

Copy link
Copy Markdown
Collaborator

Summary

Updates all examples to use gemini-3.6-flash instead of the previous gemini-3.5-flash model.

Changes

  • Replaced all 212 occurrences of gemini-3.5-flashgemini-3.6-flash across 50 files
  • Languages updated: Python, Go, JavaScript, Java, REST (shell scripts), and README

Files updated

  • python/ (14 files)
  • go/ (14 files)
  • javascript/ (15 files)
  • java/ (8 files)
  • rest/grounding.sh
  • README.md

Replace all occurrences of gemini-3.5-flash with gemini-3.6-flash
across Python, Go, JavaScript, Java, REST, and README examples.

Files updated: 50 files across all language examples.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the model name from 'gemini-3.5-flash' to 'gemini-3.6-flash' across multiple files and languages, including Go, Java, JavaScript, Python, Bash, and Markdown. The reviewer feedback consistently highlights that the model name is hardcoded in numerous places within each file, which reduces maintainability. It is recommended to define the model name as a constant or variable at the package, class, module, or script level to streamline future updates.

Comment thread go/cache.go
Comment thread java/src/main/java/com/example/gemini/TextGeneration.java
Comment thread javascript/cache.js
Comment thread python/cache.py
Comment thread rest/grounding.sh
@markmcd
markmcd merged commit 0ff7a95 into google-gemini:main Jul 22, 2026
7 of 11 checks passed
Sign up for free to 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.

2 participants