You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: Placeholder display_name in gemini-3.1-flash-image-preview
src/celeste/modalities/images/providers/google/models.py, line 105:
display_name="Nano Banana 2",
This appears to be a test/placeholder value that was accidentally left in. Every other model in this file and in this PR uses a descriptive name matching the model ID (e.g., "Gemini 3.1 Flash Lite Preview", "GPT-5.4", "Grok 4.20 Beta 0309 Reasoning").
Code review - 1 issue found: placeholder display_name='Nano Banana 2' in src/celeste/modalities/images/providers/google/models.py line 105 for model gemini-3.1-flash-image-preview. All other models use real product names. Should be something like 'Gemini 3.1 Flash Image Preview'. See:
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
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
Adds new model registrations:
gemini-3.1-flash-image-preview(images),gemini-3.1-flash-lite-preview(text)gpt-5.4,gpt-5.4-pro,gpt-5.4-mini,gpt-5.4-nanogrok-4.20-beta-0309-reasoning,grok-4.20-beta-0309-non-reasoning