branch: elpa/gptel commit 3c4e65b3fd1e098e9ac42f2cbfd2ceb1d2d7130e Author: Karthik Chikmagalur <karthikchikmaga...@gmail.com> Commit: Karthik Chikmagalur <karthikchikmaga...@gmail.com>
gptel-anthropic: Add support for Claude Opus 4.1 * gptel-anthropic.el (gptel--anthropic-models): Add claude-opus-4-1-20250805 to the list of Anthropic models. * NEWS: Document change. --- NEWS | 2 ++ gptel-anthropic.el | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bde6d53f6d1..a3f399d5775 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,8 @@ ** New models and backends +- Add support for ~claude-opus-4-1-20250805~. + - Add support for ~gemini-2.5-pro~, ~gemini-2.5-flash~, ~gemini-2.5-flash-lite-preview-06-17~. diff --git a/gptel-anthropic.el b/gptel-anthropic.el index 56780e49143..157173519fa 100644 --- a/gptel-anthropic.el +++ b/gptel-anthropic.el @@ -536,7 +536,7 @@ files in the context." :input-cost 3 :output-cost 15 :cutoff-date "2025-03") - (claude-opus-4-20250514 + (claude-opus-4-1-20250805 :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") @@ -544,6 +544,14 @@ files in the context." :input-cost 15 :output-cost 75 :cutoff-date "2025-03") + (claude-opus-4-20250514 + :description "Anthropic's previous flagship model" + :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") (claude-3-5-sonnet-20241022 :description "Highest level of intelligence and capability" :capabilities (media tool-use cache)