Skip to content

Commit

Permalink
💄 style: Add gemini-exp-1206 model (lobehub#4909)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Dec 7, 2024
1 parent ab108d9 commit 9ff2c03
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/config/modelProviders/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9ff2c03

Please sign in to comment.