Skip to content

feat(ai): add Gemini 3.5 models, drop 2.5 Flash Lite default - #74

Open
Ken-vdE wants to merge 1 commit into
Vrun-design:mainfrom
Ken-vdE:feat/gemini-3-5-models
Open

feat(ai): add Gemini 3.5 models, drop 2.5 Flash Lite default#74
Ken-vdE wants to merge 1 commit into
Vrun-design:mainfrom
Ken-vdE:feat/gemini-3-5-models

Conversation

@Ken-vdE

@Ken-vdE Ken-vdE commented Aug 24, 2026

Copy link
Copy Markdown

Google retired gemini-2.5-flash-lite for new API keys, so a fresh key hit a 404 on the Gemini default:

"This model models/gemini-2.5-flash-lite is no longer available to
new users. Please update your code to use models/gemini-3.5-flash-lite"

Point DEFAULT_MODELS.gemini and the geminiService hardcoded fallback at gemini-3.5-flash-lite, and add 3.5 Flash and 3.5 Pro to the picker.

gemini-2.5-flash-lite stays selectable so existing keys keep working, but moves to the Legacy group and loses the Default badge.

Google retired gemini-2.5-flash-lite for new API keys, so a fresh key
hit a 404 on the Gemini default:

  "This model models/gemini-2.5-flash-lite is no longer available to
   new users. Please update your code to use models/gemini-3.5-flash-lite"

Point DEFAULT_MODELS.gemini and the geminiService hardcoded fallback at
gemini-3.5-flash-lite, and add 3.5 Flash and 3.5 Pro to the picker.

gemini-2.5-flash-lite stays selectable so existing keys keep working,
but moves to the Legacy group and loses the Default badge.

Note: only gemini-3.5-flash-lite is confirmed by Google's error message;
the gemini-3.5-flash and gemini-3.5-pro ids follow the naming pattern
and are unverified.
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.

1 participant