From 3d61081b48a8c2127d6f8647cdd1c2eb1fb17c32 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Tue, 25 Nov 2025 08:59:48 +0100 Subject: [PATCH] chore: add opus 4.5 --- internal/providers/configs/anthropic.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/internal/providers/configs/anthropic.json b/internal/providers/configs/anthropic.json index c45f693909f431c872a1b9260714c89ba94b02c7..742b877b45e69498a80e938555a28529b473cdda 100644 --- a/internal/providers/configs/anthropic.json +++ b/internal/providers/configs/anthropic.json @@ -19,6 +19,18 @@ "can_reason": true, "supports_attachments": true }, + { + "id": "claude-opus-4-5-20251101", + "name": "Claude Opus 4.5", + "cost_per_1m_in": 5, + "cost_per_1m_out": 25, + "cost_per_1m_in_cached": 6.25, + "cost_per_1m_out_cached": 0.50, + "context_window": 200000, + "default_max_tokens": 50000, + "can_reason": true, + "supports_attachments": true + }, { "id": "claude-haiku-4-5-20251001", "name": "Claude 4.5 Haiku",