Skip to content

Commit b866787

Browse files
authored
Merge pull request #622 from shelvick/fix-opus-4.5-cache-pricing
Fix Claude Opus 4.5 cache pricing (3x too high)
2 parents 650ece4 + ab8d9dc commit b866787

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

providers/amazon-bedrock/models/anthropic.claude-opus-4-5-20251101-v1:0.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ open_weights = false
1212
[cost]
1313
input = 5.00
1414
output = 25.00
15-
cache_read = 1.50
16-
cache_write = 18.75
15+
cache_read = 0.50
16+
cache_write = 6.25
1717

1818
[limit]
1919
context = 200_000

providers/amazon-bedrock/models/global.anthropic.claude-opus-4-5-20251101-v1:0.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ open_weights = false
1212
[cost]
1313
input = 5.00
1414
output = 25.00
15-
cache_read = 1.50
16-
cache_write = 18.75
15+
cache_read = 0.50
16+
cache_write = 6.25
1717

1818
[limit]
1919
context = 200_000

providers/azure/models/claude-opus-4-5.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ open_weights = false
1212
[cost]
1313
input = 5.00
1414
output = 25.00
15-
cache_read = 1.50
16-
cache_write = 18.75
15+
cache_read = 0.50
16+
cache_write = 6.25
1717

1818
[limit]
1919
context = 200_000

providers/helicone/models/claude-4.5-opus.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ open_weights = false
1212
[cost]
1313
input = 5
1414
output = 25
15-
cache_read = 0.5000000000000001
15+
cache_read = 0.50
1616
cache_write = 6.25
1717

1818
[limit]

0 commit comments

Comments
 (0)