Skip to content

Commit c59c1e2

Browse files
authored
💄 style: Add Gemini flash thinking model (#5103)
1 parent 3b26381 commit c59c1e2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/config/modelProviders/google.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ import { ModelProviderCard } from '@/types/llm';
33
// ref: https://ai.google.dev/gemini-api/docs/models/gemini
44
const Google: ModelProviderCard = {
55
chatModels: [
6+
{
7+
description:
8+
'Gemini 2.0 Flash Exp 是 Google 最新的实验性多模态AI模型,拥有下一代特性,卓越的速度,原生工具调用以及多模态生成。',
9+
displayName: 'Gemini 2.0 Flash Thinking Experimental 1219',
10+
enabled: true,
11+
functionCall: true,
12+
id: 'gemini-2.0-flash-thinking-exp-1219',
13+
maxOutput: 8192,
14+
pricing: {
15+
cachedInput: 0,
16+
input: 0,
17+
output: 0,
18+
},
19+
releasedAt: '2024-12-19',
20+
tokens: 32_767 + 8192,
21+
vision: true,
22+
},
623
{
724
description:
825
'Gemini 2.0 Flash Exp 是 Google 最新的实验性多模态AI模型,拥有下一代特性,卓越的速度,原生工具调用以及多模态生成。',

0 commit comments

Comments
 (0)