Skip to content

Commit 5812b0e

Browse files
committed
chore: Update costs data
1 parent 759f68c commit 5812b0e

File tree

1 file changed

+91
-0
lines changed
  • agents_mcp_usage/evaluations/mermaid_evals

1 file changed

+91
-0
lines changed

agents_mcp_usage/evaluations/mermaid_evals/costs.json

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,29 @@
195195
]
196196
}
197197
},
198+
"gemini-2.5-flash-preview-05-20": {
199+
"friendly_name": "Gemini 2.5 Flash Preview (May)",
200+
"input": [
201+
{
202+
"up_to": "inf",
203+
"price": 0.15
204+
}
205+
],
206+
"output": {
207+
"non_thinking": [
208+
{
209+
"up_to": "inf",
210+
"price": 0.6
211+
}
212+
],
213+
"thinking": [
214+
{
215+
"up_to": "inf",
216+
"price": 3.5
217+
}
218+
]
219+
}
220+
},
198221
"gemini-2.5-flash-preview": {
199222
"friendly_name": "Gemini 2.5 Flash Preview",
200223
"input": [
@@ -429,6 +452,74 @@
429452
}
430453
]
431454
}
455+
},
456+
"bedrock:us.amazon.nova-micro-v1:0": {
457+
"friendly_name": "Amazon Nova Micro",
458+
"input": [
459+
{
460+
"up_to": "inf",
461+
"price": 0.035
462+
}
463+
],
464+
"output": {
465+
"default": [
466+
{
467+
"up_to": "inf",
468+
"price": 0.14
469+
}
470+
]
471+
}
472+
},
473+
"bedrock:us.amazon.nova-lite-v1:0": {
474+
"friendly_name": "Amazon Nova Lite",
475+
"input": [
476+
{
477+
"up_to": "inf",
478+
"price": 0.06
479+
}
480+
],
481+
"output": {
482+
"default": [
483+
{
484+
"up_to": "inf",
485+
"price": 0.24
486+
}
487+
]
488+
}
489+
},
490+
"bedrock:us.amazon.nova-pro-v1:0": {
491+
"friendly_name": "Amazon Nova Pro",
492+
"input": [
493+
{
494+
"up_to": "inf",
495+
"price": 0.80
496+
}
497+
],
498+
"output": {
499+
"default": [
500+
{
501+
"up_to": "inf",
502+
"price": 3.20
503+
}
504+
]
505+
}
506+
},
507+
"bedrock:us.amazon.nova-premier-v1:0": {
508+
"friendly_name": "Amazon Nova Premier",
509+
"input": [
510+
{
511+
"up_to": "inf",
512+
"price": 2.50
513+
}
514+
],
515+
"output": {
516+
"default": [
517+
{
518+
"up_to": "inf",
519+
"price": 12.50
520+
}
521+
]
522+
}
432523
}
433524
}
434525
}

0 commit comments

Comments
 (0)