branch: elpa/gptel
commit 03f87d338efc5c1d623d8de1c193f80fb7157580
Author: kiennq <[email protected]>
Commit: GitHub <[email protected]>

    gptel-gh: update model list (#1240)
    
    gptel-gh.el (gptel--gh-models): Add Claude Opus 4.6.
    
    NEWS: Mention change.
---
 NEWS        | 4 ++--
 gptel-gh.el | 8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 88146ead642..6b956473818 100644
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,8 @@
 ** New models and backends
 
 - GitHub Copilot backend: Add support for =gpt-5.2=, =gpt-5.2-codex=,
-  =gpt-41-copilot=, =claude-opus-4.5=, =gemini-3-pro-preview= and
-  =gemini-3-flash-preview=
+  =gpt-41-copilot=, =claude-opus-4.5=, =claude-opus-4.6=,
+  =gemini-3-pro-preview= and =gemini-3-flash-preview=
 
 - Bedrock backend: Add support for =claude-opus-4.5= and =nova-2-lite=
 
diff --git a/gptel-gh.el b/gptel-gh.el
index 39dba4682ed..d702eea955c 100644
--- a/gptel-gh.el
+++ b/gptel-gh.el
@@ -137,6 +137,14 @@
      :input-cost 3
      :output-cost 3
      :cutoff-date "2025-05")
+    (claude-opus-4.6
+     :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 3
+     :output-cost 3
+     :cutoff-date "2025-08")
     (gemini-2.5-pro
      :description "Next gen, high speed, multimodal for a diverse variety of 
tasks"
      :capabilities (tool-use json media)

Reply via email to