-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
π feat: Gemini Image Generation Tool (Nano Banana) #10676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 26 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
42c9b3e
Added fully functioning Agent Tool supporting Google's Nano Banana
devilb2103 8f7e48c
Merge branch 'dev' into Gemini-Nano-Banana
devilb2103 3402104
Merge branch 'dev' into Gemini-Nano-Banana
devilb2103 ec0da5c
Merge branch 'dev' into Gemini-Nano-Banana
devilb2103 1b5ab4c
π§ refactor: Update Google credentials handling in GeminiImageGen.js
devilb2103 074d470
Merge branch 'dev' into Gemini-Nano-Banana
devilb2103 8b7285b
Merge branch 'dev' into Gemini-Nano-Banana
devilb2103 f62a70c
π οΈ refactor: Remove unnecessary whitespace in handleTools.js
devilb2103 f5bb090
Merge branch 'dev' into Gemini-Nano-Banana
devilb2103 20b0552
π§ feat: Update Gemini Image Generation Tool
usnavy13 13d80e1
Merge remote-tracking branch 'origin/dev' into Gemini-Nano-Banana
usnavy13 dd70875
ποΈ chore: Remove outdated Gemini image generation PNG and update SVG β¦
usnavy13 ac4bd84
fix: ESLint formatting and unused variable in GeminiImageGen
usnavy13 79430c7
fix: Update default model to gemini-2.5-flash-image
usnavy13 903d077
Merge branch 'dev' into Gemini-Nano-Banana
usnavy13 c34dbbd
β¨ feat: Enhance Gemini Image Generation Configuration
usnavy13 7f15ae8
Merge remote-tracking branch 'origin/dev' into Gemini-Nano-Banana
usnavy13 503edcd
π§ fix: Format Default Service Key Path in GeminiImageGen.js
usnavy13 33b3e2d
Merge remote-tracking branch 'origin/dev' into Gemini-Nano-Banana
usnavy13 cdfe7ed
β¨ feat: Enhance Gemini Image Generation with Token Usage Tracking
usnavy13 250036c
β¨ feat: Add new Gemini models for image generation token limits
usnavy13 6cfb482
Merge origin/dev into Gemini-Nano-Banana
usnavy13 2ae99d0
π§ fix: Update Google Service Key Path for Consistency in Initializatiβ¦
usnavy13 54af483
Merge branch 'dev' into Gemini-Nano-Banana
usnavy13 b9e4f80
Merge remote-tracking branch 'origin/dev' into Gemini-Nano-Banana
usnavy13 343b72a
Merge origin/dev into Gemini-Nano-Banana
usnavy13 b87cd20
π§ refactor: Update GeminiImageGen for improved file handling and pathβ¦
danny-avila 5d05d27
π§ refactor: Update GeminiImageGen to streamline API key handling
danny-avila 1301786
π§ fix: Update GeminiImageGen to handle imageSize support conditionally
danny-avila 109ceea
π§ refactor: Simplify local storage condition in createGeminiImageToolβ¦
danny-avila 19fe121
π§ feat: Enhance image format handling in GeminiImageGen with conversiβ¦
danny-avila c5282b7
π§ refactor: Streamline API key initialization in GeminiImageGen
danny-avila File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation states "Vertex AI model for image generation (defaults to gemini-2.5-flash-image)" but refers to it as "Nano Banana" in the PR description. The model name "gemini-2.5-flash-image" is the actual API model identifier, while "Nano Banana" appears to be an informal name. Consider clarifying this in the comment to avoid confusion, perhaps: "Model for image generation (defaults to gemini-2.5-flash-image, known as Nano Banana)".