Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/gemini-api-dev/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Use this skill when building applications with Gemini API hosted mo

- `gemini-3.5-flash`: 1M tokens, fast, balanced performance, multimodal
- `gemini-3.1-pro-preview`: 1M tokens, complex reasoning, coding, research
- `gemini-3.1-flash-lite-preview`: cost-efficient, fastest performance for high-frequency, lightweight tasks
- `gemini-3.1-flash-lite`: cost-efficient, fastest performance for high-frequency, lightweight tasks

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.

medium

While this change corrects one model name, this file remains inconsistent with other skill files like skills/gemini-interactions-api/SKILL.md. To prevent user confusion from conflicting documentation, this file should be fully synchronized.

Please consider making the following additional changes:

  • Image Models: Remove the -preview suffix from the image models on lines 18-20 (e.g., gemini-3-pro-image-preview) to align with gemini-interactions-api/SKILL.md.
  • Legacy Models: Remove gemini-2.5-pro and gemini-2.5-flash from the current models list (lines 21-22). gemini-interactions-api/SKILL.md marks gemini-2.5-* models as deprecated, so the warning on line 27 should be updated to include them.
  • Missing Models: Add gemini-3.1-flash-tts-preview and gemini-omni-flash-preview to the list of current models.

Making this PR more comprehensive would significantly improve documentation consistency.

- `gemini-3-pro-image-preview` (Nano Banana Pro): 65k / 32k tokens, image generation and editing
- `gemini-3.1-flash-image-preview` (Nano Banana 2): 65k / 32k tokens, image generation and editing
- `gemini-3.1-flash-lite-image-preview` (Nano Banana 2 Lite): 65k / 32k tokens, ultra-fast image generation and editing
Expand Down