Skip to content

Commit

Permalink
Update google.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Dec 11, 2024
1 parent e9b7f82 commit 4d5ec09
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/config/modelProviders/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ import { ModelProviderCard } from '@/types/llm';
// ref: https://ai.google.dev/gemini-api/docs/models/gemini
const Google: ModelProviderCard = {
chatModels: [
{
description:
'Gemini 2.0 Flash Exp 是 Google 最新的实验性多模态AI模型,拥有下一代特性,卓越的速度,原生工具调用以及多模态生成。',
displayName: 'Gemini 2.0 Flash Experimental',
enabled: true,
functionCall: true,
id: 'gemini-2.0-flash-exp',
maxOutput: 8192,
pricing: {
cachedInput: 0,
input: 0,
output: 0,
},
releasedAt: '2024-12-11',
tokens: 1_048_576 + 8192,
vision: true,
},
{
description:
'Gemini Exp 1206 是 Google 最新的实验性多模态AI模型,与历史版本相比有一定的质量提升。',
Expand Down

0 comments on commit 4d5ec09

Please sign in to comment.