feat(sap-ai-core): add Claude Haiku 4.5 and cache pricing for Claude models

This commit is contained in:
Jérôme Benoit
2025-12-29 22:01:37 +01:00
parent 057361ad5e
commit a24b564ee7
3 changed files with 28 additions and 0 deletions
@@ -12,6 +12,8 @@ open_weights = false
[cost]
input = 15.00
output = 75.00
cache_read = 1.50
cache_write = 18.75
[limit]
context = 200_000
@@ -12,6 +12,8 @@ open_weights = false
[cost]
input = 3.00
output = 15.00
cache_read = 0.30
cache_write = 0.30
[limit]
context = 200_000
@@ -0,0 +1,24 @@
name = "anthropic--claude-haiku-4.5"
family = "claude-haiku"
release_date = "2025-10-01"
last_updated = "2025-10-01"
attachment = true
reasoning = true
temperature = true
knowledge = "2025-02-28"
tool_call = true
open_weights = false
[cost]
input = 1.00
output = 5.00
cache_read = 0.10
cache_write = 1.25
[limit]
context = 200_000
output = 64_000
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]