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 82ee51e commit fdefa30Copy full SHA for fdefa30
src/shared/api.ts
@@ -775,6 +775,8 @@ export const geminiModels = {
775
supportsPromptCache: true,
776
inputPrice: 0.15,
777
outputPrice: 3.5,
778
+ cacheReadsPrice: 0.0375,
779
+ cacheWritesPrice: 1.0,
780
maxThinkingTokens: 24_576,
781
supportsReasoningBudget: true,
782
requiredReasoningBudget: true,
@@ -786,6 +788,8 @@ export const geminiModels = {
786
788
787
789
790
outputPrice: 0.6,
791
792
793
},
794
"gemini-2.5-pro-exp-03-25": {
795
maxTokens: 65_535,
0 commit comments