File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,7 @@ export const Azure = {
190
190
191
191
export const Google = {
192
192
ExampleEndpoint : "https://generativelanguage.googleapis.com/" ,
193
- ChatPath : ( modelName : string ) =>
194
- `v1beta/models/${ modelName } :streamGenerateContent` ,
193
+ ChatPath : ( modelName : string ) => `v1beta/models/${ modelName } :generateContent` ,
195
194
} ;
196
195
197
196
export const Baidu = {
@@ -502,7 +501,6 @@ const openaiModels = [
502
501
] ;
503
502
504
503
const googleModels = [
505
- "gemini-1.0-pro" , // Deprecated on 2/15/2025
506
504
"gemini-1.5-pro-latest" ,
507
505
"gemini-1.5-pro" ,
508
506
"gemini-1.5-pro-002" ,
@@ -518,13 +516,15 @@ const googleModels = [
518
516
"gemini-exp-1121" ,
519
517
"gemini-exp-1206" ,
520
518
"gemini-2.0-flash" ,
519
+ "gemini-2.0-flash-lite" ,
521
520
"gemini-2.0-flash-exp" ,
522
521
"gemini-2.0-flash-lite-preview-02-05" ,
523
522
"gemini-2.0-flash-thinking-exp" ,
524
523
"gemini-2.0-flash-thinking-exp-1219" ,
525
524
"gemini-2.0-flash-thinking-exp-01-21" ,
526
525
"gemini-2.0-pro-exp" ,
527
526
"gemini-2.0-pro-exp-02-05" ,
527
+ "gemini-2.5-pro-exp-03-25" ,
528
528
] ;
529
529
530
530
const anthropicModels = [
You can’t perform that action at this time.
0 commit comments