branch: elpa/gptel commit b0f80b1ed9608f273753135bb6b42b3527512962 Author: mobatmedia <m.bourg...@gmail.com> Commit: GitHub <nore...@github.com>
gptel-bedrock: Add Claude 3-7 Sonnet (#887) gptel-bedrock.el (gptel-bedrock--model-ids): Add support for claude-3-7-sonnet-20250219. --- gptel-bedrock.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gptel-bedrock.el b/gptel-bedrock.el index 2dfc3c8d4c..d6a3606f3e 100644 --- a/gptel-bedrock.el +++ b/gptel-bedrock.el @@ -534,6 +534,7 @@ Convenient to use with `cl-multiple-value-bind'" ;; https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html '((claude-sonnet-4-20250514 . "anthropic.claude-sonnet-4-20250514-v1:0") (claude-opus-4-20250514 . "anthropic.claude-opus-4-20250514-v1:0") + (claude-3-7-sonnet-20250219 . "anthropic.claude-3-7-sonnet-20250219-v1:0") (claude-3-5-sonnet-20241022 . "anthropic.claude-3-5-sonnet-20241022-v2:0") (claude-3-5-sonnet-20240620 . "anthropic.claude-3-5-sonnet-20240620-v1:0") (claude-3-5-haiku-20241022 . "anthropic.claude-3-5-haiku-20241022-v1:0")