Skip to content

Commit 26b4faf

Browse files
committed
removed duplicated flash 05-20
1 parent 427a83a commit 26b4faf

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/shared/api.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -787,25 +787,6 @@ export const geminiModels = {
787787
inputPrice: 0.15,
788788
outputPrice: 0.6,
789789
},
790-
"gemini-2.5-flash-preview-05-20:thinking": {
791-
maxTokens: 65_535,
792-
contextWindow: 1_048_576,
793-
supportsImages: true,
794-
supportsPromptCache: false,
795-
inputPrice: 0.15,
796-
outputPrice: 3.5,
797-
thinking: true,
798-
maxThinkingTokens: 24_576,
799-
},
800-
"gemini-2.5-flash-preview-05-20": {
801-
maxTokens: 65_535,
802-
contextWindow: 1_048_576,
803-
supportsImages: true,
804-
supportsPromptCache: false,
805-
inputPrice: 0.15,
806-
outputPrice: 0.6,
807-
thinking: false,
808-
},
809790
"gemini-2.5-pro-exp-03-25": {
810791
maxTokens: 65_535,
811792
contextWindow: 1_048_576,

0 commit comments

Comments
 (0)