Skip to content

Commit d26d834

Browse files
committed
Add new Gemini 2.5 Pro Preview model configuration to API
1 parent 29137fb commit d26d834

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,14 @@ export const geminiModels = {
686686
inputPrice: 2.5,
687687
outputPrice: 15,
688688
},
689+
"gemini-2.5-pro-preview-05-06": {
690+
maxTokens: 65_535,
691+
contextWindow: 1_048_576,
692+
supportsImages: true,
693+
supportsPromptCache: false,
694+
inputPrice: 2.5,
695+
outputPrice: 15,
696+
},
689697
"gemini-2.0-flash-001": {
690698
maxTokens: 8192,
691699
contextWindow: 1_048_576,

0 commit comments

Comments
 (0)