Skip to content

Commit 8be06ed

Browse files
committed
gemini changed context to 249.5k
1 parent 52c58ea commit 8be06ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/providers/gemini.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const geminiModels = {
5050
},
5151
"gemini-2.5-flash": {
5252
maxTokens: 64_000,
53-
contextWindow: 1_048_576,
53+
contextWindow: 249500,
5454
supportsImages: true,
5555
supportsPromptCache: true,
5656
inputPrice: 0.3,
@@ -144,7 +144,7 @@ export const geminiModels = {
144144
},
145145
"gemini-2.5-pro": {
146146
maxTokens: 64_000,
147-
contextWindow: 1_048_576,
147+
contextWindow: 249500,
148148
supportsImages: true,
149149
supportsPromptCache: true,
150150
inputPrice: 2.5, // This is the pricing for prompts above 200k tokens.

0 commit comments

Comments
 (0)