@@ -123,8 +123,8 @@ const googleChatModels: AIChatModelCard[] = [
123123 } ,
124124 contextWindowTokens : 1_048_576 + 65_536 ,
125125 description :
126- 'Gemini 3.0 Pro Preview 是 Google 最先进的思维模型,能够对代码、数学和STEM领域的复杂问题进行推理,以及使用长上下文分析大型数据集、代码库和文档 。' ,
127- displayName : 'Gemini 3.0 Pro Preview' ,
126+ 'Gemini 3 Pro 是 全球最佳的多模态理解模型,也是 Google 迄今为止最强大的智能体和氛围编程模型,提供更丰富的视觉效果和更深层次的交互性,所有这些都建立在最先进的推理能力基础之上 。' ,
127+ displayName : 'Gemini 3 Pro Preview' ,
128128 enabled : true ,
129129 id : 'gemini-3-pro-preview' ,
130130 maxOutput : 65_536 ,
@@ -134,34 +134,40 @@ const googleChatModels: AIChatModelCard[] = [
134134 name : 'textInput_cacheRead' ,
135135 strategy : 'tiered' ,
136136 tiers : [
137- { rate : 0.20 , upTo : 200_000 } ,
138- { rate : 0.40 , upTo : 'infinity' } ,
137+ { rate : 0.2 , upTo : 200_000 } ,
138+ { rate : 0.4 , upTo : 'infinity' } ,
139139 ] ,
140140 unit : 'millionTokens' ,
141141 } ,
142142 {
143143 name : 'textInput' ,
144144 strategy : 'tiered' ,
145145 tiers : [
146- { rate : 2.0 , upTo : 200_000 } ,
147- { rate : 4.0 , upTo : 'infinity' } ,
146+ { rate : 2 , upTo : 200_000 } ,
147+ { rate : 4 , upTo : 'infinity' } ,
148148 ] ,
149149 unit : 'millionTokens' ,
150150 } ,
151151 {
152152 name : 'textOutput' ,
153153 strategy : 'tiered' ,
154154 tiers : [
155- { rate : 12.0 , upTo : 200_000 } ,
156- { rate : 18.0 , upTo : 'infinity' } ,
155+ { rate : 12 , upTo : 200_000 } ,
156+ { rate : 18 , upTo : 'infinity' } ,
157157 ] ,
158158 unit : 'millionTokens' ,
159159 } ,
160+ {
161+ lookup : { prices : { '1h' : 4.5 } , pricingParams : [ 'ttl' ] } ,
162+ name : 'textInput_cacheWrite' ,
163+ strategy : 'lookup' ,
164+ unit : 'millionTokens' ,
165+ } ,
160166 ] ,
161167 } ,
162168 releasedAt : '2025-11-18' ,
163169 settings : {
164- extendParams : [ 'thinkingBudget ' , 'urlContext' ] ,
170+ extendParams : [ 'thinkingLevel ' , 'urlContext' ] ,
165171 searchImpl : 'params' ,
166172 searchProvider : 'google' ,
167173 } ,
@@ -211,6 +217,12 @@ const googleChatModels: AIChatModelCard[] = [
211217 ] ,
212218 unit : 'millionTokens' ,
213219 } ,
220+ {
221+ lookup : { prices : { '1h' : 4.5 } , pricingParams : [ 'ttl' ] } ,
222+ name : 'textInput_cacheWrite' ,
223+ strategy : 'lookup' ,
224+ unit : 'millionTokens' ,
225+ } ,
214226 ] ,
215227 } ,
216228 releasedAt : '2025-06-17' ,
@@ -383,34 +395,6 @@ const googleChatModels: AIChatModelCard[] = [
383395 } ,
384396 type : 'chat' ,
385397 } ,
386- {
387- abilities : {
388- functionCall : true ,
389- reasoning : true ,
390- search : true ,
391- video : true ,
392- vision : true ,
393- } ,
394- contextWindowTokens : 1_048_576 + 65_536 ,
395- description : 'Gemini 2.5 Flash Preview 是 Google 性价比最高的模型,提供全面的功能。' ,
396- displayName : 'Gemini 2.5 Flash Preview 05-20' ,
397- id : 'gemini-2.5-flash-preview-05-20' ,
398- maxOutput : 65_536 ,
399- pricing : {
400- units : [
401- { name : 'textInput_cacheRead' , rate : 0.0375 , strategy : 'fixed' , unit : 'millionTokens' } ,
402- { name : 'textInput' , rate : 0.15 , strategy : 'fixed' , unit : 'millionTokens' } ,
403- { name : 'textOutput' , rate : 3.5 , strategy : 'fixed' , unit : 'millionTokens' } ,
404- ] ,
405- } ,
406- releasedAt : '2025-05-20' ,
407- settings : {
408- extendParams : [ 'thinkingBudget' , 'urlContext' ] ,
409- searchImpl : 'params' ,
410- searchProvider : 'google' ,
411- } ,
412- type : 'chat' ,
413- } ,
414398 {
415399 abilities : {
416400 imageOutput : true ,
@@ -514,35 +498,6 @@ const googleChatModels: AIChatModelCard[] = [
514498 } ,
515499 type : 'chat' ,
516500 } ,
517- {
518- abilities : {
519- functionCall : true ,
520- reasoning : true ,
521- search : true ,
522- video : true ,
523- vision : true ,
524- } ,
525- contextWindowTokens : 1_048_576 + 65_536 ,
526- description :
527- 'Gemini 2.5 Flash-Lite Preview 是 Google 最小、性价比最高的模型,专为大规模使用而设计。' ,
528- displayName : 'Gemini 2.5 Flash-Lite Preview 06-17' ,
529- id : 'gemini-2.5-flash-lite-preview-06-17' ,
530- maxOutput : 65_536 ,
531- pricing : {
532- units : [
533- { name : 'textInput_cacheRead' , rate : 0.025 , strategy : 'fixed' , unit : 'millionTokens' } ,
534- { name : 'textInput' , rate : 0.1 , strategy : 'fixed' , unit : 'millionTokens' } ,
535- { name : 'textOutput' , rate : 0.4 , strategy : 'fixed' , unit : 'millionTokens' } ,
536- ] ,
537- } ,
538- releasedAt : '2025-06-11' ,
539- settings : {
540- extendParams : [ 'thinkingBudget' , 'urlContext' ] ,
541- searchImpl : 'params' ,
542- searchProvider : 'google' ,
543- } ,
544- type : 'chat' ,
545- } ,
546501 {
547502 abilities : {
548503 functionCall : true ,
@@ -597,26 +552,6 @@ const googleChatModels: AIChatModelCard[] = [
597552 } ,
598553 type : 'chat' ,
599554 } ,
600- {
601- abilities : {
602- imageOutput : true ,
603- vision : true ,
604- } ,
605- contextWindowTokens : 32_768 + 8192 ,
606- description : 'Gemini 2.0 Flash 预览模型,支持图像生成' ,
607- displayName : 'Gemini 2.0 Flash Preview Image Generation' ,
608- id : 'gemini-2.0-flash-preview-image-generation' ,
609- maxOutput : 8192 ,
610- pricing : {
611- units : [
612- { name : 'textInput' , rate : 0.1 , strategy : 'fixed' , unit : 'millionTokens' } ,
613- { name : 'textOutput' , rate : 0.4 , strategy : 'fixed' , unit : 'millionTokens' } ,
614- { name : 'imageGeneration' , rate : 0.039 , strategy : 'fixed' , unit : 'image' } ,
615- ] ,
616- } ,
617- releasedAt : '2025-05-07' ,
618- type : 'chat' ,
619- } ,
620555 {
621556 abilities : {
622557 imageOutput : true ,
0 commit comments