@@ -112,4 +112,24 @@ MODEL_COSTS = {
112
112
"input": [{"up_to": float('inf'), "price": 0.10}],
113
113
"output": {"default": [{"up_to": float('inf'), "price": 0.40}]},
114
114
},
115
+ "bedrock:us.anthropic.claude-sonnet-4-20250514-v1:0": {
116
+ "input": [{"up_to": float('inf'), "price": 3.00}],
117
+ "output": {"default": [{"up_to": float('inf'), "price": 15.00}]},
118
+ },
119
+ "bedrock:us.anthropic.claude-opus-4-20250514-v1:0": {
120
+ "input": [{"up_to": float('inf'), "price": 15.00}],
121
+ "output": {"default": [{"up_to": float('inf'), "price": 75.00}]},
122
+ },
123
+ "bedrock:us.anthropic.claude-3-7-sonnet-20250219-v1:0": {
124
+ "input": [{"up_to": float('inf'), "price": 3.00}],
125
+ "output": {"default": [{"up_to": float('inf'), "price": 15.00}]},
126
+ },
127
+ "bedrock:us.anthropic.claude-3-5-sonnet-20240620-v1:0": {
128
+ "input": [{"up_to": float('inf'), "price": 3.00}],
129
+ "output": {"default": [{"up_to": float('inf'), "price": 15.00}]},
130
+ },
131
+ "bedrock:us.anthropic.claude-3-5-haiku-20241022-v1:0": {
132
+ "input": [{"up_to": float('inf'), "price": 1.00}],
133
+ "output": {"default": [{"up_to": float('inf'), "price": 4.00}]},
134
+ },
115
135
}
0 commit comments