branch: elpa/gptel commit a40e219fad21e4214da840b0852a73b6fc174d93 Author: Karthik Chikmagalur <karthikchikmaga...@gmail.com> Commit: Karthik Chikmagalur <karthikchikmaga...@gmail.com>
gptel-anthropic: Add Sonnet-4 and Opus-4 models * gptel-anthropic.el (gptel--anthropic-models): Add claude-sonnet-4-20250514 and claude-opus-4-20250514. The metadata might need to be verified. --- gptel-anthropic.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gptel-anthropic.el b/gptel-anthropic.el index 0e9b8743ca..8f9590ca10 100644 --- a/gptel-anthropic.el +++ b/gptel-anthropic.el @@ -506,6 +506,22 @@ files in the context." :input-cost 3 :output-cost 15 :cutoff-date "2025-02") + (claude-sonnet-4-20250514 + :description "High-performance model with exceptional reasoning and efficiency" + :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 15 + :cutoff-date "2025-03") + (claude-opus-4-20250514 + :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 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)