Skip to content

Commit d027631

Browse files
committed
chore: Add anthropic models costs
1 parent 6f827c1 commit d027631

File tree

1 file changed

+20
-0
lines changed
  • agents_mcp_usage/multi_mcp/eval_multi_mcp

1 file changed

+20
-0
lines changed

agents_mcp_usage/multi_mcp/eval_multi_mcp/costs.csv

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,24 @@ MODEL_COSTS = {
112112
"input": [{"up_to": float('inf'), "price": 0.10}],
113113
"output": {"default": [{"up_to": float('inf'), "price": 0.40}]},
114114
},
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+
},
115135
}

0 commit comments

Comments
 (0)