branch: elpa/gptel
commit 243bd07ce833f571af344ca1e8ed16d6a1dde4bb
Author: Tianrui Wei <tian...@tianruiwei.com>
Commit: GitHub <nore...@github.com>

    gptel-gh: Add gemini-2.5-pro (#779)
    
    gptel-gh.el (gptel--gh-models): Add gemini-2.5-pro.
---
 gptel-gh.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gptel-gh.el b/gptel-gh.el
index 3069ca7f69..b828e570a0 100644
--- a/gptel-gh.el
+++ b/gptel-gh.el
@@ -78,6 +78,13 @@
      :output-cost 15
      :cutoff-date "2025-02")
     (gemini-2.0-flash-001
+     :description "Next gen, high speed, multimodal for a diverse variety of 
tasks"
+     :capabilities (tool-use json)
+     :context-window 1000
+     :input-cost 0.10
+     :output-cost 0.40
+     :cutoff-date "2024-08")
+    (gemini-2.5-pro
      :description "Next gen, high speed, multimodal for a diverse variety of 
tasks"
      :capabilities (tool-use json)
      :context-window 1000

Reply via email to