From ab8d9dc08160e05787c6278d7a0fa7efc4d9150a Mon Sep 17 00:00:00 2001 From: Scott Helvick <4016577+shelvick@users.noreply.github.com> Date: Sat, 10 Jan 2026 17:02:07 +0000 Subject: [PATCH] Fix Claude Opus 4.5 cache pricing (3x too high) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anthropic reduced Opus 4.5 cache pricing. Updated: - Amazon Bedrock (regional and global) - Azure - Helicone (also fixed floating point precision) cache_read: 1.50 → 0.50 cache_write: 18.75 → 6.25 --- .../models/anthropic.claude-opus-4-5-20251101-v1:0.toml | 4 ++-- .../global.anthropic.claude-opus-4-5-20251101-v1:0.toml | 4 ++-- providers/azure/models/claude-opus-4-5.toml | 4 ++-- providers/helicone/models/claude-4.5-opus.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/providers/amazon-bedrock/models/anthropic.claude-opus-4-5-20251101-v1:0.toml b/providers/amazon-bedrock/models/anthropic.claude-opus-4-5-20251101-v1:0.toml index eac8fed08..74d59b893 100644 --- a/providers/amazon-bedrock/models/anthropic.claude-opus-4-5-20251101-v1:0.toml +++ b/providers/amazon-bedrock/models/anthropic.claude-opus-4-5-20251101-v1:0.toml @@ -12,8 +12,8 @@ open_weights = false [cost] input = 5.00 output = 25.00 -cache_read = 1.50 -cache_write = 18.75 +cache_read = 0.50 +cache_write = 6.25 [limit] context = 200_000 diff --git a/providers/amazon-bedrock/models/global.anthropic.claude-opus-4-5-20251101-v1:0.toml b/providers/amazon-bedrock/models/global.anthropic.claude-opus-4-5-20251101-v1:0.toml index d1fa743cb..a300ff9db 100644 --- a/providers/amazon-bedrock/models/global.anthropic.claude-opus-4-5-20251101-v1:0.toml +++ b/providers/amazon-bedrock/models/global.anthropic.claude-opus-4-5-20251101-v1:0.toml @@ -12,8 +12,8 @@ open_weights = false [cost] input = 5.00 output = 25.00 -cache_read = 1.50 -cache_write = 18.75 +cache_read = 0.50 +cache_write = 6.25 [limit] context = 200_000 diff --git a/providers/azure/models/claude-opus-4-5.toml b/providers/azure/models/claude-opus-4-5.toml index 7f3069a35..c9b68ee60 100644 --- a/providers/azure/models/claude-opus-4-5.toml +++ b/providers/azure/models/claude-opus-4-5.toml @@ -12,8 +12,8 @@ open_weights = false [cost] input = 5.00 output = 25.00 -cache_read = 1.50 -cache_write = 18.75 +cache_read = 0.50 +cache_write = 6.25 [limit] context = 200_000 diff --git a/providers/helicone/models/claude-4.5-opus.toml b/providers/helicone/models/claude-4.5-opus.toml index b751e7073..0eb4cf053 100644 --- a/providers/helicone/models/claude-4.5-opus.toml +++ b/providers/helicone/models/claude-4.5-opus.toml @@ -12,7 +12,7 @@ open_weights = false [cost] input = 5 output = 25 -cache_read = 0.5000000000000001 +cache_read = 0.50 cache_write = 6.25 [limit]