From 741b9c364c2c8b0ee53a6d82a57551e26703d8cb Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 10 Mar 2026 14:55:30 -0600 Subject: [PATCH] chore: Added support for Claude 4.6 gen models --- models.yaml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/models.yaml b/models.yaml index f44fa9a..5172ec0 100644 --- a/models.yaml +++ b/models.yaml @@ -255,6 +255,54 @@ # - https://docs.anthropic.com/en/api/messages - provider: claude models: + - name: claude-opus-4-6 + max_input_tokens: 200000 + max_output_tokens: 8192 + require_max_tokens: true + input_price: 5 + output_price: 25 + supports_vision: true + supports_function_calling: true + - name: claude-opus-4-6:thinking + real_name: claude-opus-4-6 + max_input_tokens: 200000 + max_output_tokens: 24000 + require_max_tokens: true + input_price: 5 + output_price: 25 + supports_vision: true + supports_function_calling: true + patch: + body: + temperature: null + top_p: null + thinking: + type: enabled + budget_tokens: 16000 + - name: claude-sonnet-4-6 + max_input_tokens: 200000 + max_output_tokens: 8192 + require_max_tokens: true + input_price: 3 + output_price: 15 + supports_vision: true + supports_function_calling: true + - name: claude-sonnet-4-6:thinking + real_name: claude-sonnet-4-6 + max_input_tokens: 200000 + max_output_tokens: 24000 + require_max_tokens: true + input_price: 3 + output_price: 15 + supports_vision: true + supports_function_calling: true + patch: + body: + temperature: null + top_p: null + thinking: + type: enabled + budget_tokens: 16000 - name: claude-sonnet-4-5-20250929 max_input_tokens: 200000 max_output_tokens: 8192