branch: elpa/gptel
commit df08c1a4d4c6e253870b8aa1634922b8f56224e7
Author: Daniel Fleischer <[email protected]>
Commit: GitHub <[email protected]>

    gptel-bedrock: Add Opus 4.7 (#1395)
    
    gptel-bedrock.el (gptel-bedrock--model-ids):
    Add Claude Opus 4.7 to Bedrock model list.
    
    NEWS: Mention change.
---
 NEWS             | 3 +++
 gptel-bedrock.el | 1 +
 2 files changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 3d4ce15186..eb050c1527 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@
 
 ** Breaking changes
 ** New models and backends
+
+- Bedrock backend: Add support for =claude-opus-4-7=.
+
 ** New features and UI changes
 ** Notable bug fixes
 
diff --git a/gptel-bedrock.el b/gptel-bedrock.el
index cda53801f0..9636496c7e 100644
--- a/gptel-bedrock.el
+++ b/gptel-bedrock.el
@@ -600,6 +600,7 @@ Convenient to use with `cl-multiple-value-bind'"
   ;; https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html
   '((claude-sonnet-4-6           . "anthropic.claude-sonnet-4-6")
     (claude-opus-4-6             . "anthropic.claude-opus-4-6-v1")
+    (claude-opus-4-7             . "anthropic.claude-opus-4-7")
     (claude-sonnet-4-5-20250929  . "anthropic.claude-sonnet-4-5-20250929-v1:0")
     (claude-haiku-4-5-20251001   . "anthropic.claude-haiku-4-5-20251001-v1:0")
        (claude-opus-4-5-20251101    . 
"anthropic.claude-opus-4-5-20251101-v1:0")

Reply via email to