From 7b9d8e6ba7ee0961bda5f781c35c0b670455f30b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 25 May 2025 12:49:47 -0700 Subject: [PATCH] feat: add claude-opus-4-20250514 model settings --- aider/resources/model-settings.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/aider/resources/model-settings.yml b/aider/resources/model-settings.yml index c907b80b9..f643fee98 100644 --- a/aider/resources/model-settings.yml +++ b/aider/resources/model-settings.yml @@ -1451,3 +1451,17 @@ editor_edit_format: editor-diff accepts_settings: ["thinking_tokens"] +- name: claude-opus-4-20250514 + edit_format: diff + weak_model_name: claude-3-5-haiku-20241022 + use_repo_map: true + examples_as_sys_msg: false + extra_params: + extra_headers: + anthropic-beta: prompt-caching-2024-07-31,pdfs-2024-09-25,output-128k-2025-02-19 + max_tokens: 64000 + cache_control: true + editor_model_name: claude-sonnet-4-20250514 + editor_edit_format: editor-diff + accepts_settings: ["thinking_tokens"] +