Skip to content

Commit 4869aba

Browse files
authored
Adding Gemini 2.5 pro preview 06-05 (RooCodeInc#4053)
1 parent c68e427 commit 4869aba

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

src/shared/api.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)