🧮 chore: Update Gemma Context Token Defaults (#13410)

This commit is contained in:
Danny Avila 2026-05-30 00:29:19 -04:00 committed by GitHub
parent a16f08a425
commit cb6bd71ab9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 41 additions and 1 deletions

View file

@ -95,10 +95,19 @@ const cohereModels = {
const googleModels = {
/* Max I/O is combined so we subtract the amount from max response tokens for actual total */
gemma: 8196,
gemma: 32768,
'gemma-2': 32768,
'gemma-3': 32768,
'gemma-3-27b': 131072,
'gemma4:31b': 256000,
'gemma4-31b': 256000,
'gemma-4-31b': 256000,
'gemma4:26b': 256000,
'gemma4-26b': 256000,
'gemma-4-26b-a4b': 256000,
'gemma-4-26b': 256000,
gemma4: 128000,
'gemma-4': 128000,
gemini: 30720, // -2048 from max
'gemini-pro-vision': 12288,
'gemini-1.5': 1000000,