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.
1 parent 29137fb commit d26d834Copy full SHA for d26d834
src/shared/api.ts
@@ -686,6 +686,14 @@ export const geminiModels = {
686
inputPrice: 2.5,
687
outputPrice: 15,
688
},
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
+ },
697
"gemini-2.0-flash-001": {
698
maxTokens: 8192,
699
contextWindow: 1_048_576,
0 commit comments