Skip to content

Commit c97d831

Browse files
committed
Merge branch 'feat/add4.6models' into 'main'
Adding new 4.6 models with prices See merge request proserve/genaiid/innovation-assets/hive!3
2 parents a3a4372 + b127118 commit c97d831

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/bhive/cost.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,17 @@ class TokenPrices(pydantic.BaseModel):
7979
input_per_1000=0.003,
8080
output_per_1000=0.015,
8181
),
82+
"anthropic.claude-sonnet-4-6": TokenPrices(
83+
input_per_1000=0.003,
84+
output_per_1000=0.015,
85+
),
86+
"anthropic.claude-opus-4-6-v1": TokenPrices(
87+
input_per_1000=0.005,
88+
output_per_1000=0.025,
89+
),
8290
"anthropic.claude-opus-4-20250514-v1:0": TokenPrices(
83-
input_per_1000=0.015,
84-
output_per_1000=0.075,
91+
input_per_1000=0.005,
92+
output_per_1000=0.025,
8593
),
8694
"anthropic.claude-opus-4-1-20250805-v1:0": TokenPrices(
8795
input_per_1000=0.015,

0 commit comments

Comments
 (0)