File tree 1 file changed +24
-6
lines changed
1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,27 @@ const vertexaiChatModels: AIChatModelCard[] = [
35
35
id : 'gemini-2.0-flash' ,
36
36
maxOutput : 8192 ,
37
37
pricing : {
38
- cachedInput : 0.025 ,
39
- input : 0.1 ,
40
- output : 0.4 ,
38
+ cachedInput : 0.0375 ,
39
+ input : 0.15 ,
40
+ output : 0.6 ,
41
+ } ,
42
+ releasedAt : '2025-02-05' ,
43
+ type : 'chat' ,
44
+ } ,
45
+ {
46
+ abilities : {
47
+ functionCall : true ,
48
+ vision : true ,
49
+ } ,
50
+ contextWindowTokens : 1_048_576 + 8192 ,
51
+ description : 'Gemini 2.0 Flash 模型变体,针对成本效益和低延迟等目标进行了优化。' ,
52
+ displayName : 'Gemini 2.0 Flash-Lite' ,
53
+ id : 'gemini-2.0-flash-lite' ,
54
+ maxOutput : 8192 ,
55
+ pricing : {
56
+ cachedInput : 0.018_75 ,
57
+ input : 0.075 ,
58
+ output : 0.3 ,
41
59
} ,
42
60
releasedAt : '2025-02-05' ,
43
61
type : 'chat' ,
@@ -54,9 +72,9 @@ const vertexaiChatModels: AIChatModelCard[] = [
54
72
id : 'gemini-2.0-flash-001' ,
55
73
maxOutput : 8192 ,
56
74
pricing : {
57
- cachedInput : 0.025 ,
58
- input : 0.1 ,
59
- output : 0.4 ,
75
+ cachedInput : 0.0375 ,
76
+ input : 0.15 ,
77
+ output : 0.6 ,
60
78
} ,
61
79
releasedAt : '2025-02-05' ,
62
80
type : 'chat' ,
You can’t perform that action at this time.
0 commit comments