We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c8bb1e + cd167ae commit 3233c08Copy full SHA for 3233c08
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "bee_hive"
3
-version = "0.7.7"
+version = "0.7.8"
4
description = "Library for enabling inference-time-compute augmentations in Bedrock"
5
authors = [
6
{name = "Jack Butler", email = "[email protected]"},
src/bhive/cost.py
@@ -67,6 +67,10 @@ class TokenPrices(pydantic.BaseModel):
67
input_per_1000=0.003,
68
output_per_1000=0.015,
69
),
70
+ "anthropic.claude-haiku-4-5-20251001-v1:0": TokenPrices(
71
+ input_per_1000=0.001,
72
+ output_per_1000=0.005,
73
+ ),
74
"anthropic.claude-sonnet-4-5-20250929-v1:0": TokenPrices(
75
76
0 commit comments