branch: elpa/gptel
commit 9c9af2cdfbec0f55a14591f0b1ffab0ebcd25e5e
Author: kiennq <kien.n.qu...@gmail.com>
Commit: GitHub <nore...@github.com>

    gptel-gh: Update model list (#1013)
    
    gptel-gh.el (gptel--gh-models): Add claude-opus-41 and gpt-5.
---
 gptel-gh.el | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/gptel-gh.el b/gptel-gh.el
index 927be571abb..ad7900cb6f6 100644
--- a/gptel-gh.el
+++ b/gptel-gh.el
@@ -43,17 +43,18 @@
      :description "Flagship model for complex tasks"
      :capabilities (media tool-use json url)
      :mime-types ("image/jpeg" "image/png" "image/gif" "image/webp")
-     :context-window 1024
+     :context-window 128
      :input-cost 2.0
      :output-cost 8.0
      :cutoff-date "2024-05")
-    (gpt-4.5-preview
-     :description "Largest and most capable GPT model to date"
-     :capabilities (url)
+    (gpt-5
+     :description "Flagship model for coding, reasoning, and agentic tasks 
across domains"
+     :capabilities (media tool-use json url)
+     :mime-types ("image/jpeg" "image/png" "image/gif" "image/webp")
      :context-window 128
-     :input-cost 75
-     :output-cost 150
-     :cutoff-date "2023-10")
+     :input-cost 1.25
+     :output-cost 10
+     :cutoff-date "2024-09")
     (o1
      :description "Reasoning model designed to solve hard problems across 
domains"
      :capabilities (reasoning tool-use)
@@ -125,6 +126,14 @@
      :input-cost 15
      :output-cost 75
      :cutoff-date "2025-03")
+    (claude-opus-41
+     :description "Most capable model for complex reasoning and advanced 
coding"
+     :capabilities (media tool-use cache)
+     :mime-types ("image/jpeg" "image/png" "image/gif" "image/webp" 
"application/pdf")
+     :context-window 200
+     :input-cost 15
+     :output-cost 75
+     :cutoff-date "2025-03")
     (gemini-2.0-flash-001
      :description "Next gen, high speed, multimodal for a diverse variety of 
tasks"
      :capabilities (json media)

Reply via email to