Skip to content

Commit 0be44d5

Browse files
authored
gptel-gemini: Add gemini-2.5-pro-exp-03-25 (#742)
gptel-gemini.el (gptel--gemini-models): Add gemini-2.5-pro-exp-03-25
1 parent 3dc1cf4 commit 0be44d5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

gptel-gemini.el

+11-1
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,15 @@ files in the context."
395395
:input-cost 0.00
396396
:output-cost 0.00
397397
:cutoff-date "2024-08")
398+
(gemini-2.5-pro-exp-03-25
399+
:description "Enhanced thinking and reasoning, multimodal understanding, advanced coding, and more"
400+
:capabilities (tool-use json media)
401+
:mime-types ("image/png" "image/jpeg" "image/webp" "image/heic" "image/heif"
402+
"application/pdf" "text/plain" "text/csv" "text/html")
403+
:context-window 1000
404+
:input-cost 0.00
405+
:output-cost 0.00
406+
:cutoff-date "2025-01")
398407
(gemini-2.0-flash-thinking-exp
399408
:description "DEPRECATED: Please use gemini-2.0-flash-thinking-exp-01-21 instead."
400409
:capabilities (tool-use media)
@@ -426,7 +435,8 @@ Information about the Gemini models was obtained from the following
426435
source:
427436
428437
- <https://ai.google.dev/pricing>
429-
- <https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models>")
438+
- <https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models>
439+
- <https://ai.google.dev/gemini-api/docs/models>")
430440

431441
;;;###autoload
432442
(cl-defun gptel-make-gemini

0 commit comments

Comments
 (0)