branch: elpa/gptel
commit e8dbe7baae0f25e2fe0bbe5521cc0c7ffe0cc08f
Author: John Wiegley <[email protected]>
Commit: GitHub <[email protected]>

    gptel-anthropic: Add Claude Opus 4.5 model (#1157)
    
    gptel-anthropic.el (gptel--anthropic-models): Add support for
    claude-opus-4-5-20251101.
---
 gptel-anthropic.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gptel-anthropic.el b/gptel-anthropic.el
index 2c1634d6ef0..6ef77ba4840 100644
--- a/gptel-anthropic.el
+++ b/gptel-anthropic.el
@@ -538,6 +538,14 @@ Media files, if present, are placed in `gptel-context'."
      :input-cost 3
      :output-cost 15
      :cutoff-date "2025-03")
+    (claude-opus-4-5-20251101
+     :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 5
+     :output-cost 25
+     :cutoff-date "2025-03")
     (claude-opus-4-1-20250805
      :description "Most capable model for complex reasoning and advanced 
coding"
      :capabilities (media tool-use cache)

Reply via email to