File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -575,6 +575,30 @@ export const vertexModels = {
575575 } ,
576576 ] ,
577577 } ,
578+ "gemini-2.5-pro-preview-06-05" : {
579+ maxTokens : 65536 ,
580+ contextWindow : 1_048_576 ,
581+ supportsImages : true ,
582+ supportsPromptCache : true ,
583+ supportsGlobalEndpoint : true ,
584+ inputPrice : 2.5 ,
585+ outputPrice : 15 ,
586+ cacheReadsPrice : 0.31 ,
587+ tiers : [
588+ {
589+ contextWindow : 200000 ,
590+ inputPrice : 1.25 ,
591+ outputPrice : 10 ,
592+ cacheReadsPrice : 0.31 ,
593+ } ,
594+ {
595+ contextWindow : Infinity ,
596+ inputPrice : 2.5 ,
597+ outputPrice : 15 ,
598+ cacheReadsPrice : 0.625 ,
599+ } ,
600+ ] ,
601+ } ,
578602 "gemini-2.5-flash-preview-04-17" : {
579603 maxTokens : 65536 ,
580604 contextWindow : 1_048_576 ,
@@ -719,6 +743,30 @@ export const geminiModels = {
719743 } ,
720744 ] ,
721745 } ,
746+ "gemini-2.5-pro-preview-06-05" : {
747+ maxTokens : 65536 ,
748+ contextWindow : 1_048_576 ,
749+ supportsImages : true ,
750+ supportsPromptCache : true ,
751+ supportsGlobalEndpoint : true ,
752+ inputPrice : 2.5 ,
753+ outputPrice : 15 ,
754+ cacheReadsPrice : 0.31 ,
755+ tiers : [
756+ {
757+ contextWindow : 200000 ,
758+ inputPrice : 1.25 ,
759+ outputPrice : 10 ,
760+ cacheReadsPrice : 0.31 ,
761+ } ,
762+ {
763+ contextWindow : Infinity ,
764+ inputPrice : 2.5 ,
765+ outputPrice : 15 ,
766+ cacheReadsPrice : 0.625 ,
767+ } ,
768+ ] ,
769+ } ,
722770 "gemini-2.5-flash-preview-05-20" : {
723771 maxTokens : 65536 ,
724772 contextWindow : 1_048_576 ,
You can’t perform that action at this time.
0 commit comments