davidpomerenke commited on
Commit
8eebb41
·
verified ·
1 Parent(s): 56adaa2

Upload from GitHub Actions: Update models.py, models.json, and results.json with latest evaluation data and model additions

Browse files
Files changed (3) hide show
  1. evals/models.py +6 -4
  2. models.json +500 -1303
  3. results.json +2 -2
evals/models.py CHANGED
@@ -33,10 +33,10 @@ important_models = [
33
  "openai/gpt-4.1-nano", # 0.4$
34
  "openai/gpt-4o-mini", # 0.6$
35
  "openai/gpt-4o-2024-11-20", # 10$
36
- "openai/gpt-3.5-turbo-0613", # 2$
37
- "openai/gpt-3.5-turbo", # 1.5$
38
- # "anthropic/claude-3.5-haiku", # 4$ -> too expensive for dev
39
- "anthropic/claude-sonnet-4",
40
  "mistralai/mistral-small-3.1-24b-instruct", # 0.3$
41
  "mistralai/mistral-saba", # 0.6$
42
  "mistralai/mistral-nemo", # 0.08$
@@ -55,6 +55,8 @@ important_models = [
55
  "microsoft/phi-4", # 0.07$
56
  "microsoft/phi-4-multimodal-instruct", # 0.1$
57
  "amazon/nova-micro-v1", # 0.09$
 
 
58
  ]
59
 
60
  blocklist = [
 
33
  "openai/gpt-4.1-nano", # 0.4$
34
  "openai/gpt-4o-mini", # 0.6$
35
  "openai/gpt-4o-2024-11-20", # 10$
36
+ "openai/gpt-oss-120b",
37
+ "anthropic/claude-3.7-sonnet", # 15$ - added for full coverage
38
+ "anthropic/claude-sonnet-4", # 15$ - added for full coverage
39
+ "anthropic/claude-opus-4.1", # 15$ - added for full coverage
40
  "mistralai/mistral-small-3.1-24b-instruct", # 0.3$
41
  "mistralai/mistral-saba", # 0.6$
42
  "mistralai/mistral-nemo", # 0.08$
 
55
  "microsoft/phi-4", # 0.07$
56
  "microsoft/phi-4-multimodal-instruct", # 0.1$
57
  "amazon/nova-micro-v1", # 0.09$
58
+ "moonshotai/kimi-k2", # 0.6$ - added to prevent missing from models.json
59
+ "x-ai/grok-4"
60
  ]
61
 
62
  blocklist = [
models.json CHANGED
@@ -1,15 +1,15 @@
1
  [
2
  {
3
- "id":"aion-labs\/aion-1.0-mini",
4
- "name":"Aion-1.0-Mini",
5
- "provider_name":"AionLabs",
6
- "cost":1.4,
7
- "hf_id":"FuseAI\/FuseO1-DeepSeekR1-QwQ-SkyT1-32B-Preview",
8
- "size":32763876352.0,
9
- "type":"open-source",
10
- "license":"Apache 2.0",
11
- "creation_date":1737331200000.0,
12
- "tasks":[
13
  "translation_from",
14
  "translation_to",
15
  "classification",
@@ -20,16 +20,16 @@
20
  ]
21
  },
22
  {
23
- "id":"aion-labs\/aion-rp-llama-3.1-8b",
24
- "name":"Aion-RP 1.0 (8B)",
25
- "provider_name":"AionLabs",
26
- "cost":0.2,
27
- "hf_id":"aion-labs\/Aion-RP-Llama-3.1-8B",
28
- "size":8030261248.0,
29
- "type":"open-source",
30
- "license":"Apache 2.0",
31
- "creation_date":1731110400000,
32
- "tasks":[
33
  "translation_from",
34
  "translation_to",
35
  "classification",
@@ -40,16 +40,16 @@
40
  ]
41
  },
42
  {
43
- "id":"amazon\/nova-micro-v1",
44
- "name":"Nova Micro 1.0",
45
- "provider_name":"Amazon",
46
- "cost":0.14,
47
- "hf_id":null,
48
- "size":null,
49
- "type":"closed-source",
50
- "license":null,
51
- "creation_date":1733356800000,
52
- "tasks":[
53
  "translation_from",
54
  "translation_to",
55
  "classification",
@@ -60,16 +60,16 @@
60
  ]
61
  },
62
  {
63
- "id":"amazon\/nova-pro-v1",
64
- "name":"Nova Pro 1.0",
65
- "provider_name":"Amazon",
66
- "cost":3.2,
67
- "hf_id":null,
68
- "size":null,
69
- "type":"closed-source",
70
- "license":null,
71
- "creation_date":1733356800000,
72
- "tasks":[
73
  "translation_from",
74
  "translation_to",
75
  "classification",
@@ -80,16 +80,16 @@
80
  ]
81
  },
82
  {
83
- "id":"anthracite-org\/magnum-v4-72b",
84
- "name":"Magnum v4 72B",
85
- "provider_name":"Magnum v4 72B",
86
- "cost":3.0,
87
- "hf_id":"anthracite-org\/magnum-v4-72b",
88
- "size":72706203648.0,
89
- "type":"open-source",
90
- "license":"Apache 2.0",
91
- "creation_date":1726790400000.0,
92
- "tasks":[
93
  "translation_from",
94
  "translation_to",
95
  "classification",
@@ -100,16 +100,16 @@
100
  ]
101
  },
102
  {
103
- "id":"anthropic\/claude-3-haiku",
104
- "name":"Claude 3 Haiku",
105
- "provider_name":"Anthropic",
106
- "cost":1.25,
107
- "hf_id":null,
108
- "size":null,
109
- "type":"closed-source",
110
- "license":null,
111
- "creation_date":1710288000000,
112
- "tasks":[
113
  "translation_from",
114
  "translation_to",
115
  "classification",
@@ -120,16 +120,16 @@
120
  ]
121
  },
122
  {
123
- "id":"anthropic\/claude-3.5-sonnet",
124
- "name":"Claude 3.5 Sonnet",
125
- "provider_name":"Anthropic",
126
- "cost":15.0,
127
- "hf_id":null,
128
- "size":null,
129
- "type":"closed-source",
130
- "license":null,
131
- "creation_date":1729555200000.0,
132
- "tasks":[
133
  "translation_from",
134
  "translation_to",
135
  "classification",
@@ -140,16 +140,16 @@
140
  ]
141
  },
142
  {
143
- "id":"anthropic\/claude-3.7-sonnet",
144
- "name":"Claude 3.7 Sonnet",
145
- "provider_name":"Anthropic",
146
- "cost":15.0,
147
- "hf_id":null,
148
- "size":null,
149
- "type":"closed-source",
150
- "license":null,
151
- "creation_date":1740355200000.0,
152
- "tasks":[
153
  "translation_from",
154
  "translation_to",
155
  "classification",
@@ -160,16 +160,16 @@
160
  ]
161
  },
162
  {
163
- "id":"anthropic\/claude-sonnet-4",
164
- "name":"Claude Sonnet 4",
165
- "provider_name":"Anthropic",
166
- "cost":15.0,
167
- "hf_id":null,
168
- "size":null,
169
- "type":"closed-source",
170
- "license":null,
171
- "creation_date":1747872000000.0,
172
- "tasks":[
173
  "translation_from",
174
  "translation_to",
175
  "classification",
@@ -180,16 +180,16 @@
180
  ]
181
  },
182
  {
183
- "id":"arcee-ai\/maestro-reasoning",
184
- "name":"Maestro Reasoning",
185
- "provider_name":"Arcee AI",
186
- "cost":3.3,
187
- "hf_id":null,
188
- "size":null,
189
- "type":"closed-source",
190
- "license":null,
191
- "creation_date":1746403200000.0,
192
- "tasks":[
193
  "translation_from",
194
  "translation_to",
195
  "classification",
@@ -200,16 +200,16 @@
200
  ]
201
  },
202
  {
203
- "id":"cognitivecomputations\/dolphin3.0-r1-mistral-24b",
204
- "name":"Dolphin3.0 R1 Mistral 24B",
205
- "provider_name":"Dolphin3.0 R1 Mistral 24B (free)",
206
- "cost":0.0,
207
- "hf_id":"dphn\/Dolphin3.0-R1-Mistral-24B",
208
- "size":23572423680.0,
209
- "type":"open-source",
210
- "license":"",
211
- "creation_date":1738800000000.0,
212
- "tasks":[
213
  "translation_from",
214
  "translation_to",
215
  "classification",
@@ -220,16 +220,16 @@
220
  ]
221
  },
222
  {
223
- "id":"cohere\/command",
224
- "name":"Command",
225
- "provider_name":"Cohere",
226
- "cost":2.0,
227
- "hf_id":null,
228
- "size":null,
229
- "type":"closed-source",
230
- "license":null,
231
- "creation_date":1710374400000.0,
232
- "tasks":[
233
  "translation_from",
234
  "translation_to",
235
  "classification",
@@ -240,16 +240,16 @@
240
  ]
241
  },
242
  {
243
- "id":"cohere\/command-r",
244
- "name":"Command R",
245
- "provider_name":"Cohere",
246
- "cost":1.5,
247
- "hf_id":null,
248
- "size":null,
249
- "type":"closed-source",
250
- "license":null,
251
- "creation_date":1710374400000.0,
252
- "tasks":[
253
  "translation_from",
254
  "translation_to",
255
  "classification",
@@ -260,16 +260,16 @@
260
  ]
261
  },
262
  {
263
- "id":"cohere\/command-r7b-12-2024",
264
- "name":"Command R7B (12-2024)",
265
- "provider_name":"Cohere",
266
- "cost":0.15,
267
- "hf_id":null,
268
- "size":null,
269
- "type":"closed-source",
270
- "license":null,
271
- "creation_date":1734134400000.0,
272
- "tasks":[
273
  "translation_from",
274
  "translation_to",
275
  "classification",
@@ -280,16 +280,16 @@
280
  ]
281
  },
282
  {
283
- "id":"deepseek\/deepseek-chat",
284
- "name":"DeepSeek V3",
285
- "provider_name":"DeepSeek",
286
- "cost":0.27,
287
- "hf_id":"deepseek-ai\/DeepSeek-V3",
288
- "size":684531386000.0,
289
- "type":"open-source",
290
- "license":"",
291
- "creation_date":1735084800000,
292
- "tasks":[
293
  "translation_from",
294
  "translation_to",
295
  "classification",
@@ -300,16 +300,16 @@
300
  ]
301
  },
302
  {
303
- "id":"deepseek\/deepseek-chat-v3-0324",
304
- "name":"DeepSeek V3 0324",
305
- "provider_name":"DeepSeek",
306
- "cost":0.0,
307
- "hf_id":"deepseek-ai\/DeepSeek-V3-0324",
308
- "size":684531386000.0,
309
- "type":"open-source",
310
- "license":"Mit",
311
- "creation_date":1742774400000,
312
- "tasks":[
313
  "translation_from",
314
  "translation_to",
315
  "classification",
@@ -320,16 +320,16 @@
320
  ]
321
  },
322
  {
323
- "id":"deepseek\/deepseek-r1",
324
- "name":"R1",
325
- "provider_name":"DeepSeek",
326
- "cost":0.0,
327
- "hf_id":"deepseek-ai\/DeepSeek-R1",
328
- "size":684531386000.0,
329
- "type":"open-source",
330
- "license":"Mit",
331
- "creation_date":1737331200000,
332
- "tasks":[
333
  "translation_from",
334
  "translation_to",
335
  "classification",
@@ -340,16 +340,16 @@
340
  ]
341
  },
342
  {
343
- "id":"deepseek\/deepseek-r1-0528",
344
- "name":"R1 0528",
345
- "provider_name":"DeepSeek",
346
- "cost":0.0,
347
- "hf_id":"deepseek-ai\/DeepSeek-R1-0528",
348
- "size":684531386000.0,
349
- "type":"open-source",
350
- "license":"Mit",
351
- "creation_date":1748390400000.0,
352
- "tasks":[
353
  "translation_from",
354
  "translation_to",
355
  "classification",
@@ -360,16 +360,16 @@
360
  ]
361
  },
362
  {
363
- "id":"google\/gemini-2.0-flash-001",
364
- "name":"Gemini 2.0 Flash",
365
- "provider_name":"Google",
366
- "cost":0.4,
367
- "hf_id":null,
368
- "size":null,
369
- "type":"closed-source",
370
- "license":null,
371
- "creation_date":1738713600000.0,
372
- "tasks":[
373
  "translation_from",
374
  "translation_to",
375
  "classification",
@@ -380,16 +380,16 @@
380
  ]
381
  },
382
  {
383
- "id":"google\/gemini-2.0-flash-exp",
384
- "name":"Gemini 2.0 Flash Experimental",
385
- "provider_name":"Google",
386
- "cost":0.0,
387
- "hf_id":null,
388
- "size":null,
389
- "type":"closed-source",
390
- "license":null,
391
- "creation_date":1733875200000,
392
- "tasks":[
393
  "translation_from",
394
  "translation_to",
395
  "classification",
@@ -400,16 +400,16 @@
400
  ]
401
  },
402
  {
403
- "id":"google\/gemini-2.0-flash-lite-001",
404
- "name":"Gemini 2.0 Flash Lite",
405
- "provider_name":"Google",
406
- "cost":0.3,
407
- "hf_id":null,
408
- "size":null,
409
- "type":"closed-source",
410
- "license":null,
411
- "creation_date":1740441600000,
412
- "tasks":[
413
  "translation_from",
414
  "translation_to",
415
  "classification",
@@ -420,16 +420,16 @@
420
  ]
421
  },
422
  {
423
- "id":"google\/gemini-2.5-flash",
424
- "name":"Gemini 2.5 Flash",
425
- "provider_name":"Google",
426
- "cost":2.5,
427
- "hf_id":null,
428
- "size":null,
429
- "type":"closed-source",
430
- "license":null,
431
- "creation_date":1750118400000,
432
- "tasks":[
433
  "translation_from",
434
  "translation_to",
435
  "classification",
@@ -440,16 +440,16 @@
440
  ]
441
  },
442
  {
443
- "id":"google\/gemini-2.5-flash-lite",
444
- "name":"Gemini 2.5 Flash Lite",
445
- "provider_name":"Google",
446
- "cost":0.4,
447
- "hf_id":null,
448
- "size":null,
449
- "type":"closed-source",
450
- "license":null,
451
- "creation_date":1753142400000,
452
- "tasks":[
453
  "translation_from",
454
  "translation_to",
455
  "classification",
@@ -460,433 +460,16 @@
460
  ]
461
  },
462
  {
463
- "id":"google\/gemini-2.5-flash-lite-preview-06-17",
464
- "name":"Gemini 2.5 Flash Lite Preview 06-17",
465
- "provider_name":"Google",
466
- "cost":0.4,
467
- "hf_id":null,
468
- "size":null,
469
- "type":"closed-source",
470
- "license":null,
471
- "creation_date":1750118400000.0,
472
- "tasks":[
473
- "translation_from",
474
- "translation_to",
475
- "classification",
476
- "mmlu",
477
- "mgsm"
478
- ]
479
- },
480
- {
481
- "id":"google\/gemini-2.5-flash-preview",
482
- "name":"Gemini 2.5 Flash Preview 04-17",
483
- "provider_name":"Google",
484
- "cost":0.6,
485
- "hf_id":null,
486
- "size":null,
487
- "type":"closed-source",
488
- "license":null,
489
- "creation_date":1744848000000.0,
490
- "tasks":[
491
- "translation_from",
492
- "translation_to",
493
- "classification",
494
- "mmlu",
495
- "mgsm"
496
- ]
497
- },
498
- {
499
- "id":"google\/gemini-2.5-flash-preview-05-20",
500
- "name":"Gemini 2.5 Flash Preview 05-20",
501
- "provider_name":"Google",
502
- "cost":0.6,
503
- "hf_id":null,
504
- "size":null,
505
- "type":"closed-source",
506
- "license":null,
507
- "creation_date":1747699200000.0,
508
- "tasks":[
509
- "translation_from",
510
- "translation_to",
511
- "classification",
512
- "mmlu",
513
- "mgsm"
514
- ]
515
- },
516
- {
517
- "id":"google\/gemini-2.5-pro",
518
- "name":"Gemini 2.5 Pro",
519
- "provider_name":"Google",
520
- "cost":10.0,
521
- "hf_id":null,
522
- "size":null,
523
- "type":"closed-source",
524
- "license":null,
525
- "creation_date":1750118400000.0,
526
- "tasks":[
527
- "translation_from",
528
- "translation_to",
529
- "classification",
530
- "mmlu",
531
- "arc",
532
- "truthfulqa",
533
- "mgsm"
534
- ]
535
- },
536
- {
537
- "id":"google\/gemini-2.5-pro-preview",
538
- "name":"Gemini 2.5 Pro Preview 06-05",
539
- "provider_name":"Google",
540
- "cost":10.0,
541
- "hf_id":null,
542
- "size":null,
543
- "type":"closed-source",
544
- "license":null,
545
- "creation_date":1749081600000.0,
546
- "tasks":[
547
- "translation_from",
548
- "translation_to",
549
- "classification",
550
- "mmlu",
551
- "mgsm"
552
- ]
553
- },
554
- {
555
- "id":"google\/gemini-2.5-pro-preview-05-06",
556
- "name":"Gemini 2.5 Pro Preview 05-06",
557
- "provider_name":"Google",
558
- "cost":10.0,
559
- "hf_id":null,
560
- "size":null,
561
- "type":"closed-source",
562
- "license":null,
563
- "creation_date":1746576000000.0,
564
- "tasks":[
565
- "translation_from",
566
- "translation_to",
567
- "classification",
568
- "mmlu",
569
- "mgsm"
570
- ]
571
- },
572
- {
573
- "id":"google\/gemini-flash-1.5",
574
- "name":"Gemini 1.5 Flash ",
575
- "provider_name":"Google",
576
- "cost":0.3,
577
- "hf_id":null,
578
- "size":null,
579
- "type":"closed-source",
580
- "license":null,
581
- "creation_date":1715644800000.0,
582
- "tasks":[
583
- "translation_from",
584
- "translation_to",
585
- "classification",
586
- "mmlu",
587
- "arc",
588
- "truthfulqa",
589
- "mgsm"
590
- ]
591
- },
592
- {
593
- "id":"google\/gemini-flash-1.5-8b",
594
- "name":"Gemini 1.5 Flash 8B",
595
- "provider_name":"Google",
596
- "cost":0.15,
597
- "hf_id":null,
598
- "size":null,
599
- "type":"closed-source",
600
- "license":null,
601
- "creation_date":1727913600000.0,
602
- "tasks":[
603
- "translation_from",
604
- "translation_to",
605
- "classification",
606
- "mmlu",
607
- "arc",
608
- "truthfulqa",
609
- "mgsm"
610
- ]
611
- },
612
- {
613
- "id":"google\/gemini-pro-1.5",
614
- "name":"Gemini 1.5 Pro",
615
- "provider_name":"Google",
616
- "cost":5.0,
617
- "hf_id":null,
618
- "size":null,
619
- "type":"closed-source",
620
- "license":null,
621
- "creation_date":1712620800000.0,
622
- "tasks":[
623
- "translation_from",
624
- "translation_to",
625
- "classification",
626
- "mmlu",
627
- "arc",
628
- "truthfulqa",
629
- "mgsm"
630
- ]
631
- },
632
- {
633
- "id":"google\/gemma-2-9b-it",
634
- "name":"Gemma 2 9B",
635
- "provider_name":"Google",
636
- "cost":0.0,
637
- "hf_id":"google\/gemma-2-9b-it",
638
- "size":9241705984.0,
639
- "type":"open-source",
640
- "license":"Gemma",
641
- "creation_date":1719187200000.0,
642
- "tasks":[
643
- "translation_from",
644
- "translation_to",
645
- "classification",
646
- "mmlu",
647
- "arc",
648
- "truthfulqa",
649
- "mgsm"
650
- ]
651
- },
652
- {
653
- "id":"google\/gemma-3-27b-it",
654
- "name":"Gemma 3 27B",
655
- "provider_name":"Google",
656
- "cost":0.0,
657
- "hf_id":"google\/gemma-3-27b-it",
658
- "size":27432406640.0,
659
- "type":"open-source",
660
- "license":"Gemma",
661
- "creation_date":1740787200000,
662
- "tasks":[
663
- "translation_from",
664
- "translation_to",
665
- "classification",
666
- "mmlu",
667
- "arc",
668
- "truthfulqa",
669
- "mgsm"
670
- ]
671
- },
672
- {
673
- "id":"google\/gemma-3n-e2b-it",
674
- "name":"Gemma 3n 2B",
675
- "provider_name":"Google",
676
- "cost":0.0,
677
- "hf_id":"google\/gemma-3n-E2B-it",
678
- "size":5439438272.0,
679
- "type":"open-source",
680
- "license":"Gemma",
681
- "creation_date":1749686400000,
682
- "tasks":[
683
- "translation_from",
684
- "translation_to",
685
- "classification",
686
- "mmlu",
687
- "arc",
688
- "truthfulqa",
689
- "mgsm"
690
- ]
691
- },
692
- {
693
- "id":"google\/gemma-3n-e4b-it",
694
- "name":"Gemma 3n 4B",
695
- "provider_name":"Google",
696
- "cost":0.0,
697
- "hf_id":"google\/gemma-3n-E4B-it",
698
- "size":7849978192.0,
699
- "type":"open-source",
700
- "license":"Gemma",
701
- "creation_date":1748908800000.0,
702
- "tasks":[
703
- "translation_from",
704
- "translation_to",
705
- "classification",
706
- "mmlu",
707
- "arc",
708
- "truthfulqa",
709
- "mgsm"
710
- ]
711
- },
712
- {
713
- "id":"google\/translate-v2",
714
- "name":"Google Translate",
715
- "provider_name":"Google",
716
- "cost":20.0,
717
- "hf_id":null,
718
- "size":null,
719
- "type":"closed-source",
720
- "license":null,
721
- "creation_date":null,
722
- "tasks":[
723
- "translation_from",
724
- "translation_to"
725
- ]
726
- },
727
- {
728
- "id":"gryphe\/mythomax-l2-13b",
729
- "name":"MythoMax 13B",
730
- "provider_name":"MythoMax 13B",
731
- "cost":0.06,
732
- "hf_id":"Gryphe\/MythoMax-L2-13b",
733
- "size":null,
734
- "type":"open-source",
735
- "license":"Other",
736
- "creation_date":1691625600000,
737
- "tasks":[
738
- "translation_from",
739
- "translation_to",
740
- "classification",
741
- "mmlu",
742
- "arc",
743
- "truthfulqa",
744
- "mgsm"
745
- ]
746
- },
747
- {
748
- "id":"inception\/mercury",
749
- "name":"Mercury",
750
- "provider_name":"Inception",
751
- "cost":1.0,
752
- "hf_id":null,
753
- "size":null,
754
- "type":"closed-source",
755
- "license":null,
756
- "creation_date":1750896000000,
757
- "tasks":[
758
- "translation_from",
759
- "translation_to",
760
- "classification",
761
- "mmlu",
762
- "arc",
763
- "truthfulqa",
764
- "mgsm"
765
- ]
766
- },
767
- {
768
- "id":"inflection\/inflection-3-productivity",
769
- "name":"Inflection 3 Productivity",
770
- "provider_name":"Inflection",
771
- "cost":10.0,
772
- "hf_id":null,
773
- "size":null,
774
- "type":"closed-source",
775
- "license":null,
776
- "creation_date":1728604800000,
777
- "tasks":[
778
- "translation_from",
779
- "translation_to",
780
- "classification",
781
- "mmlu",
782
- "arc",
783
- "truthfulqa",
784
- "mgsm"
785
- ]
786
- },
787
- {
788
- "id":"meta-llama\/llama-3-70b-instruct",
789
- "name":"Llama 3 70B Instruct",
790
- "provider_name":"Meta",
791
- "cost":0.4,
792
- "hf_id":"meta-llama\/Meta-Llama-3-70B-Instruct",
793
- "size":70553706496.0,
794
- "type":"open-source",
795
- "license":"Llama3",
796
- "creation_date":1713312000000,
797
- "tasks":[
798
- "translation_from",
799
- "translation_to",
800
- "classification",
801
- "mmlu",
802
- "arc",
803
- "truthfulqa",
804
- "mgsm"
805
- ]
806
- },
807
- {
808
- "id":"meta-llama\/llama-3-8b-instruct",
809
- "name":"Llama 3 8B Instruct",
810
- "provider_name":"Meta",
811
- "cost":0.06,
812
- "hf_id":"meta-llama\/Meta-Llama-3-8B-Instruct",
813
- "size":8030261248.0,
814
- "type":"open-source",
815
- "license":"Llama3",
816
- "creation_date":1713312000000.0,
817
- "tasks":[
818
- "translation_from",
819
- "translation_to",
820
- "classification",
821
- "mmlu",
822
- "arc",
823
- "truthfulqa",
824
- "mgsm"
825
- ]
826
- },
827
- {
828
- "id":"meta-llama\/llama-3.1-405b-instruct",
829
- "name":"Llama 3.1 405B Instruct",
830
- "provider_name":"Meta",
831
- "cost":0.0,
832
- "hf_id":"meta-llama\/Llama-3.1-405B-Instruct",
833
- "size":405853388800.0,
834
- "type":"open-source",
835
- "license":"Llama3.1",
836
- "creation_date":1721088000000,
837
- "tasks":[
838
- "translation_from",
839
- "translation_to",
840
- "classification",
841
- "mmlu",
842
- "arc",
843
- "truthfulqa",
844
- "mgsm"
845
- ]
846
- },
847
- {
848
- "id":"meta-llama\/llama-3.1-70b-instruct",
849
- "name":"Llama 3.1 70B Instruct",
850
- "provider_name":"Meta",
851
- "cost":0.28,
852
- "hf_id":"meta-llama\/Llama-3.1-70B-Instruct",
853
- "size":70553706496.0,
854
- "type":"open-source",
855
- "license":"Llama3.1",
856
- "creation_date":1721088000000,
857
- "tasks":[
858
- "translation_from",
859
- "translation_to",
860
- "classification",
861
- "mmlu",
862
- "arc",
863
- "truthfulqa",
864
- "mgsm"
865
- ]
866
- },
867
- {
868
- "id":"meta-llama\/llama-3.1-8b-instruct",
869
- "name":"Llama 3.1 8B Instruct",
870
- "provider_name":"Meta",
871
- "cost":0.0,
872
- "hf_id":"meta-llama\/Llama-3.1-8B-Instruct",
873
- "size":8030261248.0,
874
- "type":"open-source",
875
- "license":"Llama3.1",
876
- "creation_date":1721260800000.0,
877
- "tasks":null
878
- },
879
- {
880
- "id":"meta-llama\/llama-3.2-11b-vision-instruct",
881
- "name":"Llama 3.2 11B Vision Instruct",
882
- "provider_name":"Meta",
883
- "cost":0.0,
884
- "hf_id":"meta-llama\/Llama-3.2-11B-Vision-Instruct",
885
- "size":10670220835.0,
886
- "type":"open-source",
887
- "license":"Llama3.2",
888
- "creation_date":1726617600000,
889
- "tasks":[
890
  "translation_from",
891
  "translation_to",
892
  "classification",
@@ -897,88 +480,16 @@
897
  ]
898
  },
899
  {
900
- "id":"meta-llama\/llama-3.2-1b-instruct",
901
- "name":"Llama 3.2 1B Instruct",
902
- "provider_name":"Meta",
903
- "cost":0.0,
904
- "hf_id":"meta-llama\/Llama-3.2-1B-Instruct",
905
- "size":1235814400.0,
906
- "type":"open-source",
907
- "license":"Llama3.2",
908
- "creation_date":1726617600000.0,
909
- "tasks":null
910
- },
911
- {
912
- "id":"meta-llama\/llama-3.2-3b-instruct",
913
- "name":"Llama 3.2 3B Instruct",
914
- "provider_name":"Meta",
915
- "cost":0.0,
916
- "hf_id":"meta-llama\/Llama-3.2-3B-Instruct",
917
- "size":3212749824.0,
918
- "type":"open-source",
919
- "license":"Llama3.2",
920
- "creation_date":1726617600000.0,
921
- "tasks":[
922
- "translation_from",
923
- "translation_to",
924
- "classification",
925
- "mmlu",
926
- "arc",
927
- "truthfulqa",
928
- "mgsm"
929
- ]
930
- },
931
- {
932
- "id":"meta-llama\/llama-3.3-70b-instruct",
933
- "name":"Llama 3.3 70B Instruct",
934
- "provider_name":"Meta",
935
- "cost":0.0,
936
- "hf_id":"meta-llama\/Llama-3.3-70B-Instruct",
937
- "size":70553706496.0,
938
- "type":"open-source",
939
- "license":"Llama3.3",
940
- "creation_date":1732579200000,
941
- "tasks":[
942
- "translation_from",
943
- "translation_to",
944
- "classification",
945
- "mmlu",
946
- "arc",
947
- "truthfulqa",
948
- "mgsm"
949
- ]
950
- },
951
- {
952
- "id":"meta-llama\/llama-4-maverick",
953
- "name":"Llama 4 Maverick",
954
- "provider_name":"Meta",
955
- "cost":0.6,
956
- "hf_id":"meta-llama\/Llama-4-Maverick-17B-128E-Instruct",
957
- "size":401583781376.0,
958
- "type":"open-source",
959
- "license":"Other",
960
- "creation_date":1743465600000,
961
- "tasks":[
962
- "translation_from",
963
- "translation_to",
964
- "classification",
965
- "mmlu",
966
- "arc",
967
- "truthfulqa",
968
- "mgsm"
969
- ]
970
- },
971
- {
972
- "id":"meta-llama\/llama-guard-4-12b",
973
- "name":"Llama Guard 4 12B",
974
- "provider_name":"Meta",
975
- "cost":0.05,
976
- "hf_id":"meta-llama\/Llama-Guard-4-12B",
977
- "size":12001097216.0,
978
- "type":"open-source",
979
- "license":"Other",
980
- "creation_date":1745366400000,
981
- "tasks":[
982
  "translation_from",
983
  "translation_to",
984
  "classification",
@@ -989,16 +500,16 @@
989
  ]
990
  },
991
  {
992
- "id":"microsoft\/phi-3.5-mini-128k-instruct",
993
- "name":"Phi-3.5 Mini 128K Instruct",
994
- "provider_name":"Microsoft",
995
- "cost":0.1,
996
- "hf_id":"microsoft\/Phi-3.5-mini-instruct",
997
- "size":3821079552.0,
998
- "type":"open-source",
999
- "license":"Mit",
1000
- "creation_date":1723766400000.0,
1001
- "tasks":[
1002
  "translation_from",
1003
  "translation_to",
1004
  "classification",
@@ -1009,16 +520,16 @@
1009
  ]
1010
  },
1011
  {
1012
- "id":"microsoft\/phi-4",
1013
- "name":"Phi 4",
1014
- "provider_name":"Microsoft",
1015
- "cost":0.14,
1016
- "hf_id":"microsoft\/phi-4",
1017
- "size":14659507200.0,
1018
- "type":"open-source",
1019
- "license":"Mit",
1020
- "creation_date":1733875200000,
1021
- "tasks":[
1022
  "translation_from",
1023
  "translation_to",
1024
  "classification",
@@ -1029,16 +540,16 @@
1029
  ]
1030
  },
1031
  {
1032
- "id":"microsoft\/phi-4-multimodal-instruct",
1033
- "name":"Phi 4 Multimodal Instruct",
1034
- "provider_name":"Microsoft",
1035
- "cost":0.1,
1036
- "hf_id":"microsoft\/Phi-4-multimodal-instruct",
1037
- "size":5574460384.0,
1038
- "type":"open-source",
1039
- "license":"Mit",
1040
- "creation_date":1740355200000,
1041
- "tasks":[
1042
  "translation_from",
1043
  "translation_to",
1044
  "classification",
@@ -1049,16 +560,16 @@
1049
  ]
1050
  },
1051
  {
1052
- "id":"microsoft\/wizardlm-2-8x22b",
1053
- "name":"WizardLM-2 8x22B",
1054
- "provider_name":"WizardLM-2 8x22B",
1055
- "cost":0.48,
1056
- "hf_id":null,
1057
- "size":null,
1058
- "type":"closed-source",
1059
- "license":null,
1060
- "creation_date":1713225600000,
1061
- "tasks":[
1062
  "translation_from",
1063
  "translation_to",
1064
  "classification",
@@ -1069,16 +580,16 @@
1069
  ]
1070
  },
1071
  {
1072
- "id":"mistralai\/codestral-2501",
1073
- "name":"Codestral 2501",
1074
- "provider_name":"Mistral",
1075
- "cost":0.9,
1076
- "hf_id":null,
1077
- "size":null,
1078
- "type":"closed-source",
1079
- "license":null,
1080
- "creation_date":1736812800000.0,
1081
- "tasks":[
1082
  "translation_from",
1083
  "translation_to",
1084
  "classification",
@@ -1089,16 +600,16 @@
1089
  ]
1090
  },
1091
  {
1092
- "id":"mistralai\/devstral-small-2505",
1093
- "name":"Devstral Small 2505",
1094
- "provider_name":"Mistral",
1095
- "cost":0.0,
1096
- "hf_id":"mistralai\/Devstral-Small-2505",
1097
- "size":23572403200.0,
1098
- "type":"open-source",
1099
- "license":"Apache 2.0",
1100
- "creation_date":1747008000000.0,
1101
- "tasks":[
1102
  "translation_from",
1103
  "translation_to",
1104
  "classification",
@@ -1109,16 +620,16 @@
1109
  ]
1110
  },
1111
  {
1112
- "id":"mistralai\/magistral-small-2506",
1113
- "name":"Magistral Small 2506",
1114
- "provider_name":"Mistral",
1115
- "cost":1.5,
1116
- "hf_id":"mistralai\/Magistral-Small-2506",
1117
- "size":23572403200.0,
1118
- "type":"open-source",
1119
- "license":"Apache 2.0",
1120
- "creation_date":1748995200000.0,
1121
- "tasks":[
1122
  "translation_from",
1123
  "translation_to",
1124
  "classification",
@@ -1129,16 +640,16 @@
1129
  ]
1130
  },
1131
  {
1132
- "id":"mistralai\/ministral-8b",
1133
- "name":"Ministral 8B",
1134
- "provider_name":"Mistral",
1135
- "cost":0.1,
1136
- "hf_id":null,
1137
- "size":null,
1138
- "type":"closed-source",
1139
- "license":null,
1140
- "creation_date":1729123200000,
1141
- "tasks":[
1142
  "translation_from",
1143
  "translation_to",
1144
  "classification",
@@ -1149,16 +660,16 @@
1149
  ]
1150
  },
1151
  {
1152
- "id":"mistralai\/mistral-7b-instruct",
1153
- "name":"Mistral 7B Instruct",
1154
- "provider_name":"Mistral",
1155
- "cost":0.0,
1156
- "hf_id":"mistralai\/Mistral-7B-Instruct-v0.3",
1157
- "size":7248023552.0,
1158
- "type":"open-source",
1159
- "license":"Apache 2.0",
1160
- "creation_date":1716336000000.0,
1161
- "tasks":[
1162
  "translation_from",
1163
  "translation_to",
1164
  "classification",
@@ -1169,16 +680,16 @@
1169
  ]
1170
  },
1171
  {
1172
- "id":"mistralai\/mistral-medium-3",
1173
- "name":"Mistral Medium 3",
1174
- "provider_name":"Mistral",
1175
- "cost":2.0,
1176
- "hf_id":null,
1177
- "size":null,
1178
- "type":"closed-source",
1179
- "license":null,
1180
- "creation_date":1746576000000.0,
1181
- "tasks":[
1182
  "translation_from",
1183
  "translation_to",
1184
  "classification",
@@ -1189,16 +700,16 @@
1189
  ]
1190
  },
1191
  {
1192
- "id":"mistralai\/mistral-nemo",
1193
- "name":"Mistral Nemo",
1194
- "provider_name":"Mistral",
1195
- "cost":0.0,
1196
- "hf_id":"mistralai\/Mistral-Nemo-Instruct-2407",
1197
- "size":12247782400.0,
1198
- "type":"open-source",
1199
- "license":"Apache 2.0",
1200
- "creation_date":1721174400000,
1201
- "tasks":[
1202
  "translation_from",
1203
  "translation_to",
1204
  "classification",
@@ -1209,16 +720,16 @@
1209
  ]
1210
  },
1211
  {
1212
- "id":"mistralai\/mistral-saba",
1213
- "name":"Saba",
1214
- "provider_name":"Mistral",
1215
- "cost":0.6,
1216
- "hf_id":null,
1217
- "size":null,
1218
- "type":"closed-source",
1219
- "license":null,
1220
- "creation_date":1739750400000,
1221
- "tasks":[
1222
  "translation_from",
1223
  "translation_to",
1224
  "classification",
@@ -1229,16 +740,16 @@
1229
  ]
1230
  },
1231
  {
1232
- "id":"mistralai\/mistral-small-3.1-24b-instruct",
1233
- "name":"Mistral Small 3.1 24B",
1234
- "provider_name":"Mistral",
1235
- "cost":0.0,
1236
- "hf_id":"mistralai\/Mistral-Small-3.1-24B-Instruct-2503",
1237
- "size":24011361280.0,
1238
- "type":"open-source",
1239
- "license":"Apache 2.0",
1240
- "creation_date":1741651200000,
1241
- "tasks":[
1242
  "translation_from",
1243
  "translation_to",
1244
  "classification",
@@ -1249,16 +760,16 @@
1249
  ]
1250
  },
1251
  {
1252
- "id":"mistralai\/mistral-tiny",
1253
- "name":"Mistral Tiny",
1254
- "provider_name":"Mistral Tiny",
1255
- "cost":0.25,
1256
- "hf_id":null,
1257
- "size":null,
1258
- "type":"closed-source",
1259
- "license":null,
1260
- "creation_date":1704844800000.0,
1261
- "tasks":[
1262
  "translation_from",
1263
  "translation_to",
1264
  "classification",
@@ -1269,16 +780,16 @@
1269
  ]
1270
  },
1271
  {
1272
- "id":"mistralai\/mixtral-8x22b-instruct",
1273
- "name":"Mixtral 8x22B Instruct",
1274
- "provider_name":"Mistral",
1275
- "cost":0.9,
1276
- "hf_id":"mistralai\/Mixtral-8x22B-Instruct-v0.1",
1277
- "size":140630071296.0,
1278
- "type":"open-source",
1279
- "license":"Apache 2.0",
1280
- "creation_date":1713225600000.0,
1281
- "tasks":[
1282
  "translation_from",
1283
  "translation_to",
1284
  "classification",
@@ -1289,16 +800,16 @@
1289
  ]
1290
  },
1291
  {
1292
- "id":"mistralai\/pixtral-12b",
1293
- "name":"Pixtral 12B",
1294
- "provider_name":"Mistral",
1295
- "cost":0.1,
1296
- "hf_id":"mistralai\/Pixtral-12B-2409",
1297
- "size":null,
1298
- "type":"open-source",
1299
- "license":"Apache 2.0",
1300
- "creation_date":1726012800000.0,
1301
- "tasks":[
1302
  "translation_from",
1303
  "translation_to",
1304
  "classification",
@@ -1309,16 +820,16 @@
1309
  ]
1310
  },
1311
  {
1312
- "id":"moonshotai\/kimi-k2",
1313
- "name":"Kimi K2",
1314
- "provider_name":"MoonshotAI",
1315
- "cost":0.0,
1316
- "hf_id":"moonshotai\/Kimi-K2-Instruct",
1317
- "size":null,
1318
- "type":"open-source",
1319
- "license":"Other",
1320
- "creation_date":1752192000000,
1321
- "tasks":[
1322
  "translation_from",
1323
  "translation_to",
1324
  "classification",
@@ -1329,16 +840,16 @@
1329
  ]
1330
  },
1331
  {
1332
- "id":"morph\/morph-v3-fast",
1333
- "name":"Morph V3 Fast",
1334
- "provider_name":"Morph",
1335
- "cost":2.7,
1336
- "hf_id":null,
1337
- "size":null,
1338
- "type":"closed-source",
1339
- "license":null,
1340
- "creation_date":1751846400000.0,
1341
- "tasks":[
1342
  "translation_from",
1343
  "translation_to",
1344
  "classification",
@@ -1349,16 +860,16 @@
1349
  ]
1350
  },
1351
  {
1352
- "id":"openai\/gpt-3.5-turbo-0613",
1353
- "name":"GPT-3.5 Turbo (older v0613)",
1354
- "provider_name":"OpenAI",
1355
- "cost":2.0,
1356
- "hf_id":null,
1357
- "size":null,
1358
- "type":"closed-source",
1359
- "license":null,
1360
- "creation_date":1706140800000,
1361
- "tasks":[
1362
  "translation_from",
1363
  "translation_to",
1364
  "classification",
@@ -1369,16 +880,16 @@
1369
  ]
1370
  },
1371
  {
1372
- "id":"openai\/gpt-4.1",
1373
- "name":"GPT-4.1",
1374
- "provider_name":"OpenAI",
1375
- "cost":8.0,
1376
- "hf_id":null,
1377
- "size":null,
1378
- "type":"closed-source",
1379
- "license":null,
1380
- "creation_date":1744588800000,
1381
- "tasks":[
1382
  "translation_from",
1383
  "translation_to",
1384
  "classification",
@@ -1389,16 +900,16 @@
1389
  ]
1390
  },
1391
  {
1392
- "id":"openai\/gpt-4.1-mini",
1393
- "name":"GPT-4.1 Mini",
1394
- "provider_name":"OpenAI",
1395
- "cost":1.6,
1396
- "hf_id":null,
1397
- "size":null,
1398
- "type":"closed-source",
1399
- "license":null,
1400
- "creation_date":1744588800000,
1401
- "tasks":[
1402
  "translation_from",
1403
  "translation_to",
1404
  "classification",
@@ -1409,16 +920,16 @@
1409
  ]
1410
  },
1411
  {
1412
- "id":"openai\/gpt-4.1-nano",
1413
- "name":"GPT-4.1 Nano",
1414
- "provider_name":"OpenAI",
1415
- "cost":0.4,
1416
- "hf_id":null,
1417
- "size":null,
1418
- "type":"closed-source",
1419
- "license":null,
1420
- "creation_date":1744588800000,
1421
- "tasks":[
1422
  "translation_from",
1423
  "translation_to",
1424
  "classification",
@@ -1429,16 +940,16 @@
1429
  ]
1430
  },
1431
  {
1432
- "id":"openai\/gpt-4o-2024-11-20",
1433
- "name":"GPT-4o (2024-11-20)",
1434
- "provider_name":"OpenAI",
1435
- "cost":10.0,
1436
- "hf_id":null,
1437
- "size":null,
1438
- "type":"closed-source",
1439
- "license":null,
1440
- "creation_date":1732060800000,
1441
- "tasks":[
1442
  "translation_from",
1443
  "translation_to",
1444
  "classification",
@@ -1449,343 +960,29 @@
1449
  ]
1450
  },
1451
  {
1452
- "id":"openai\/gpt-4o-mini",
1453
- "name":"GPT-4o-mini",
1454
- "provider_name":"OpenAI",
1455
- "cost":0.6,
1456
- "hf_id":null,
1457
- "size":null,
1458
- "type":"closed-source",
1459
- "license":null,
1460
- "creation_date":1721260800000,
1461
- "tasks":[
1462
  "translation_from",
1463
- "translation_to",
1464
- "classification",
1465
- "mmlu",
1466
- "arc",
1467
- "truthfulqa",
1468
- "mgsm"
1469
- ]
1470
- },
1471
- {
1472
- "id":"perplexity\/r1-1776",
1473
- "name":"R1 1776",
1474
- "provider_name":"Perplexity",
1475
- "cost":8.0,
1476
- "hf_id":"perplexity-ai\/r1-1776",
1477
- "size":671026419200.0,
1478
- "type":"open-source",
1479
- "license":"Mit",
1480
- "creation_date":1739836800000.0,
1481
- "tasks":[
1482
- "translation_from",
1483
- "translation_to",
1484
- "classification",
1485
- "mmlu",
1486
- "arc",
1487
- "truthfulqa",
1488
- "mgsm"
1489
- ]
1490
- },
1491
- {
1492
- "id":"qwen\/qwen-2.5-72b-instruct",
1493
- "name":"Qwen2.5 72B Instruct",
1494
- "provider_name":"Qwen2.5 72B Instruct (free)",
1495
- "cost":0.0,
1496
- "hf_id":"Qwen\/Qwen2.5-72B-Instruct",
1497
- "size":72706203648.0,
1498
- "type":"open-source",
1499
- "license":"Other",
1500
- "creation_date":1726444800000.0,
1501
- "tasks":[
1502
- "translation_from",
1503
- "translation_to",
1504
- "classification",
1505
- "mmlu",
1506
- "arc",
1507
- "truthfulqa",
1508
- "mgsm"
1509
- ]
1510
- },
1511
- {
1512
- "id":"qwen\/qwen-2.5-7b-instruct",
1513
- "name":"Qwen2.5 7B Instruct",
1514
- "provider_name":"Qwen2.5 7B Instruct",
1515
- "cost":0.1,
1516
- "hf_id":"Qwen\/Qwen2.5-7B-Instruct",
1517
- "size":7615616512.0,
1518
- "type":"open-source",
1519
- "license":"Apache 2.0",
1520
- "creation_date":1726444800000,
1521
- "tasks":[
1522
- "translation_from",
1523
- "translation_to",
1524
- "classification",
1525
- "mmlu",
1526
- "arc",
1527
- "truthfulqa",
1528
- "mgsm"
1529
- ]
1530
- },
1531
- {
1532
- "id":"qwen\/qwen-2.5-coder-32b-instruct",
1533
- "name":"Qwen2.5 Coder 32B Instruct",
1534
- "provider_name":"Qwen2.5 Coder 32B Instruct (free)",
1535
- "cost":0.0,
1536
- "hf_id":"Qwen\/Qwen2.5-Coder-32B-Instruct",
1537
- "size":32763876352.0,
1538
- "type":"open-source",
1539
- "license":"Apache 2.0",
1540
- "creation_date":1730851200000.0,
1541
- "tasks":[
1542
- "translation_from",
1543
- "translation_to",
1544
- "classification",
1545
- "mmlu",
1546
- "arc",
1547
- "truthfulqa",
1548
- "mgsm"
1549
- ]
1550
- },
1551
- {
1552
- "id":"qwen\/qwen3-235b-a22b",
1553
- "name":"Qwen3 235B A22B",
1554
- "provider_name":"Qwen",
1555
- "cost":0.0,
1556
- "hf_id":"Qwen\/Qwen3-235B-A22B",
1557
- "size":235093634560.0,
1558
- "type":"open-source",
1559
- "license":"Apache 2.0",
1560
- "creation_date":1745712000000,
1561
- "tasks":[
1562
- "translation_from",
1563
- "translation_to",
1564
- "classification",
1565
- "mmlu",
1566
- "arc",
1567
- "truthfulqa",
1568
- "mgsm"
1569
- ]
1570
- },
1571
- {
1572
- "id":"qwen\/qwen3-30b-a3b",
1573
- "name":"Qwen3 30B A3B",
1574
- "provider_name":"Qwen",
1575
- "cost":0.0,
1576
- "hf_id":"Qwen\/Qwen3-30B-A3B",
1577
- "size":30532122624.0,
1578
- "type":"open-source",
1579
- "license":"Apache 2.0",
1580
- "creation_date":1745712000000,
1581
- "tasks":[
1582
- "translation_from",
1583
- "translation_to",
1584
- "classification",
1585
- "mmlu",
1586
- "arc",
1587
- "truthfulqa",
1588
- "mgsm"
1589
- ]
1590
- },
1591
- {
1592
- "id":"qwen\/qwen3-32b",
1593
- "name":"Qwen3 32B",
1594
- "provider_name":"Qwen",
1595
- "cost":0.03,
1596
- "hf_id":"Qwen\/Qwen3-32B",
1597
- "size":32762123264.0,
1598
- "type":"open-source",
1599
- "license":"Apache 2.0",
1600
- "creation_date":1745712000000,
1601
- "tasks":[
1602
- "translation_from",
1603
- "translation_to",
1604
- "classification",
1605
- "mmlu",
1606
- "arc",
1607
- "truthfulqa",
1608
- "mgsm"
1609
- ]
1610
- },
1611
- {
1612
- "id":"scb10x\/llama3.1-typhoon2-70b-instruct",
1613
- "name":"Typhoon2 70B Instruct",
1614
- "provider_name":"Typhoon2 70B Instruct",
1615
- "cost":0.88,
1616
- "hf_id":"scb10x\/llama3.1-typhoon2-70b-instruct",
1617
- "size":70553706496.0,
1618
- "type":"open-source",
1619
- "license":"Llama3.1",
1620
- "creation_date":1734220800000.0,
1621
- "tasks":[
1622
- "translation_from",
1623
- "translation_to",
1624
- "classification",
1625
- "mmlu",
1626
- "arc",
1627
- "truthfulqa",
1628
- "mgsm"
1629
- ]
1630
- },
1631
- {
1632
- "id":"sophosympatheia\/midnight-rose-70b",
1633
- "name":"Midnight Rose 70B",
1634
- "provider_name":"Midnight Rose 70B",
1635
- "cost":0.8,
1636
- "hf_id":"sophosympatheia\/Midnight-Rose-70B-v2.0.3",
1637
- "size":68976648192.0,
1638
- "type":"open-source",
1639
- "license":"Llama2",
1640
- "creation_date":1707004800000,
1641
- "tasks":[
1642
- "translation_from",
1643
- "translation_to",
1644
- "classification",
1645
- "mmlu",
1646
- "arc",
1647
- "truthfulqa",
1648
- "mgsm"
1649
- ]
1650
- },
1651
- {
1652
- "id":"switchpoint\/router",
1653
- "name":"Switchpoint Router",
1654
- "provider_name":"Switchpoint Router",
1655
- "cost":3.4,
1656
- "hf_id":null,
1657
- "size":null,
1658
- "type":"closed-source",
1659
- "license":null,
1660
- "creation_date":1752192000000.0,
1661
- "tasks":[
1662
- "translation_from",
1663
- "translation_to",
1664
- "classification",
1665
- "mmlu",
1666
- "arc",
1667
- "truthfulqa",
1668
- "mgsm"
1669
- ]
1670
- },
1671
- {
1672
- "id":"thedrummer\/anubis-pro-105b-v1",
1673
- "name":"Anubis Pro 105B V1",
1674
- "provider_name":"TheDrummer",
1675
- "cost":1.0,
1676
- "hf_id":"TheDrummer\/Anubis-Pro-105B-v1",
1677
- "size":104779882496.0,
1678
- "type":"open-source",
1679
- "license":"Other",
1680
- "creation_date":1738454400000.0,
1681
- "tasks":[
1682
- "translation_from",
1683
- "translation_to",
1684
- "classification",
1685
- "mmlu",
1686
- "arc",
1687
- "truthfulqa",
1688
- "mgsm"
1689
- ]
1690
- },
1691
- {
1692
- "id":"thedrummer\/skyfall-36b-v2",
1693
- "name":"Skyfall 36B V2",
1694
- "provider_name":"TheDrummer",
1695
- "cost":0.07,
1696
- "hf_id":"TheDrummer\/Skyfall-36B-v2",
1697
- "size":36910535680.0,
1698
- "type":"open-source",
1699
- "license":"Other",
1700
- "creation_date":1738540800000.0,
1701
- "tasks":[
1702
- "translation_from",
1703
- "translation_to",
1704
- "classification",
1705
- "mmlu",
1706
- "arc",
1707
- "truthfulqa",
1708
- "mgsm"
1709
- ]
1710
- },
1711
- {
1712
- "id":"thedrummer\/unslopnemo-12b",
1713
- "name":"UnslopNemo 12B",
1714
- "provider_name":"TheDrummer",
1715
- "cost":0.4,
1716
- "hf_id":"TheDrummer\/UnslopNemo-12B-v4.1",
1717
- "size":12247782400.0,
1718
- "type":"open-source",
1719
- "license":"",
1720
- "creation_date":1729641600000.0,
1721
- "tasks":[
1722
- "translation_from",
1723
- "translation_to",
1724
- "classification",
1725
- "mmlu",
1726
- "arc",
1727
- "truthfulqa",
1728
- "mgsm"
1729
- ]
1730
- },
1731
- {
1732
- "id":"thedrummer\/valkyrie-49b-v1",
1733
- "name":"Valkyrie 49B V1",
1734
- "provider_name":"TheDrummer",
1735
- "cost":1.0,
1736
- "hf_id":"TheDrummer\/Valkyrie-49B-v1",
1737
- "size":49867145216.0,
1738
- "type":"open-source",
1739
- "license":"",
1740
- "creation_date":1747440000000,
1741
- "tasks":[
1742
- "translation_from",
1743
- "translation_to",
1744
- "classification",
1745
- "mmlu",
1746
- "arc",
1747
- "truthfulqa",
1748
- "mgsm"
1749
- ]
1750
- },
1751
- {
1752
- "id":"x-ai\/grok-3-beta",
1753
- "name":"Grok 3 Beta",
1754
- "provider_name":"xAI",
1755
- "cost":15.0,
1756
- "hf_id":null,
1757
- "size":null,
1758
- "type":"closed-source",
1759
- "license":null,
1760
- "creation_date":1744156800000.0,
1761
- "tasks":[
1762
- "translation_from",
1763
- "translation_to",
1764
- "classification",
1765
- "mmlu",
1766
- "arc",
1767
- "truthfulqa",
1768
- "mgsm"
1769
  ]
1770
  },
1771
  {
1772
- "id":"z-ai\/glm-4.5-air",
1773
- "name":"GLM 4.5 Air",
1774
- "provider_name":"Z.AI",
1775
- "cost":0.0,
1776
- "hf_id":"zai-org\/GLM-4.5-Air",
1777
- "size":110468824832.0,
1778
- "type":"open-source",
1779
- "license":"Mit",
1780
- "creation_date":1752969600000.0,
1781
- "tasks":[
1782
- "translation_from",
1783
- "translation_to",
1784
- "classification",
1785
- "mmlu",
1786
- "arc",
1787
- "truthfulqa",
1788
- "mgsm"
1789
- ]
1790
  }
1791
  ]
 
1
  [
2
  {
3
+ "id": "amazon/nova-micro-v1",
4
+ "name": "Nova Micro 1.0",
5
+ "provider_name": "Amazon",
6
+ "cost": 0.14,
7
+ "hf_id": null,
8
+ "size": null,
9
+ "type": "closed-source",
10
+ "license": null,
11
+ "creation_date": 1733356800000,
12
+ "tasks": [
13
  "translation_from",
14
  "translation_to",
15
  "classification",
 
20
  ]
21
  },
22
  {
23
+ "id": "anthracite-org/magnum-v4-72b",
24
+ "name": "Magnum v4 72B",
25
+ "provider_name": "Magnum v4 72B",
26
+ "cost": 3.0,
27
+ "hf_id": "anthracite-org/magnum-v4-72b",
28
+ "size": 72706203648.0,
29
+ "type": "open-source",
30
+ "license": "Apache 2.0",
31
+ "creation_date": 1726790400000,
32
+ "tasks": [
33
  "translation_from",
34
  "translation_to",
35
  "classification",
 
40
  ]
41
  },
42
  {
43
+ "id": "anthropic/claude-sonnet-4",
44
+ "name": "Claude Sonnet 4",
45
+ "provider_name": "Anthropic",
46
+ "cost": 15.0,
47
+ "hf_id": null,
48
+ "size": null,
49
+ "type": "closed-source",
50
+ "license": null,
51
+ "creation_date": 1747872000000,
52
+ "tasks": [
53
  "translation_from",
54
  "translation_to",
55
  "classification",
 
60
  ]
61
  },
62
  {
63
+ "id": "deepseek/deepseek-chat",
64
+ "name": "DeepSeek V3",
65
+ "provider_name": "DeepSeek",
66
+ "cost": 0.72,
67
+ "hf_id": "deepseek-ai/DeepSeek-V3",
68
+ "size": 684531386000.0,
69
+ "type": "open-source",
70
+ "license": "",
71
+ "creation_date": 1735084800000,
72
+ "tasks": [
73
  "translation_from",
74
  "translation_to",
75
  "classification",
 
80
  ]
81
  },
82
  {
83
+ "id": "deepseek/deepseek-chat-v3-0324",
84
+ "name": "DeepSeek V3 0324",
85
+ "provider_name": "DeepSeek",
86
+ "cost": 0.0,
87
+ "hf_id": "deepseek-ai/DeepSeek-V3-0324",
88
+ "size": 684531386000.0,
89
+ "type": "open-source",
90
+ "license": "Mit",
91
+ "creation_date": 1742774400000,
92
+ "tasks": [
93
  "translation_from",
94
  "translation_to",
95
  "classification",
 
100
  ]
101
  },
102
  {
103
+ "id": "deepseek/deepseek-r1-0528",
104
+ "name": "R1 0528",
105
+ "provider_name": "DeepSeek",
106
+ "cost": 0.0,
107
+ "hf_id": "deepseek-ai/DeepSeek-R1-0528",
108
+ "size": 684531386000.0,
109
+ "type": "open-source",
110
+ "license": "Mit",
111
+ "creation_date": 1748390400000,
112
+ "tasks": [
113
  "translation_from",
114
  "translation_to",
115
  "classification",
 
120
  ]
121
  },
122
  {
123
+ "id": "google/gemini-2.0-flash-lite-001",
124
+ "name": "Gemini 2.0 Flash Lite",
125
+ "provider_name": "Google",
126
+ "cost": 0.3,
127
+ "hf_id": null,
128
+ "size": null,
129
+ "type": "closed-source",
130
+ "license": null,
131
+ "creation_date": 1740441600000,
132
+ "tasks": [
133
  "translation_from",
134
  "translation_to",
135
  "classification",
 
140
  ]
141
  },
142
  {
143
+ "id": "google/gemini-2.5-flash",
144
+ "name": "Gemini 2.5 Flash",
145
+ "provider_name": "Google",
146
+ "cost": 2.5,
147
+ "hf_id": null,
148
+ "size": null,
149
+ "type": "closed-source",
150
+ "license": null,
151
+ "creation_date": 1750118400000,
152
+ "tasks": [
153
  "translation_from",
154
  "translation_to",
155
  "classification",
 
160
  ]
161
  },
162
  {
163
+ "id": "google/gemma-2-9b-it",
164
+ "name": "Gemma 2 9B",
165
+ "provider_name": "Google",
166
+ "cost": 0.0,
167
+ "hf_id": "google/gemma-2-9b-it",
168
+ "size": 9241705984.0,
169
+ "type": "open-source",
170
+ "license": "Gemma",
171
+ "creation_date": 1719187200000,
172
+ "tasks": [
173
  "translation_from",
174
  "translation_to",
175
  "classification",
 
180
  ]
181
  },
182
  {
183
+ "id": "google/gemma-3-27b-it",
184
+ "name": "Gemma 3 27B",
185
+ "provider_name": "Google",
186
+ "cost": 0.0,
187
+ "hf_id": "google/gemma-3-27b-it",
188
+ "size": 27432406640.0,
189
+ "type": "open-source",
190
+ "license": "Gemma",
191
+ "creation_date": 1740787200000,
192
+ "tasks": [
193
  "translation_from",
194
  "translation_to",
195
  "classification",
 
200
  ]
201
  },
202
  {
203
+ "id": "meta-llama/llama-3-70b-instruct",
204
+ "name": "Llama 3 70B Instruct",
205
+ "provider_name": "Meta",
206
+ "cost": 0.4,
207
+ "hf_id": "meta-llama/Meta-Llama-3-70B-Instruct",
208
+ "size": 70553706496.0,
209
+ "type": "open-source",
210
+ "license": "Llama3",
211
+ "creation_date": 1713312000000,
212
+ "tasks": [
213
  "translation_from",
214
  "translation_to",
215
  "classification",
 
220
  ]
221
  },
222
  {
223
+ "id": "meta-llama/llama-3.1-70b-instruct",
224
+ "name": "Llama 3.1 70B Instruct",
225
+ "provider_name": "Meta",
226
+ "cost": 0.28,
227
+ "hf_id": "meta-llama/Llama-3.1-70B-Instruct",
228
+ "size": 70553706496.0,
229
+ "type": "open-source",
230
+ "license": "Llama3.1",
231
+ "creation_date": 1721088000000,
232
+ "tasks": [
233
  "translation_from",
234
  "translation_to",
235
  "classification",
 
240
  ]
241
  },
242
  {
243
+ "id": "meta-llama/llama-3.2-3b-instruct",
244
+ "name": "Llama 3.2 3B Instruct",
245
+ "provider_name": "Meta",
246
+ "cost": 0.0,
247
+ "hf_id": "meta-llama/Llama-3.2-3B-Instruct",
248
+ "size": 3212749824.0,
249
+ "type": "open-source",
250
+ "license": "Llama3.2",
251
+ "creation_date": 1726617600000,
252
+ "tasks": [
253
  "translation_from",
254
  "translation_to",
255
  "classification",
 
260
  ]
261
  },
262
  {
263
+ "id": "meta-llama/llama-3.3-70b-instruct",
264
+ "name": "Llama 3.3 70B Instruct",
265
+ "provider_name": "Meta",
266
+ "cost": 0.0,
267
+ "hf_id": "meta-llama/Llama-3.3-70B-Instruct",
268
+ "size": 70553706496.0,
269
+ "type": "open-source",
270
+ "license": "Llama3.3",
271
+ "creation_date": 1732579200000,
272
+ "tasks": [
273
  "translation_from",
274
  "translation_to",
275
  "classification",
 
280
  ]
281
  },
282
  {
283
+ "id": "meta-llama/llama-4-maverick",
284
+ "name": "Llama 4 Maverick",
285
+ "provider_name": "Meta",
286
+ "cost": 0.6,
287
+ "hf_id": "meta-llama/Llama-4-Maverick-17B-128E-Instruct",
288
+ "size": 401583781376.0,
289
+ "type": "open-source",
290
+ "license": "Other",
291
+ "creation_date": 1743465600000,
292
+ "tasks": [
293
  "translation_from",
294
  "translation_to",
295
  "classification",
 
300
  ]
301
  },
302
  {
303
+ "id": "meta-llama/llama-guard-4-12b",
304
+ "name": "Llama Guard 4 12B",
305
+ "provider_name": "Meta",
306
+ "cost": 0.18,
307
+ "hf_id": "meta-llama/Llama-Guard-4-12B",
308
+ "size": 12001097216.0,
309
+ "type": "open-source",
310
+ "license": "Other",
311
+ "creation_date": 1745366400000,
312
+ "tasks": [
313
  "translation_from",
314
  "translation_to",
315
  "classification",
 
320
  ]
321
  },
322
  {
323
+ "id": "microsoft/phi-3-medium-128k-instruct",
324
+ "name": "Phi-3 Medium 128K Instruct",
325
+ "provider_name": "Microsoft",
326
+ "cost": 1.0,
327
+ "hf_id": "microsoft/Phi-3-medium-128k-instruct",
328
+ "size": 13960238080.0,
329
+ "type": "open-source",
330
+ "license": "Mit",
331
+ "creation_date": 1715040000000,
332
+ "tasks": [
333
  "translation_from",
334
  "translation_to",
335
  "classification",
 
340
  ]
341
  },
342
  {
343
+ "id": "microsoft/phi-3.5-mini-128k-instruct",
344
+ "name": "Phi-3.5 Mini 128K Instruct",
345
+ "provider_name": "Microsoft",
346
+ "cost": 0.1,
347
+ "hf_id": "microsoft/Phi-3.5-mini-instruct",
348
+ "size": 3821079552.0,
349
+ "type": "open-source",
350
+ "license": "Mit",
351
+ "creation_date": 1723766400000,
352
+ "tasks": [
353
  "translation_from",
354
  "translation_to",
355
  "classification",
 
360
  ]
361
  },
362
  {
363
+ "id": "microsoft/phi-4",
364
+ "name": "Phi 4",
365
+ "provider_name": "Microsoft",
366
+ "cost": 0.14,
367
+ "hf_id": "microsoft/phi-4",
368
+ "size": 14659507200.0,
369
+ "type": "open-source",
370
+ "license": "Mit",
371
+ "creation_date": 1733875200000,
372
+ "tasks": [
373
  "translation_from",
374
  "translation_to",
375
  "classification",
 
380
  ]
381
  },
382
  {
383
+ "id": "microsoft/phi-4-multimodal-instruct",
384
+ "name": "Phi 4 Multimodal Instruct",
385
+ "provider_name": "Microsoft",
386
+ "cost": 0.1,
387
+ "hf_id": "microsoft/Phi-4-multimodal-instruct",
388
+ "size": 5574460384.0,
389
+ "type": "open-source",
390
+ "license": "Mit",
391
+ "creation_date": 1740355200000,
392
+ "tasks": [
393
  "translation_from",
394
  "translation_to",
395
  "classification",
 
400
  ]
401
  },
402
  {
403
+ "id": "mistralai/magistral-medium-2506",
404
+ "name": "Magistral Medium 2506",
405
+ "provider_name": "Mistral",
406
+ "cost": 5.0,
407
+ "hf_id": null,
408
+ "size": null,
409
+ "type": "closed-source",
410
+ "license": null,
411
+ "creation_date": 1749340800000,
412
+ "tasks": [
413
  "translation_from",
414
  "translation_to",
415
  "classification",
 
420
  ]
421
  },
422
  {
423
+ "id": "mistralai/mistral-7b-instruct",
424
+ "name": "Mistral 7B Instruct",
425
+ "provider_name": "Mistral",
426
+ "cost": 0.0,
427
+ "hf_id": "mistralai/Mistral-7B-Instruct-v0.3",
428
+ "size": 7248023552.0,
429
+ "type": "open-source",
430
+ "license": "Apache 2.0",
431
+ "creation_date": 1716336000000,
432
+ "tasks": [
433
  "translation_from",
434
  "translation_to",
435
  "classification",
 
440
  ]
441
  },
442
  {
443
+ "id": "mistralai/mistral-nemo",
444
+ "name": "Mistral Nemo",
445
+ "provider_name": "Mistral",
446
+ "cost": 0.0,
447
+ "hf_id": "mistralai/Mistral-Nemo-Instruct-2407",
448
+ "size": 12247782400.0,
449
+ "type": "open-source",
450
+ "license": "Apache 2.0",
451
+ "creation_date": 1721174400000,
452
+ "tasks": [
453
  "translation_from",
454
  "translation_to",
455
  "classification",
 
460
  ]
461
  },
462
  {
463
+ "id": "mistralai/mistral-saba",
464
+ "name": "Saba",
465
+ "provider_name": "Mistral",
466
+ "cost": 0.6,
467
+ "hf_id": null,
468
+ "size": null,
469
+ "type": "closed-source",
470
+ "license": null,
471
+ "creation_date": 1739750400000,
472
+ "tasks": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  "translation_from",
474
  "translation_to",
475
  "classification",
 
480
  ]
481
  },
482
  {
483
+ "id": "mistralai/mistral-small-3.1-24b-instruct",
484
+ "name": "Mistral Small 3.1 24B",
485
+ "provider_name": "Mistral",
486
+ "cost": 0.0,
487
+ "hf_id": "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
488
+ "size": 24011361280.0,
489
+ "type": "open-source",
490
+ "license": "Apache 2.0",
491
+ "creation_date": 1741651200000,
492
+ "tasks": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
493
  "translation_from",
494
  "translation_to",
495
  "classification",
 
500
  ]
501
  },
502
  {
503
+ "id": "mistralai/mixtral-8x7b-instruct",
504
+ "name": "Mixtral 8x7B Instruct",
505
+ "provider_name": "Mistral",
506
+ "cost": 0.24,
507
+ "hf_id": "mistralai/Mixtral-8x7B-Instruct-v0.1",
508
+ "size": 46702792704.0,
509
+ "type": "open-source",
510
+ "license": "Apache 2.0",
511
+ "creation_date": 1702166400000,
512
+ "tasks": [
513
  "translation_from",
514
  "translation_to",
515
  "classification",
 
520
  ]
521
  },
522
  {
523
+ "id": "neversleep/llama-3-lumimaid-70b",
524
+ "name": "Llama 3 Lumimaid 70B",
525
+ "provider_name": "NeverSleep",
526
+ "cost": 6.0,
527
+ "hf_id": "NeverSleep/Llama-3-Lumimaid-70B-v0.1",
528
+ "size": 70553706496.0,
529
+ "type": "open-source",
530
+ "license": "Cc By Nc 4.0",
531
+ "creation_date": 1714262400000,
532
+ "tasks": [
533
  "translation_from",
534
  "translation_to",
535
  "classification",
 
540
  ]
541
  },
542
  {
543
+ "id": "nvidia/llama-3.1-nemotron-70b-instruct",
544
+ "name": "Llama 3.1 Nemotron 70B Instruct",
545
+ "provider_name": "NVIDIA",
546
+ "cost": 0.3,
547
+ "hf_id": "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
548
+ "size": 70553706496.0,
549
+ "type": "open-source",
550
+ "license": "Llama3.1",
551
+ "creation_date": 1728691200000,
552
+ "tasks": [
553
  "translation_from",
554
  "translation_to",
555
  "classification",
 
560
  ]
561
  },
562
  {
563
+ "id": "openai/chatgpt-4o-latest",
564
+ "name": "ChatGPT-4o",
565
+ "provider_name": "OpenAI",
566
+ "cost": 15.0,
567
+ "hf_id": null,
568
+ "size": null,
569
+ "type": "closed-source",
570
+ "license": null,
571
+ "creation_date": 1723593600000,
572
+ "tasks": [
573
  "translation_from",
574
  "translation_to",
575
  "classification",
 
580
  ]
581
  },
582
  {
583
+ "id": "openai/gpt-3.5-turbo",
584
+ "name": "GPT-3.5 Turbo",
585
+ "provider_name": "OpenAI",
586
+ "cost": 1.5,
587
+ "hf_id": null,
588
+ "size": null,
589
+ "type": "closed-source",
590
+ "license": null,
591
+ "creation_date": 1685232000000,
592
+ "tasks": [
593
  "translation_from",
594
  "translation_to",
595
  "classification",
 
600
  ]
601
  },
602
  {
603
+ "id": "openai/gpt-3.5-turbo-0613",
604
+ "name": "GPT-3.5 Turbo (older v0613)",
605
+ "provider_name": "OpenAI",
606
+ "cost": 2.0,
607
+ "hf_id": null,
608
+ "size": null,
609
+ "type": "closed-source",
610
+ "license": null,
611
+ "creation_date": 1706140800000,
612
+ "tasks": [
613
  "translation_from",
614
  "translation_to",
615
  "classification",
 
620
  ]
621
  },
622
  {
623
+ "id": "openai/gpt-4.1",
624
+ "name": "GPT-4.1",
625
+ "provider_name": "OpenAI",
626
+ "cost": 8.0,
627
+ "hf_id": null,
628
+ "size": null,
629
+ "type": "closed-source",
630
+ "license": null,
631
+ "creation_date": 1744588800000,
632
+ "tasks": [
633
  "translation_from",
634
  "translation_to",
635
  "classification",
 
640
  ]
641
  },
642
  {
643
+ "id": "openai/gpt-4.1-mini",
644
+ "name": "GPT-4.1 Mini",
645
+ "provider_name": "OpenAI",
646
+ "cost": 1.6,
647
+ "hf_id": null,
648
+ "size": null,
649
+ "type": "closed-source",
650
+ "license": null,
651
+ "creation_date": 1744588800000,
652
+ "tasks": [
653
  "translation_from",
654
  "translation_to",
655
  "classification",
 
660
  ]
661
  },
662
  {
663
+ "id": "openai/gpt-4.1-nano",
664
+ "name": "GPT-4.1 Nano",
665
+ "provider_name": "OpenAI",
666
+ "cost": 0.4,
667
+ "hf_id": null,
668
+ "size": null,
669
+ "type": "closed-source",
670
+ "license": null,
671
+ "creation_date": 1744588800000,
672
+ "tasks": [
673
  "translation_from",
674
  "translation_to",
675
  "classification",
 
680
  ]
681
  },
682
  {
683
+ "id": "openai/gpt-4o-2024-11-20",
684
+ "name": "GPT-4o (2024-11-20)",
685
+ "provider_name": "OpenAI",
686
+ "cost": 10.0,
687
+ "hf_id": null,
688
+ "size": null,
689
+ "type": "closed-source",
690
+ "license": null,
691
+ "creation_date": 1732060800000,
692
+ "tasks": [
693
  "translation_from",
694
  "translation_to",
695
  "classification",
 
700
  ]
701
  },
702
  {
703
+ "id": "openai/gpt-4o-mini",
704
+ "name": "GPT-4o-mini",
705
+ "provider_name": "OpenAI",
706
+ "cost": 0.6,
707
+ "hf_id": null,
708
+ "size": null,
709
+ "type": "closed-source",
710
+ "license": null,
711
+ "creation_date": 1721260800000,
712
+ "tasks": [
713
  "translation_from",
714
  "translation_to",
715
  "classification",
 
720
  ]
721
  },
722
  {
723
+ "id": "openai/gpt-5",
724
+ "name": "GPT-5",
725
+ "provider_name": "OpenAI",
726
+ "cost": 10.0,
727
+ "hf_id": null,
728
+ "size": null,
729
+ "type": "closed-source",
730
+ "license": null,
731
+ "creation_date": 1754524800000,
732
+ "tasks": [
733
  "translation_from",
734
  "translation_to",
735
  "classification",
 
740
  ]
741
  },
742
  {
743
+ "id": "opengvlab/internvl3-14b",
744
+ "name": "InternVL3 14B",
745
+ "provider_name": "OpenGVLab",
746
+ "cost": 0.4,
747
+ "hf_id": "OpenGVLab/InternVL3-14B",
748
+ "size": 15117256704.0,
749
+ "type": "open-source",
750
+ "license": "Apache 2.0",
751
+ "creation_date": 1744243200000,
752
+ "tasks": [
753
  "translation_from",
754
  "translation_to",
755
  "classification",
 
760
  ]
761
  },
762
  {
763
+ "id": "qwen/qwen3-235b-a22b",
764
+ "name": "Qwen3 235B A22B",
765
+ "provider_name": "Qwen",
766
+ "cost": 0.0,
767
+ "hf_id": "Qwen/Qwen3-235B-A22B",
768
+ "size": 235093634560.0,
769
+ "type": "open-source",
770
+ "license": "Apache 2.0",
771
+ "creation_date": 1745712000000,
772
+ "tasks": [
773
  "translation_from",
774
  "translation_to",
775
  "classification",
 
780
  ]
781
  },
782
  {
783
+ "id": "qwen/qwen3-30b-a3b",
784
+ "name": "Qwen3 30B A3B",
785
+ "provider_name": "Qwen",
786
+ "cost": 0.0,
787
+ "hf_id": "Qwen/Qwen3-30B-A3B",
788
+ "size": 30532122624.0,
789
+ "type": "open-source",
790
+ "license": "Apache 2.0",
791
+ "creation_date": 1745712000000,
792
+ "tasks": [
793
  "translation_from",
794
  "translation_to",
795
  "classification",
 
800
  ]
801
  },
802
  {
803
+ "id": "qwen/qwen3-32b",
804
+ "name": "Qwen3 32B",
805
+ "provider_name": "Qwen",
806
+ "cost": 0.07,
807
+ "hf_id": "Qwen/Qwen3-32B",
808
+ "size": 32762123264.0,
809
+ "type": "open-source",
810
+ "license": "Apache 2.0",
811
+ "creation_date": 1745712000000,
812
+ "tasks": [
813
  "translation_from",
814
  "translation_to",
815
  "classification",
 
820
  ]
821
  },
822
  {
823
+ "id": "qwen/qwq-32b",
824
+ "name": "QwQ 32B",
825
+ "provider_name": "Qwen",
826
+ "cost": 0.0,
827
+ "hf_id": "Qwen/QwQ-32B",
828
+ "size": 32763876352.0,
829
+ "type": "open-source",
830
+ "license": "Apache 2.0",
831
+ "creation_date": 1741132800000,
832
+ "tasks": [
833
  "translation_from",
834
  "translation_to",
835
  "classification",
 
840
  ]
841
  },
842
  {
843
+ "id": "switchpoint/router",
844
+ "name": "Switchpoint Router",
845
+ "provider_name": "Switchpoint Router",
846
+ "cost": 3.4,
847
+ "hf_id": null,
848
+ "size": null,
849
+ "type": "closed-source",
850
+ "license": null,
851
+ "creation_date": 1752192000000,
852
+ "tasks": [
853
  "translation_from",
854
  "translation_to",
855
  "classification",
 
860
  ]
861
  },
862
  {
863
+ "id": "thedrummer/anubis-pro-105b-v1",
864
+ "name": "Anubis Pro 105B V1",
865
+ "provider_name": "TheDrummer",
866
+ "cost": 1.0,
867
+ "hf_id": "TheDrummer/Anubis-Pro-105B-v1",
868
+ "size": 104779882496.0,
869
+ "type": "open-source",
870
+ "license": "Other",
871
+ "creation_date": 1738454400000,
872
+ "tasks": [
873
  "translation_from",
874
  "translation_to",
875
  "classification",
 
880
  ]
881
  },
882
  {
883
+ "id": "thedrummer/skyfall-36b-v2",
884
+ "name": "Skyfall 36B V2",
885
+ "provider_name": "TheDrummer",
886
+ "cost": 0.19,
887
+ "hf_id": "TheDrummer/Skyfall-36B-v2",
888
+ "size": 36910535680.0,
889
+ "type": "open-source",
890
+ "license": "Other",
891
+ "creation_date": 1738540800000,
892
+ "tasks": [
893
  "translation_from",
894
  "translation_to",
895
  "classification",
 
900
  ]
901
  },
902
  {
903
+ "id": "tngtech/deepseek-r1t-chimera",
904
+ "name": "DeepSeek R1T Chimera",
905
+ "provider_name": "TNG",
906
+ "cost": 0.0,
907
+ "hf_id": "tngtech/DeepSeek-R1T-Chimera",
908
+ "size": 684531386000.0,
909
+ "type": "open-source",
910
+ "license": "Mit",
911
+ "creation_date": 1745625600000,
912
+ "tasks": [
913
  "translation_from",
914
  "translation_to",
915
  "classification",
 
920
  ]
921
  },
922
  {
923
+ "id": "tngtech/deepseek-r1t2-chimera",
924
+ "name": "DeepSeek R1T2 Chimera",
925
+ "provider_name": "TNG",
926
+ "cost": 0.0,
927
+ "hf_id": "tngtech/DeepSeek-TNG-R1T2-Chimera",
928
+ "size": 684531386000.0,
929
+ "type": "open-source",
930
+ "license": "Mit",
931
+ "creation_date": 1751414400000,
932
+ "tasks": [
933
  "translation_from",
934
  "translation_to",
935
  "classification",
 
940
  ]
941
  },
942
  {
943
+ "id": "x-ai/grok-2-1212",
944
+ "name": "Grok 2 1212",
945
+ "provider_name": "xAI",
946
+ "cost": 10.0,
947
+ "hf_id": null,
948
+ "size": null,
949
+ "type": "closed-source",
950
+ "license": null,
951
+ "creation_date": 1734220800000,
952
+ "tasks": [
953
  "translation_from",
954
  "translation_to",
955
  "classification",
 
960
  ]
961
  },
962
  {
963
+ "id": "google/translate-v2",
964
+ "name": "Google Translate",
965
+ "provider_name": "Google",
966
+ "cost": 20.0,
967
+ "hf_id": null,
968
+ "size": null,
969
+ "type": "closed-source",
970
+ "license": null,
971
+ "creation_date": null,
972
+ "tasks": [
973
  "translation_from",
974
+ "translation_to"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
975
  ]
976
  },
977
  {
978
+ "id": "moonshotai/kimi-k2",
979
+ "name": "Kimi K2",
980
+ "provider_name": "Moonshot AI",
981
+ "size": null,
982
+ "type": "closed-source",
983
+ "cost": 0.6,
984
+ "hf_id": null,
985
+ "creation_date": null,
986
+ "license": null
 
 
 
 
 
 
 
 
 
987
  }
988
  ]
results.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38416f0f457b715fb061e6c76493c203417fffba4cb0a33d5f669622c76956ef
3
- size 57376543
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3f388fd054fc570366705f1b8d6cb65bd6353164482d3d2c71ccec742d6158
3
+ size 57534940