Skip to content

Commit 51d2a4f

Browse files
authored
Merge pull request #664 from jerome-benoit/feat/sap-ai-core-claude-4.5-opus
feat(sap-ai-core): add Claude 4.5 Opus and align pricing
2 parents 971e873 + 9e25ca1 commit 51d2a4f

5 files changed

Lines changed: 28 additions & 4 deletions

File tree

providers/sap-ai-core/models/anthropic--claude-3-sonnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open_weights = false
1313
input = 3.00
1414
output = 15.00
1515
cache_read = 0.30
16-
cache_write = 0.30
16+
cache_write = 3.75
1717

1818
[limit]
1919
context = 200_000
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "anthropic--claude-4.5-opus"
2+
family = "claude-opus"
3+
release_date = "2025-11-24"
4+
last_updated = "2025-11-24"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-04-30"
10+
open_weights = false
11+
12+
[cost]
13+
input = 5.00
14+
output = 25.00
15+
cache_read = 0.50
16+
cache_write = 6.25
17+
18+
[limit]
19+
context = 200_000
20+
output = 64_000
21+
22+
[modalities]
23+
input = ["text", "image", "pdf"]
24+
output = ["text"]

providers/sap-ai-core/models/gemini-2.5-flash.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open_weights = false
1313
[cost]
1414
input = 0.30
1515
output = 2.50
16-
cache_read = 0.075
16+
cache_read = 0.030
1717
input_audio = 1.00
1818

1919
[limit]

providers/sap-ai-core/models/gemini-2.5-pro.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open_weights = false
1313
[cost]
1414
input = 1.25
1515
output = 10.00
16-
cache_read = 0.31
16+
cache_read = 0.125
1717

1818
[limit]
1919
context = 1_048_576

providers/sap-ai-core/models/gpt-5-mini.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open_weights = false
1313
[cost]
1414
input = 0.25
1515
output = 2.00
16-
cache_read = 0.03
16+
cache_read = 0.025
1717

1818
[limit]
1919
context = 400_000

0 commit comments

Comments
 (0)