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 427a83a commit 26b4fafCopy full SHA for 26b4faf
src/shared/api.ts
@@ -787,25 +787,6 @@ export const geminiModels = {
787
inputPrice: 0.15,
788
outputPrice: 0.6,
789
},
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
802
803
804
805
806
- outputPrice: 0.6,
807
- thinking: false,
808
809
"gemini-2.5-pro-exp-03-25": {
810
maxTokens: 65_535,
811
contextWindow: 1_048_576,
0 commit comments