diff --git a/src/shared/api.ts b/src/shared/api.ts index 5fd778b0cc..6531533716 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -253,6 +253,14 @@ export const geminiModels = { inputPrice: 0, outputPrice: 0, }, + "gemini-exp-1206": { + maxTokens: 8192, + contextWindow: 2_097_152, + supportsImages: true, + supportsPromptCache: false, + inputPrice: 0, + outputPrice: 0, + }, "gemini-1.5-flash-002": { maxTokens: 8192, contextWindow: 1_048_576,