From fa9826cea3fcf6bca9e82f7c50f135cc6eeed193 Mon Sep 17 00:00:00 2001 From: Paras Mittal <64939659+pmxi@users.noreply.github.com> Date: Wed, 20 May 2026 00:34:26 -0400 Subject: [PATCH 1/2] Add Claude Sonnet 4.6 and Opus 4.7 pricing --- data/anthropic.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/anthropic.json b/data/anthropic.json index 7a6cab9..756a40f 100644 --- a/data/anthropic.json +++ b/data/anthropic.json @@ -105,6 +105,19 @@ } ] }, + { + "id": "claude-sonnet-4.6", + "name": "Claude Sonnet 4.6", + "price_history": [ + { + "input": 3, + "output": 15, + "from_date": null, + "to_date": null, + "input_cached": null + } + ] + }, { "id": "claude-opus-4", "name": "Claude Opus 4", @@ -143,6 +156,19 @@ "input_cached": null } ] + }, + { + "id": "claude-opus-4-7", + "name": "Claude Opus 4.7", + "price_history": [ + { + "input": 5, + "output": 25, + "from_date": null, + "to_date": null, + "input_cached": null + } + ] } ] } From 29e40841e1686ce144e870017e7bdfd579622952 Mon Sep 17 00:00:00 2001 From: Paras Mittal <64939659+pmxi@users.noreply.github.com> Date: Wed, 20 May 2026 00:35:34 -0400 Subject: [PATCH 2/2] Add Claude Opus 4.6 pricing --- data/anthropic.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/anthropic.json b/data/anthropic.json index 756a40f..5bd4e4a 100644 --- a/data/anthropic.json +++ b/data/anthropic.json @@ -157,6 +157,19 @@ } ] }, + { + "id": "claude-opus-4-6", + "name": "Claude Opus 4.6", + "price_history": [ + { + "input": 5, + "output": 25, + "from_date": null, + "to_date": null, + "input_cached": null + } + ] + }, { "id": "claude-opus-4-7", "name": "Claude Opus 4.7",