mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Merge pull request #480 from monotykamary/chore/gemini-flash-thinking-01-21
chore: add gemini flash thinking 01-21
This commit is contained in:
@@ -414,6 +414,14 @@ export const openAiModelInfoSaneDefaults: ModelInfo = {
|
|||||||
export type GeminiModelId = keyof typeof geminiModels
|
export type GeminiModelId = keyof typeof geminiModels
|
||||||
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
|
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
|
||||||
export const geminiModels = {
|
export const geminiModels = {
|
||||||
|
"gemini-2.0-flash-thinking-exp-01-21": {
|
||||||
|
maxTokens: 65_536,
|
||||||
|
contextWindow: 1_048_576,
|
||||||
|
supportsImages: true,
|
||||||
|
supportsPromptCache: false,
|
||||||
|
inputPrice: 0,
|
||||||
|
outputPrice: 0,
|
||||||
|
},
|
||||||
"gemini-2.0-flash-thinking-exp-1219": {
|
"gemini-2.0-flash-thinking-exp-1219": {
|
||||||
maxTokens: 8192,
|
maxTokens: 8192,
|
||||||
contextWindow: 32_767,
|
contextWindow: 32_767,
|
||||||
|
|||||||
Reference in New Issue
Block a user