branch: elpa/gptel commit 8ad60c57f74648dce4f43fdb952d94ece3031a07 Author: Savva Surenkov <savva@surenkov.space> Commit: GitHub <nore...@github.com>
gptel-gemini: add gemini-2.5-pro-preview-05-06 (#829) gptel-gemini.el (gptel--gemini-models): Add support for gemini-2.5-pro-preview-05-6 --- NEWS | 2 ++ gptel-gemini.el | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/NEWS b/NEWS index f6dc4a6827..1fc03422f0 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,8 @@ - Add support for ~gemini-2.5-flash-preview-04-17~. +- Add support for ~gemini-2.5-pro-preview-05-06~. + ** New features and UI changes - The new option ~gptel-curl-extra-args~ can be used to specify extra diff --git a/gptel-gemini.el b/gptel-gemini.el index 49c071bb71..fe42a1b019 100644 --- a/gptel-gemini.el +++ b/gptel-gemini.el @@ -462,6 +462,15 @@ files in the context." :input-cost 0.15 :output-cost 0.60 ; 3.50 for thinking :cutoff-date "2025-01") + (gemini-2.5-pro-preview-05-06 + :description "Most powerful Gemini thinking model with maximum response accuracy and state-of-the-art performance" + :capabilities (tool-use json media) + :mime-types ("image/png" "image/jpeg" "image/webp" "image/heic" "image/heif" + "application/pdf" "text/plain" "text/csv" "text/html") + :context-window 1000 + :input-cost 1.25 ; 2.50 for >200k tokens + :output-cost 10.00 ; 15 for >200k tokens + :cutoff-date "2025-01") (gemini-2.0-flash-thinking-exp :description "DEPRECATED: Please use gemini-2.0-flash-thinking-exp-01-21 instead." :capabilities (tool-use media)