We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21c7ac7 + 93a5710 commit b91bffbCopy full SHA for b91bffb
src/shared/api.ts
@@ -414,6 +414,14 @@ export const openAiModelInfoSaneDefaults: ModelInfo = {
414
export type GeminiModelId = keyof typeof geminiModels
415
export const geminiDefaultModelId: GeminiModelId = "gemini-2.0-flash-thinking-exp-1219"
416
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
+ },
425
"gemini-2.0-flash-thinking-exp-1219": {
426
maxTokens: 8192,
427
contextWindow: 32_767,
0 commit comments