We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff54c63 + f4b3c44 commit b5f6e37Copy full SHA for b5f6e37
src/shared/api.ts
@@ -498,6 +498,14 @@ export const vertexModels = {
498
inputPrice: 0.15,
499
outputPrice: 0.6,
500
},
501
+ "gemini-2.0-pro-exp-02-05": {
502
+ maxTokens: 8192,
503
+ contextWindow: 2_097_152,
504
+ supportsImages: true,
505
+ supportsPromptCache: false,
506
+ inputPrice: 0,
507
+ outputPrice: 0,
508
+ },
509
"gemini-2.0-flash-lite-001": {
510
maxTokens: 8192,
511
contextWindow: 1_048_576,
0 commit comments