Update image models to GA and fix token limits - #62
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the model names, descriptions, and token limits for Gemini 3 image models in skills/gemini-api-dev/SKILL.md to reflect their GA status. Feedback suggests applying these same updates to skills/gemini-interactions-api/SKILL.md to maintain consistency across the repository.
| - `gemini-3-pro-image` (Nano Banana Pro): 65k / 32k tokens, professional-grade image generation and editing | ||
| - `gemini-3.1-flash-image` (Nano Banana 2): 131k / 32k tokens, high-efficiency image generation and editing | ||
| - `gemini-3.1-flash-lite-image` (Nano Banana 2 Lite): 65k / 32k tokens, ultra-fast image generation and editing |
There was a problem hiding this comment.
These updates to the GA names, descriptions, and token limits for the Gemini 3 image models should also be applied to skills/gemini-interactions-api/SKILL.md (lines 19-21) to maintain consistency across all skill definitions in the repository. Currently, skills/gemini-interactions-api/SKILL.md still lists the old descriptions and the old 65k / 32k token limit for gemini-3.1-flash-image.
This PR updates the gemini-api-dev skill with the GA status of Gemini 3 image models and corrects the token limit for gemini-3.1-flash-image.