@@ -85,29 +85,24 @@ VALIDATE-COMMAND handler."
85
85
" Build a list of Google LLM models available."
86
86
; ; Context windows have been verified as of 11/26/2024. See
87
87
; ; https://ai.google.dev/gemini-api/docs/models/gemini.
88
- (list (chatgpt-shell-google-make-model :version " gemini-1.5-pro-latest"
88
+ (list (chatgpt-shell-google-make-model :version " gemini-2.0-flash"
89
+ :short-version " 2.0-flash"
90
+ :path " /v1beta/models/gemini-2.0-flash"
91
+ :token-width 4
92
+ :context-window 1048576 )
93
+ (chatgpt-shell-google-make-model :version " gemini-1.5-pro-latest"
89
94
:short-version " 1.5-pro-latest"
90
95
:path " /v1beta/models/gemini-1.5-pro-latest"
91
96
:token-width 4
92
97
:context-window 2097152 )
93
- (chatgpt-shell-google-make-model :version " gemini-exp-1206"
94
- :short-version " exp-1206"
95
- :path " /v1beta/models/gemini-exp-1206"
96
- :token-width 4
97
- :context-window 2097152 )
98
98
(chatgpt-shell-google-make-model :version " gemini-1.5-flash-latest"
99
99
:short-version " 1.5-flash-latest"
100
100
:path " /v1beta/models/gemini-1.5-flash-latest"
101
101
:token-width 4
102
102
:context-window 1048576 )
103
- (chatgpt-shell-google-make-model :version " gemini-2.0-flash-exp"
104
- :short-version " 2.0-flash-exp"
105
- :path " /v1beta/models/gemini-2.0-flash-exp"
106
- :token-width 4
107
- :context-window 1048576 )
108
- (chatgpt-shell-google-make-model :version " gemini-2.0-flash-thinking-exp-1219"
103
+ (chatgpt-shell-google-make-model :version " gemini-2.0-flash-thinking-exp-01-21"
109
104
:short-version " 2.0-flash-thinking-exp"
110
- :path " /v1beta/models/gemini-2.0-flash-thinking-exp-1219 "
105
+ :path " /v1beta/models/gemini-2.0-flash-thinking-exp-01-21 "
111
106
:token-width 4
112
107
:context-window 32767 )))
113
108
0 commit comments