File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ To run locally, or to deploy to Cloudflare Workers
99- Transforms ` generateContent ` and ` streamGenerateContent ` requests/responses
1010- Transforms ` countTokens ` requests/responses
1111- Supports streaming responses and tool calls
12- - Normalizes model names: any model with "pro" → ` gemini-2.5-pro ` , any with "flash" → ` gemini-2.5-flash `
12+ - Normalizes model names: any model with "pro" → ` gemini-2.5-pro ` , any with "flash" → ` gemini-2.5-flash ` , any with "lite" → ` gemini-2.5-flash-lite `
1313
1414## Prerequisites
1515
@@ -213,6 +213,7 @@ Automatically converts model names to Gemini Code Assist's supported models:
213213
214214- Any model containing "pro" → ` gemini-2.5-pro `
215215- Any model containing "flash" → ` gemini-2.5-flash `
216+ - Any model containing "lite" → ` gemini-2.5-flash-lite `
216217
217218Examples:
218219- ` gemini-1.5-pro ` → ` gemini-2.5-pro `
You can’t perform that action at this time.
0 commit comments