File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/config/modelProviders Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ import { ModelProviderCard } from '@/types/llm';
33// ref: https://ai.google.dev/gemini-api/docs/models/gemini
44const 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模型,拥有下一代特性,卓越的速度,原生工具调用以及多模态生成。' ,
You can’t perform that action at this time.
0 commit comments