Skip to content

Commit b91bffb

Browse files
authored
Merge pull request #480 from monotykamary/chore/gemini-flash-thinking-01-21
chore: add gemini flash thinking 01-21
2 parents 21c7ac7 + 93a5710 commit b91bffb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,14 @@ export const openAiModelInfoSaneDefaults: ModelInfo = {
414414
export type GeminiModelId = keyof typeof geminiModels
415415
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
416416
export const geminiModels = {
417+
"gemini-2.0-flash-thinking-exp-01-21": {
418+
maxTokens: 65_536,
419+
contextWindow: 1_048_576,
420+
supportsImages: true,
421+
supportsPromptCache: false,
422+
inputPrice: 0,
423+
outputPrice: 0,
424+
},
417425
"gemini-2.0-flash-thinking-exp-1219": {
418426
maxTokens: 8192,
419427
contextWindow: 32_767,

0 commit comments

Comments
 (0)