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 52c58ea commit 8be06edCopy full SHA for 8be06ed
packages/types/src/providers/gemini.ts
@@ -50,7 +50,7 @@ export const geminiModels = {
50
},
51
"gemini-2.5-flash": {
52
maxTokens: 64_000,
53
- contextWindow: 1_048_576,
+ contextWindow: 249500,
54
supportsImages: true,
55
supportsPromptCache: true,
56
inputPrice: 0.3,
@@ -144,7 +144,7 @@ export const geminiModels = {
144
145
"gemini-2.5-pro": {
146
147
148
149
150
inputPrice: 2.5, // This is the pricing for prompts above 200k tokens.
0 commit comments