🚀 feat: Add Gemini 2.5 Token/Context Values, Increase Max Possible Output to 64k (#6563)

* feat: Add Gemini 2.5 token values, increase max output param, context window

* 🔧 fix: Update Gemini API model names in .env.example

* 🔧 fix: Add button type attribute to AttachFile component
This commit is contained in:
Danny Avila 2025-03-27 11:09:20 -04:00 committed by GitHub
parent 7ca5650840
commit a6f062e468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 4 deletions

View file

@ -58,6 +58,7 @@ const googleModels = {
gemini: 30720, // -2048 from max
'gemini-pro-vision': 12288,
'gemini-exp': 2000000,
'gemini-2.5': 1000000, // 1M input tokens, 64k output tokens
'gemini-2.0': 2000000,
'gemini-2.0-flash': 1000000,
'gemini-2.0-flash-lite': 1000000,