From 5cb8070da1ded42109b0a92b71613b43229757b5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 26 Jan 2026 12:40:06 -0700 Subject: [PATCH] build: Support Claude Opus 4.5 --- models.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/models.yaml b/models.yaml index 24ce9f9..9f1006d 100644 --- a/models.yaml +++ b/models.yaml @@ -290,6 +290,32 @@ thinking: type: enabled budget_tokens: 16000 + - name: claude-opus-4-5-20251101 + type: chat + max_input_tokens: 200000 + input_price: 15.0 + output_price: 75.0 + max_output_tokens: 8192 + require_max_tokens: true + supports_vision: true + supports_function_calling: true + - name: claude-opus-4-5-20251101:thinking + type: chat + real_name: claude-opus-4-5-20251101 + max_input_tokens: 200000 + input_price: 15.0 + output_price: 75.0 + patch: + body: + temperature: null + top_p: null + thinking: + type: enabled + budget_tokens: 16000 + max_output_tokens: 24000 + require_max_tokens: true + supports_vision: true + supports_function_calling: true - name: claude-opus-4-1-20250805 max_input_tokens: 200000 max_output_tokens: 8192