Skip to content

Commit b988f1a

Browse files
authored
Merge pull request #337 from whalliburton/main
add gemini-2.5-pro-exp
2 parents b1bf3b3 + 8b19a7c commit b988f1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chatgpt-shell-google.el

+6-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,12 @@ This gets set once for each MODEL, based on a heuristic."
221221
"Build a list of Google LLM models available."
222222
;; Context windows have been verified as of 11/26/2024. See
223223
;; https://ai.google.dev/gemini-api/docs/models/gemini.
224-
(list (chatgpt-shell-google-make-model :version "gemini-2.0-pro-exp"
224+
(list (chatgpt-shell-google-make-model :version "gemini-2.5-pro-exp"
225+
:short-version "2.5-pro-exp"
226+
:path "/v1beta/models/gemini-2.5-pro-exp-03-25"
227+
:token-width 4
228+
:context-window 2048576)
229+
(chatgpt-shell-google-make-model :version "gemini-2.0-pro-exp"
225230
:short-version "2.0-pro-exp"
226231
:path "/v1beta/models/gemini-2.0-pro-exp"
227232
:token-width 4

0 commit comments

Comments
 (0)