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

    gptel-gh: add claude-sonnet/opus-4 (#860)
    
    gptel-gh.el (gptel--gh-models): Add Sonnet-4 and Opus-4.
---
 gptel-gh.el | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gptel-gh.el b/gptel-gh.el
index e18455a1d1..4167d60697 100644
--- a/gptel-gh.el
+++ b/gptel-gh.el
@@ -109,6 +109,22 @@
      :input-cost 3
      :output-cost 15
      :cutoff-date "2025-02")
+    (claude-sonnet-4
+     :description "High-performance model with exceptional reasoning and 
efficiency"
+     :capabilities (media tool-use cache)
+     :mime-types ("image/jpeg" "image/png" "image/gif" "image/webp" 
"application/pdf")
+     :context-window 200
+     :input-cost 3
+     :output-cost 15
+     :cutoff-date "2025-03")
+    (claude-opus-4
+     :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