From 9ff2c0314e2cfbbf395504888505bd41c21f7222 Mon Sep 17 00:00:00 2001 From: sxjeru Date: Sat, 7 Dec 2024 14:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20Add=20gemini-exp-1206?= =?UTF-8?q?=20model=20(#4909)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/modelProviders/google.ts | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/config/modelProviders/google.ts b/src/config/modelProviders/google.ts index 9a864d4628a00..375a00bad1072 100644 --- a/src/config/modelProviders/google.ts +++ b/src/config/modelProviders/google.ts @@ -5,10 +5,26 @@ const Google: ModelProviderCard = { chatModels: [ { description: - 'Gemini Exp 1121 是 Google 最新的实验性多模态AI模型,拥有改进的编码、推理和视觉能力。', - displayName: 'Gemini Experimental 1121', + 'Gemini Exp 1206 是 Google 最新的实验性多模态AI模型,与历史版本相比有一定的质量提升。', + displayName: 'Gemini Experimental 1206', enabled: true, functionCall: true, + id: 'gemini-exp-1206', + maxOutput: 8192, + pricing: { + cachedInput: 0, + input: 0, + output: 0, + }, + releasedAt: '2024-12-06', + tokens: 2_097_152 + 8192, + vision: true, + }, + { + description: + 'Gemini Exp 1121 是 Google 的实验性多模态AI模型,拥有改进的编码、推理和视觉能力。', + displayName: 'Gemini Experimental 1121', + functionCall: true, id: 'gemini-exp-1121', maxOutput: 8192, pricing: {