Spaces:
Runtime error
Runtime error
Upload from GitHub Actions: Update models.py, models.json, and results.json with latest evaluation data and model additions
Browse files- evals/models.py +6 -4
- models.json +500 -1303
- 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-
|
37 |
-
"
|
38 |
-
|
39 |
-
"anthropic/claude-
|
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":"
|
4 |
-
"name":"
|
5 |
-
"provider_name":"
|
6 |
-
"cost":
|
7 |
-
"hf_id":
|
8 |
-
"size":
|
9 |
-
"type":"
|
10 |
-
"license":
|
11 |
-
"creation_date":
|
12 |
-
"tasks":[
|
13 |
"translation_from",
|
14 |
"translation_to",
|
15 |
"classification",
|
@@ -20,16 +20,16 @@
|
|
20 |
]
|
21 |
},
|
22 |
{
|
23 |
-
"id":"
|
24 |
-
"name":"
|
25 |
-
"provider_name":"
|
26 |
-
"cost":0
|
27 |
-
"hf_id":"
|
28 |
-
"size":
|
29 |
-
"type":"open-source",
|
30 |
-
"license":"Apache 2.0",
|
31 |
-
"creation_date":
|
32 |
-
"tasks":[
|
33 |
"translation_from",
|
34 |
"translation_to",
|
35 |
"classification",
|
@@ -40,16 +40,16 @@
|
|
40 |
]
|
41 |
},
|
42 |
{
|
43 |
-
"id":"
|
44 |
-
"name":"
|
45 |
-
"provider_name":"
|
46 |
-
"cost":0
|
47 |
-
"hf_id":null,
|
48 |
-
"size":null,
|
49 |
-
"type":"closed-source",
|
50 |
-
"license":null,
|
51 |
-
"creation_date":
|
52 |
-
"tasks":[
|
53 |
"translation_from",
|
54 |
"translation_to",
|
55 |
"classification",
|
@@ -60,16 +60,16 @@
|
|
60 |
]
|
61 |
},
|
62 |
{
|
63 |
-
"id":"
|
64 |
-
"name":"
|
65 |
-
"provider_name":"
|
66 |
-
"cost":
|
67 |
-
"hf_id":
|
68 |
-
"size":
|
69 |
-
"type":"
|
70 |
-
"license":
|
71 |
-
"creation_date":
|
72 |
-
"tasks":[
|
73 |
"translation_from",
|
74 |
"translation_to",
|
75 |
"classification",
|
@@ -80,16 +80,16 @@
|
|
80 |
]
|
81 |
},
|
82 |
{
|
83 |
-
"id":"
|
84 |
-
"name":"
|
85 |
-
"provider_name":
|
86 |
-
"cost":
|
87 |
-
"hf_id":"
|
88 |
-
"size":
|
89 |
-
"type":"open-source",
|
90 |
-
"license":
|
91 |
-
"creation_date":
|
92 |
-
"tasks":[
|
93 |
"translation_from",
|
94 |
"translation_to",
|
95 |
"classification",
|
@@ -100,16 +100,16 @@
|
|
100 |
]
|
101 |
},
|
102 |
{
|
103 |
-
"id":"
|
104 |
-
"name":"
|
105 |
-
"provider_name":"
|
106 |
-
"cost":
|
107 |
-
"hf_id":
|
108 |
-
"size":
|
109 |
-
"type":"
|
110 |
-
"license":
|
111 |
-
"creation_date":
|
112 |
-
"tasks":[
|
113 |
"translation_from",
|
114 |
"translation_to",
|
115 |
"classification",
|
@@ -120,16 +120,16 @@
|
|
120 |
]
|
121 |
},
|
122 |
{
|
123 |
-
"id":"
|
124 |
-
"name":"
|
125 |
-
"provider_name":"
|
126 |
-
"cost":
|
127 |
-
"hf_id":null,
|
128 |
-
"size":null,
|
129 |
-
"type":"closed-source",
|
130 |
-
"license":null,
|
131 |
-
"creation_date":
|
132 |
-
"tasks":[
|
133 |
"translation_from",
|
134 |
"translation_to",
|
135 |
"classification",
|
@@ -140,16 +140,16 @@
|
|
140 |
]
|
141 |
},
|
142 |
{
|
143 |
-
"id":"
|
144 |
-
"name":"
|
145 |
-
"provider_name":"
|
146 |
-
"cost":
|
147 |
-
"hf_id":null,
|
148 |
-
"size":null,
|
149 |
-
"type":"closed-source",
|
150 |
-
"license":null,
|
151 |
-
"creation_date":
|
152 |
-
"tasks":[
|
153 |
"translation_from",
|
154 |
"translation_to",
|
155 |
"classification",
|
@@ -160,16 +160,16 @@
|
|
160 |
]
|
161 |
},
|
162 |
{
|
163 |
-
"id":"
|
164 |
-
"name":"
|
165 |
-
"provider_name":"
|
166 |
-
"cost":
|
167 |
-
"hf_id":
|
168 |
-
"size":
|
169 |
-
"type":"
|
170 |
-
"license":
|
171 |
-
"creation_date":
|
172 |
-
"tasks":[
|
173 |
"translation_from",
|
174 |
"translation_to",
|
175 |
"classification",
|
@@ -180,16 +180,16 @@
|
|
180 |
]
|
181 |
},
|
182 |
{
|
183 |
-
"id":"
|
184 |
-
"name":"
|
185 |
-
"provider_name":
|
186 |
-
"cost":
|
187 |
-
"hf_id":
|
188 |
-
"size":
|
189 |
-
"type":"
|
190 |
-
"license":
|
191 |
-
"creation_date":
|
192 |
-
"tasks":[
|
193 |
"translation_from",
|
194 |
"translation_to",
|
195 |
"classification",
|
@@ -200,16 +200,16 @@
|
|
200 |
]
|
201 |
},
|
202 |
{
|
203 |
-
"id":"
|
204 |
-
"name":"
|
205 |
-
"provider_name":
|
206 |
-
"cost":0.
|
207 |
-
"hf_id":"
|
208 |
-
"size":
|
209 |
-
"type":"open-source",
|
210 |
-
"license":"",
|
211 |
-
"creation_date":
|
212 |
-
"tasks":[
|
213 |
"translation_from",
|
214 |
"translation_to",
|
215 |
"classification",
|
@@ -220,16 +220,16 @@
|
|
220 |
]
|
221 |
},
|
222 |
{
|
223 |
-
"id":"
|
224 |
-
"name":"
|
225 |
-
"provider_name":"
|
226 |
-
"cost":
|
227 |
-
"hf_id":
|
228 |
-
"size":
|
229 |
-
"type":"
|
230 |
-
"license":
|
231 |
-
"creation_date":
|
232 |
-
"tasks":[
|
233 |
"translation_from",
|
234 |
"translation_to",
|
235 |
"classification",
|
@@ -240,16 +240,16 @@
|
|
240 |
]
|
241 |
},
|
242 |
{
|
243 |
-
"id":"
|
244 |
-
"name":"
|
245 |
-
"provider_name":"
|
246 |
-
"cost":
|
247 |
-
"hf_id":
|
248 |
-
"size":
|
249 |
-
"type":"
|
250 |
-
"license":
|
251 |
-
"creation_date":
|
252 |
-
"tasks":[
|
253 |
"translation_from",
|
254 |
"translation_to",
|
255 |
"classification",
|
@@ -260,16 +260,16 @@
|
|
260 |
]
|
261 |
},
|
262 |
{
|
263 |
-
"id":"
|
264 |
-
"name":"
|
265 |
-
"provider_name":"
|
266 |
-
"cost":0.
|
267 |
-
"hf_id":
|
268 |
-
"size":
|
269 |
-
"type":"
|
270 |
-
"license":
|
271 |
-
"creation_date":
|
272 |
-
"tasks":[
|
273 |
"translation_from",
|
274 |
"translation_to",
|
275 |
"classification",
|
@@ -280,16 +280,16 @@
|
|
280 |
]
|
281 |
},
|
282 |
{
|
283 |
-
"id":"
|
284 |
-
"name":"
|
285 |
-
"provider_name":"
|
286 |
-
"cost":0.
|
287 |
-
"hf_id":"
|
288 |
-
"size":
|
289 |
-
"type":"open-source",
|
290 |
-
"license":"",
|
291 |
-
"creation_date":
|
292 |
-
"tasks":[
|
293 |
"translation_from",
|
294 |
"translation_to",
|
295 |
"classification",
|
@@ -300,16 +300,16 @@
|
|
300 |
]
|
301 |
},
|
302 |
{
|
303 |
-
"id":"
|
304 |
-
"name":"
|
305 |
-
"provider_name":"
|
306 |
-
"cost":0.
|
307 |
-
"hf_id":"
|
308 |
-
"size":
|
309 |
-
"type":"open-source",
|
310 |
-
"license":"
|
311 |
-
"creation_date":
|
312 |
-
"tasks":[
|
313 |
"translation_from",
|
314 |
"translation_to",
|
315 |
"classification",
|
@@ -320,16 +320,16 @@
|
|
320 |
]
|
321 |
},
|
322 |
{
|
323 |
-
"id":"
|
324 |
-
"name":"
|
325 |
-
"provider_name":"
|
326 |
-
"cost":
|
327 |
-
"hf_id":"
|
328 |
-
"size":
|
329 |
-
"type":"open-source",
|
330 |
-
"license":"Mit",
|
331 |
-
"creation_date":
|
332 |
-
"tasks":[
|
333 |
"translation_from",
|
334 |
"translation_to",
|
335 |
"classification",
|
@@ -340,16 +340,16 @@
|
|
340 |
]
|
341 |
},
|
342 |
{
|
343 |
-
"id":"
|
344 |
-
"name":"
|
345 |
-
"provider_name":"
|
346 |
-
"cost":0.
|
347 |
-
"hf_id":"
|
348 |
-
"size":
|
349 |
-
"type":"open-source",
|
350 |
-
"license":"Mit",
|
351 |
-
"creation_date":
|
352 |
-
"tasks":[
|
353 |
"translation_from",
|
354 |
"translation_to",
|
355 |
"classification",
|
@@ -360,16 +360,16 @@
|
|
360 |
]
|
361 |
},
|
362 |
{
|
363 |
-
"id":"
|
364 |
-
"name":"
|
365 |
-
"provider_name":"
|
366 |
-
"cost":0.
|
367 |
-
"hf_id":
|
368 |
-
"size":
|
369 |
-
"type":"
|
370 |
-
"license":
|
371 |
-
"creation_date":
|
372 |
-
"tasks":[
|
373 |
"translation_from",
|
374 |
"translation_to",
|
375 |
"classification",
|
@@ -380,16 +380,16 @@
|
|
380 |
]
|
381 |
},
|
382 |
{
|
383 |
-
"id":"
|
384 |
-
"name":"
|
385 |
-
"provider_name":"
|
386 |
-
"cost":0.
|
387 |
-
"hf_id":
|
388 |
-
"size":
|
389 |
-
"type":"
|
390 |
-
"license":
|
391 |
-
"creation_date":
|
392 |
-
"tasks":[
|
393 |
"translation_from",
|
394 |
"translation_to",
|
395 |
"classification",
|
@@ -400,16 +400,16 @@
|
|
400 |
]
|
401 |
},
|
402 |
{
|
403 |
-
"id":"
|
404 |
-
"name":"
|
405 |
-
"provider_name":"
|
406 |
-
"cost":0
|
407 |
-
"hf_id":null,
|
408 |
-
"size":null,
|
409 |
-
"type":"closed-source",
|
410 |
-
"license":null,
|
411 |
-
"creation_date":
|
412 |
-
"tasks":[
|
413 |
"translation_from",
|
414 |
"translation_to",
|
415 |
"classification",
|
@@ -420,16 +420,16 @@
|
|
420 |
]
|
421 |
},
|
422 |
{
|
423 |
-
"id":"
|
424 |
-
"name":"
|
425 |
-
"provider_name":"
|
426 |
-
"cost":
|
427 |
-
"hf_id":
|
428 |
-
"size":
|
429 |
-
"type":"
|
430 |
-
"license":
|
431 |
-
"creation_date":
|
432 |
-
"tasks":[
|
433 |
"translation_from",
|
434 |
"translation_to",
|
435 |
"classification",
|
@@ -440,16 +440,16 @@
|
|
440 |
]
|
441 |
},
|
442 |
{
|
443 |
-
"id":"
|
444 |
-
"name":"
|
445 |
-
"provider_name":"
|
446 |
-
"cost":0.
|
447 |
-
"hf_id":
|
448 |
-
"size":
|
449 |
-
"type":"
|
450 |
-
"license":
|
451 |
-
"creation_date":
|
452 |
-
"tasks":[
|
453 |
"translation_from",
|
454 |
"translation_to",
|
455 |
"classification",
|
@@ -460,433 +460,16 @@
|
|
460 |
]
|
461 |
},
|
462 |
{
|
463 |
-
"id":"
|
464 |
-
"name":
|
465 |
-
"provider_name":"
|
466 |
-
"cost":0.
|
467 |
-
"hf_id":null,
|
468 |
-
"size":null,
|
469 |
-
"type":"closed-source",
|
470 |
-
"license":null,
|
471 |
-
"creation_date":
|
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":"
|
901 |
-
"name":"
|
902 |
-
"provider_name":"
|
903 |
-
"cost":0.0,
|
904 |
-
"hf_id":"
|
905 |
-
"size":
|
906 |
-
"type":"open-source",
|
907 |
-
"license":"
|
908 |
-
"creation_date":
|
909 |
-
"tasks":
|
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":"
|
993 |
-
"name":"
|
994 |
-
"provider_name":"
|
995 |
-
"cost":0.
|
996 |
-
"hf_id":"
|
997 |
-
"size":
|
998 |
-
"type":"open-source",
|
999 |
-
"license":"
|
1000 |
-
"creation_date":
|
1001 |
-
"tasks":[
|
1002 |
"translation_from",
|
1003 |
"translation_to",
|
1004 |
"classification",
|
@@ -1009,16 +520,16 @@
|
|
1009 |
]
|
1010 |
},
|
1011 |
{
|
1012 |
-
"id":"
|
1013 |
-
"name":"
|
1014 |
-
"provider_name":"
|
1015 |
-
"cost":0
|
1016 |
-
"hf_id":"
|
1017 |
-
"size":
|
1018 |
-
"type":"open-source",
|
1019 |
-
"license":"
|
1020 |
-
"creation_date":
|
1021 |
-
"tasks":[
|
1022 |
"translation_from",
|
1023 |
"translation_to",
|
1024 |
"classification",
|
@@ -1029,16 +540,16 @@
|
|
1029 |
]
|
1030 |
},
|
1031 |
{
|
1032 |
-
"id":"
|
1033 |
-
"name":"
|
1034 |
-
"provider_name":"
|
1035 |
-
"cost":0.
|
1036 |
-
"hf_id":"
|
1037 |
-
"size":
|
1038 |
-
"type":"open-source",
|
1039 |
-
"license":"
|
1040 |
-
"creation_date":
|
1041 |
-
"tasks":[
|
1042 |
"translation_from",
|
1043 |
"translation_to",
|
1044 |
"classification",
|
@@ -1049,16 +560,16 @@
|
|
1049 |
]
|
1050 |
},
|
1051 |
{
|
1052 |
-
"id":"
|
1053 |
-
"name":"
|
1054 |
-
"provider_name":
|
1055 |
-
"cost":0
|
1056 |
-
"hf_id":null,
|
1057 |
-
"size":null,
|
1058 |
-
"type":"closed-source",
|
1059 |
-
"license":null,
|
1060 |
-
"creation_date":
|
1061 |
-
"tasks":[
|
1062 |
"translation_from",
|
1063 |
"translation_to",
|
1064 |
"classification",
|
@@ -1069,16 +580,16 @@
|
|
1069 |
]
|
1070 |
},
|
1071 |
{
|
1072 |
-
"id":"
|
1073 |
-
"name":"
|
1074 |
-
"provider_name":"
|
1075 |
-
"cost":
|
1076 |
-
"hf_id":null,
|
1077 |
-
"size":null,
|
1078 |
-
"type":"closed-source",
|
1079 |
-
"license":null,
|
1080 |
-
"creation_date":
|
1081 |
-
"tasks":[
|
1082 |
"translation_from",
|
1083 |
"translation_to",
|
1084 |
"classification",
|
@@ -1089,16 +600,16 @@
|
|
1089 |
]
|
1090 |
},
|
1091 |
{
|
1092 |
-
"id":"
|
1093 |
-
"name":"
|
1094 |
-
"provider_name":"
|
1095 |
-
"cost":
|
1096 |
-
"hf_id":
|
1097 |
-
"size":
|
1098 |
-
"type":"
|
1099 |
-
"license":
|
1100 |
-
"creation_date":
|
1101 |
-
"tasks":[
|
1102 |
"translation_from",
|
1103 |
"translation_to",
|
1104 |
"classification",
|
@@ -1109,16 +620,16 @@
|
|
1109 |
]
|
1110 |
},
|
1111 |
{
|
1112 |
-
"id":"
|
1113 |
-
"name":
|
1114 |
-
"provider_name":"
|
1115 |
-
"cost":
|
1116 |
-
"hf_id":
|
1117 |
-
"size":
|
1118 |
-
"type":"
|
1119 |
-
"license":
|
1120 |
-
"creation_date":
|
1121 |
-
"tasks":[
|
1122 |
"translation_from",
|
1123 |
"translation_to",
|
1124 |
"classification",
|
@@ -1129,16 +640,16 @@
|
|
1129 |
]
|
1130 |
},
|
1131 |
{
|
1132 |
-
"id":"
|
1133 |
-
"name":"
|
1134 |
-
"provider_name":"
|
1135 |
-
"cost":
|
1136 |
-
"hf_id":null,
|
1137 |
-
"size":null,
|
1138 |
-
"type":"closed-source",
|
1139 |
-
"license":null,
|
1140 |
-
"creation_date":
|
1141 |
-
"tasks":[
|
1142 |
"translation_from",
|
1143 |
"translation_to",
|
1144 |
"classification",
|
@@ -1149,16 +660,16 @@
|
|
1149 |
]
|
1150 |
},
|
1151 |
{
|
1152 |
-
"id":"
|
1153 |
-
"name":"
|
1154 |
-
"provider_name":"
|
1155 |
-
"cost":0.
|
1156 |
-
"hf_id":
|
1157 |
-
"size":
|
1158 |
-
"type":"
|
1159 |
-
"license":
|
1160 |
-
"creation_date":
|
1161 |
-
"tasks":[
|
1162 |
"translation_from",
|
1163 |
"translation_to",
|
1164 |
"classification",
|
@@ -1169,16 +680,16 @@
|
|
1169 |
]
|
1170 |
},
|
1171 |
{
|
1172 |
-
"id":"
|
1173 |
-
"name":"
|
1174 |
-
"provider_name":"
|
1175 |
-
"cost":
|
1176 |
-
"hf_id":null,
|
1177 |
-
"size":null,
|
1178 |
-
"type":"closed-source",
|
1179 |
-
"license":null,
|
1180 |
-
"creation_date":
|
1181 |
-
"tasks":[
|
1182 |
"translation_from",
|
1183 |
"translation_to",
|
1184 |
"classification",
|
@@ -1189,16 +700,16 @@
|
|
1189 |
]
|
1190 |
},
|
1191 |
{
|
1192 |
-
"id":"
|
1193 |
-
"name":
|
1194 |
-
"provider_name":"
|
1195 |
-
"cost":0.
|
1196 |
-
"hf_id":
|
1197 |
-
"size":
|
1198 |
-
"type":"
|
1199 |
-
"license":
|
1200 |
-
"creation_date":
|
1201 |
-
"tasks":[
|
1202 |
"translation_from",
|
1203 |
"translation_to",
|
1204 |
"classification",
|
@@ -1209,16 +720,16 @@
|
|
1209 |
]
|
1210 |
},
|
1211 |
{
|
1212 |
-
"id":"
|
1213 |
-
"name":"
|
1214 |
-
"provider_name":"
|
1215 |
-
"cost":0
|
1216 |
-
"hf_id":null,
|
1217 |
-
"size":null,
|
1218 |
-
"type":"closed-source",
|
1219 |
-
"license":null,
|
1220 |
-
"creation_date":
|
1221 |
-
"tasks":[
|
1222 |
"translation_from",
|
1223 |
"translation_to",
|
1224 |
"classification",
|
@@ -1229,16 +740,16 @@
|
|
1229 |
]
|
1230 |
},
|
1231 |
{
|
1232 |
-
"id":"
|
1233 |
-
"name":"
|
1234 |
-
"provider_name":"
|
1235 |
-
"cost":0.
|
1236 |
-
"hf_id":"
|
1237 |
-
"size":
|
1238 |
-
"type":"open-source",
|
1239 |
-
"license":"Apache 2.0",
|
1240 |
-
"creation_date":
|
1241 |
-
"tasks":[
|
1242 |
"translation_from",
|
1243 |
"translation_to",
|
1244 |
"classification",
|
@@ -1249,16 +760,16 @@
|
|
1249 |
]
|
1250 |
},
|
1251 |
{
|
1252 |
-
"id":"
|
1253 |
-
"name":"
|
1254 |
-
"provider_name":
|
1255 |
-
"cost":0.
|
1256 |
-
"hf_id":
|
1257 |
-
"size":
|
1258 |
-
"type":"
|
1259 |
-
"license":
|
1260 |
-
"creation_date":
|
1261 |
-
"tasks":[
|
1262 |
"translation_from",
|
1263 |
"translation_to",
|
1264 |
"classification",
|
@@ -1269,16 +780,16 @@
|
|
1269 |
]
|
1270 |
},
|
1271 |
{
|
1272 |
-
"id":"
|
1273 |
-
"name":"
|
1274 |
-
"provider_name":"
|
1275 |
-
"cost":0.
|
1276 |
-
"hf_id":"
|
1277 |
-
"size":
|
1278 |
-
"type":"open-source",
|
1279 |
-
"license":"Apache 2.0",
|
1280 |
-
"creation_date":
|
1281 |
-
"tasks":[
|
1282 |
"translation_from",
|
1283 |
"translation_to",
|
1284 |
"classification",
|
@@ -1289,16 +800,16 @@
|
|
1289 |
]
|
1290 |
},
|
1291 |
{
|
1292 |
-
"id":"
|
1293 |
-
"name":"
|
1294 |
-
"provider_name":"
|
1295 |
-
"cost":0.
|
1296 |
-
"hf_id":"
|
1297 |
-
"size":
|
1298 |
-
"type":"open-source",
|
1299 |
-
"license":"Apache 2.0",
|
1300 |
-
"creation_date":
|
1301 |
-
"tasks":[
|
1302 |
"translation_from",
|
1303 |
"translation_to",
|
1304 |
"classification",
|
@@ -1309,16 +820,16 @@
|
|
1309 |
]
|
1310 |
},
|
1311 |
{
|
1312 |
-
"id":"
|
1313 |
-
"name":"
|
1314 |
-
"provider_name":"
|
1315 |
-
"cost":0.0,
|
1316 |
-
"hf_id":"
|
1317 |
-
"size":
|
1318 |
-
"type":"open-source",
|
1319 |
-
"license":"
|
1320 |
-
"creation_date":
|
1321 |
-
"tasks":[
|
1322 |
"translation_from",
|
1323 |
"translation_to",
|
1324 |
"classification",
|
@@ -1329,16 +840,16 @@
|
|
1329 |
]
|
1330 |
},
|
1331 |
{
|
1332 |
-
"id":"
|
1333 |
-
"name":"
|
1334 |
-
"provider_name":"
|
1335 |
-
"cost":
|
1336 |
-
"hf_id":null,
|
1337 |
-
"size":null,
|
1338 |
-
"type":"closed-source",
|
1339 |
-
"license":null,
|
1340 |
-
"creation_date":
|
1341 |
-
"tasks":[
|
1342 |
"translation_from",
|
1343 |
"translation_to",
|
1344 |
"classification",
|
@@ -1349,16 +860,16 @@
|
|
1349 |
]
|
1350 |
},
|
1351 |
{
|
1352 |
-
"id":"
|
1353 |
-
"name":"
|
1354 |
-
"provider_name":"
|
1355 |
-
"cost":
|
1356 |
-
"hf_id":
|
1357 |
-
"size":
|
1358 |
-
"type":"
|
1359 |
-
"license":
|
1360 |
-
"creation_date":
|
1361 |
-
"tasks":[
|
1362 |
"translation_from",
|
1363 |
"translation_to",
|
1364 |
"classification",
|
@@ -1369,16 +880,16 @@
|
|
1369 |
]
|
1370 |
},
|
1371 |
{
|
1372 |
-
"id":"
|
1373 |
-
"name":"
|
1374 |
-
"provider_name":"
|
1375 |
-
"cost":
|
1376 |
-
"hf_id":
|
1377 |
-
"size":
|
1378 |
-
"type":"
|
1379 |
-
"license":
|
1380 |
-
"creation_date":
|
1381 |
-
"tasks":[
|
1382 |
"translation_from",
|
1383 |
"translation_to",
|
1384 |
"classification",
|
@@ -1389,16 +900,16 @@
|
|
1389 |
]
|
1390 |
},
|
1391 |
{
|
1392 |
-
"id":"
|
1393 |
-
"name":"
|
1394 |
-
"provider_name":"
|
1395 |
-
"cost":
|
1396 |
-
"hf_id":
|
1397 |
-
"size":
|
1398 |
-
"type":"
|
1399 |
-
"license":
|
1400 |
-
"creation_date":
|
1401 |
-
"tasks":[
|
1402 |
"translation_from",
|
1403 |
"translation_to",
|
1404 |
"classification",
|
@@ -1409,16 +920,16 @@
|
|
1409 |
]
|
1410 |
},
|
1411 |
{
|
1412 |
-
"id":"
|
1413 |
-
"name":"
|
1414 |
-
"provider_name":"
|
1415 |
-
"cost":0.
|
1416 |
-
"hf_id":
|
1417 |
-
"size":
|
1418 |
-
"type":"
|
1419 |
-
"license":
|
1420 |
-
"creation_date":
|
1421 |
-
"tasks":[
|
1422 |
"translation_from",
|
1423 |
"translation_to",
|
1424 |
"classification",
|
@@ -1429,16 +940,16 @@
|
|
1429 |
]
|
1430 |
},
|
1431 |
{
|
1432 |
-
"id":"
|
1433 |
-
"name":"
|
1434 |
-
"provider_name":"
|
1435 |
-
"cost":10.0,
|
1436 |
-
"hf_id":null,
|
1437 |
-
"size":null,
|
1438 |
-
"type":"closed-source",
|
1439 |
-
"license":null,
|
1440 |
-
"creation_date":
|
1441 |
-
"tasks":[
|
1442 |
"translation_from",
|
1443 |
"translation_to",
|
1444 |
"classification",
|
@@ -1449,343 +960,29 @@
|
|
1449 |
]
|
1450 |
},
|
1451 |
{
|
1452 |
-
"id":"
|
1453 |
-
"name":"
|
1454 |
-
"provider_name":"
|
1455 |
-
"cost":0
|
1456 |
-
"hf_id":null,
|
1457 |
-
"size":null,
|
1458 |
-
"type":"closed-source",
|
1459 |
-
"license":null,
|
1460 |
-
"creation_date":
|
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":"
|
1773 |
-
"name":"
|
1774 |
-
"provider_name":"
|
1775 |
-
"
|
1776 |
-
"
|
1777 |
-
"
|
1778 |
-
"
|
1779 |
-
"
|
1780 |
-
"
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a3f388fd054fc570366705f1b8d6cb65bd6353164482d3d2c71ccec742d6158
|
3 |
+
size 57534940
|