Skip to content

Commit 8b40a74

Browse files
committed
gemini-2.5-flash-preview-04-17 doesn't have caching
1 parent fffae25 commit 8b40a74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/shared/api.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@ export const vertexModels = {
488488
maxTokens: 65_535,
489489
contextWindow: 1_048_576,
490490
supportsImages: true,
491-
supportsPromptCache: true,
492-
isPromptCacheOptional: true,
491+
supportsPromptCache: false,
493492
inputPrice: 0.15,
494493
outputPrice: 0.6,
495494
thinking: false,

0 commit comments

Comments
 (0)