Skip to content

Commit cd7acd2

Browse files
committed
Add 200K prices for Sonnet 4.5
1 parent ebba9e0 commit cd7acd2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

model_prices_and_context_window.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4743,6 +4743,10 @@
47434743
"cache_creation_input_token_cost": 3.75e-06,
47444744
"cache_read_input_token_cost": 3e-07,
47454745
"input_cost_per_token": 3e-06,
4746+
"input_cost_per_token_above_200k_tokens": 6e-06,
4747+
"output_cost_per_token_above_200k_tokens": 2.25e-05,
4748+
"cache_creation_input_token_cost_above_200k_tokens": 7.5e-06,
4749+
"cache_read_input_token_cost_above_200k_tokens": 6e-07,
47464750
"litellm_provider": "anthropic",
47474751
"max_input_tokens": 200000,
47484752
"max_output_tokens": 64000,
@@ -4769,6 +4773,10 @@
47694773
"cache_creation_input_token_cost": 3.75e-06,
47704774
"cache_read_input_token_cost": 3e-07,
47714775
"input_cost_per_token": 3e-06,
4776+
"input_cost_per_token_above_200k_tokens": 6e-06,
4777+
"output_cost_per_token_above_200k_tokens": 2.25e-05,
4778+
"cache_creation_input_token_cost_above_200k_tokens": 7.5e-06,
4779+
"cache_read_input_token_cost_above_200k_tokens": 6e-07,
47724780
"litellm_provider": "anthropic",
47734781
"max_input_tokens": 200000,
47744782
"max_output_tokens": 64000,
@@ -19662,6 +19670,10 @@
1966219670
"cache_creation_input_token_cost": 3.75e-06,
1966319671
"cache_read_input_token_cost": 3e-07,
1966419672
"input_cost_per_token": 3e-06,
19673+
"input_cost_per_token_above_200k_tokens": 6e-06,
19674+
"output_cost_per_token_above_200k_tokens": 2.25e-05,
19675+
"cache_creation_input_token_cost_above_200k_tokens": 7.5e-06,
19676+
"cache_read_input_token_cost_above_200k_tokens": 6e-07,
1966519677
"litellm_provider": "bedrock_converse",
1966619678
"max_input_tokens": 200000,
1966719679
"max_output_tokens": 64000,
@@ -21028,6 +21040,10 @@
2102821040
"cache_creation_input_token_cost": 3.75e-06,
2102921041
"cache_read_input_token_cost": 3e-07,
2103021042
"input_cost_per_token": 3e-06,
21043+
"input_cost_per_token_above_200k_tokens": 6e-06,
21044+
"output_cost_per_token_above_200k_tokens": 2.25e-05,
21045+
"cache_creation_input_token_cost_above_200k_tokens": 7.5e-06,
21046+
"cache_read_input_token_cost_above_200k_tokens": 6e-07,
2103121047
"input_cost_per_token_batches": 1.5e-06,
2103221048
"litellm_provider": "vertex_ai-anthropic_models",
2103321049
"max_input_tokens": 200000,
@@ -21050,6 +21066,10 @@
2105021066
"cache_creation_input_token_cost": 3.75e-06,
2105121067
"cache_read_input_token_cost": 3e-07,
2105221068
"input_cost_per_token": 3e-06,
21069+
"input_cost_per_token_above_200k_tokens": 6e-06,
21070+
"output_cost_per_token_above_200k_tokens": 2.25e-05,
21071+
"cache_creation_input_token_cost_above_200k_tokens": 7.5e-06,
21072+
"cache_read_input_token_cost_above_200k_tokens": 6e-07,
2105321073
"input_cost_per_token_batches": 1.5e-06,
2105421074
"litellm_provider": "vertex_ai-anthropic_models",
2105521075
"max_input_tokens": 200000,

0 commit comments

Comments
 (0)