@herouucn/opencode-commandcode 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/models.json CHANGED
@@ -1,2182 +1,2182 @@
1
- [
2
- {
3
- "id": "claude-fable-5",
4
- "name": "Claude Fable 5",
5
- "tier": "premium",
6
- "reasoning": true,
7
- "reasoningEfforts": [
8
- "low",
9
- "medium",
10
- "high",
11
- "xhigh",
12
- "max"
13
- ],
14
- "tool_call": true,
15
- "cost": {
16
- "input": 10,
17
- "output": 50,
18
- "cache_read": 1,
19
- "cache_write": 12.5
20
- },
21
- "limit": {
22
- "context": 1000000,
23
- "output": 65536
24
- },
25
- "attachment": true,
26
- "modalities": {
27
- "input": [
28
- "text",
29
- "image"
30
- ],
31
- "output": [
32
- "text"
33
- ]
34
- }
35
- },
36
- {
37
- "id": "claude-fable-5-1",
38
- "name": "Claude Fable 5.1",
39
- "tier": "premium",
40
- "reasoning": true,
41
- "reasoningEfforts": [
42
- "low",
43
- "medium",
44
- "high",
45
- "xhigh",
46
- "max"
47
- ],
48
- "tool_call": true,
49
- "cost": {
50
- "input": 10,
51
- "output": 50,
52
- "cache_read": 0.25,
53
- "cache_write": 12.5
54
- },
55
- "limit": {
56
- "context": 1000000,
57
- "output": 65536
58
- },
59
- "attachment": true,
60
- "modalities": {
61
- "input": [
62
- "text",
63
- "image",
64
- "pdf"
65
- ],
66
- "output": [
67
- "text"
68
- ]
69
- }
70
- },
71
- {
72
- "id": "claude-haiku-4-5-20251001",
73
- "name": "Claude Haiku 4.5",
74
- "tier": "premium",
75
- "reasoning": false,
76
- "tool_call": true,
77
- "cost": {
78
- "input": 1,
79
- "output": 5,
80
- "cache_read": 0.1,
81
- "cache_write": 1.25
82
- },
83
- "limit": {
84
- "context": 200000,
85
- "output": 8192
86
- },
87
- "attachment": true,
88
- "modalities": {
89
- "input": [
90
- "text",
91
- "image",
92
- "pdf"
93
- ],
94
- "output": [
95
- "text"
96
- ]
97
- }
98
- },
99
- {
100
- "id": "claude-opus-4-7",
101
- "name": "Claude Opus 4.7",
102
- "tier": "premium",
103
- "reasoning": true,
104
- "reasoningEfforts": [
105
- "low",
106
- "medium",
107
- "high",
108
- "xhigh",
109
- "max"
110
- ],
111
- "tool_call": true,
112
- "cost": {
113
- "input": 5,
114
- "output": 25,
115
- "cache_read": 0.5,
116
- "cache_write": 6.25
117
- },
118
- "limit": {
119
- "context": 1000000,
120
- "output": 32000
121
- },
122
- "attachment": true,
123
- "modalities": {
124
- "input": [
125
- "text",
126
- "image",
127
- "pdf"
128
- ],
129
- "output": [
130
- "text"
131
- ]
132
- }
133
- },
134
- {
135
- "id": "claude-opus-4-8",
136
- "name": "Claude Opus 4.8",
137
- "tier": "premium",
138
- "reasoning": true,
139
- "reasoningEfforts": [
140
- "low",
141
- "medium",
142
- "high",
143
- "xhigh",
144
- "max"
145
- ],
146
- "tool_call": true,
147
- "cost": {
148
- "input": 5,
149
- "output": 25,
150
- "cache_read": 0.5,
151
- "cache_write": 6.25
152
- },
153
- "limit": {
154
- "context": 1000000,
155
- "output": 65536
156
- },
157
- "attachment": true,
158
- "modalities": {
159
- "input": [
160
- "text",
161
- "image"
162
- ],
163
- "output": [
164
- "text"
165
- ]
166
- }
167
- },
168
- {
169
- "id": "claude-opus-5",
170
- "name": "Claude Opus 5",
171
- "tier": "premium",
172
- "reasoning": true,
173
- "reasoningEfforts": [
174
- "low",
175
- "medium",
176
- "high",
177
- "xhigh",
178
- "max"
179
- ],
180
- "tool_call": true,
181
- "cost": {
182
- "input": 5,
183
- "output": 25,
184
- "cache_read": 0.5,
185
- "cache_write": 6.25
186
- },
187
- "limit": {
188
- "context": 1000000,
189
- "output": 65536
190
- },
191
- "attachment": true,
192
- "modalities": {
193
- "input": [
194
- "text",
195
- "image"
196
- ],
197
- "output": [
198
- "text"
199
- ]
200
- }
201
- },
202
- {
203
- "id": "claude-sonnet-4-6",
204
- "name": "Claude Sonnet 4.6",
205
- "tier": "premium",
206
- "reasoning": true,
207
- "reasoningEfforts": [
208
- "low",
209
- "medium",
210
- "high",
211
- "xhigh",
212
- "max"
213
- ],
214
- "tool_call": true,
215
- "cost": {
216
- "input": 3,
217
- "output": 15,
218
- "cache_read": 0.3,
219
- "cache_write": 3.75
220
- },
221
- "limit": {
222
- "context": 1000000,
223
- "output": 16000
224
- },
225
- "attachment": true,
226
- "modalities": {
227
- "input": [
228
- "text",
229
- "image",
230
- "pdf"
231
- ],
232
- "output": [
233
- "text"
234
- ]
235
- }
236
- },
237
- {
238
- "id": "claude-sonnet-5",
239
- "name": "Claude Sonnet 5",
240
- "tier": "premium",
241
- "reasoning": true,
242
- "reasoningEfforts": [
243
- "low",
244
- "medium",
245
- "high",
246
- "xhigh",
247
- "max"
248
- ],
249
- "tool_call": true,
250
- "cost": {
251
- "input": 2,
252
- "output": 10,
253
- "cache_read": 0.2,
254
- "cache_write": 2.5
255
- },
256
- "limit": {
257
- "context": 1000000,
258
- "output": 65536
259
- },
260
- "attachment": true,
261
- "modalities": {
262
- "input": [
263
- "text",
264
- "image"
265
- ],
266
- "output": [
267
- "text"
268
- ]
269
- }
270
- },
271
- {
272
- "id": "gpt-5.3-codex",
273
- "name": "GPT-5.3 Codex",
274
- "tier": "premium",
275
- "reasoning": true,
276
- "reasoningEfforts": [
277
- "low",
278
- "medium",
279
- "high",
280
- "xhigh"
281
- ],
282
- "tool_call": true,
283
- "cost": {
284
- "input": 2,
285
- "output": 8,
286
- "cache_read": 0.5
287
- },
288
- "limit": {
289
- "context": 400000,
290
- "output": 128000
291
- },
292
- "attachment": true,
293
- "modalities": {
294
- "input": [
295
- "text",
296
- "image"
297
- ],
298
- "output": [
299
- "text"
300
- ]
301
- }
302
- },
303
- {
304
- "id": "gpt-5.4",
305
- "name": "GPT-5.4",
306
- "tier": "premium",
307
- "reasoning": true,
308
- "reasoningEfforts": [
309
- "low",
310
- "medium",
311
- "high",
312
- "xhigh"
313
- ],
314
- "tool_call": true,
315
- "cost": {
316
- "input": 2.5,
317
- "output": 15,
318
- "cache_read": 0.25
319
- },
320
- "limit": {
321
- "context": 400000,
322
- "output": 128000
323
- },
324
- "attachment": true,
325
- "modalities": {
326
- "input": [
327
- "text",
328
- "image",
329
- "pdf"
330
- ],
331
- "output": [
332
- "text"
333
- ]
334
- }
335
- },
336
- {
337
- "id": "gpt-5.4-mini",
338
- "name": "GPT-5.4 Mini",
339
- "tier": "premium",
340
- "reasoning": true,
341
- "reasoningEfforts": [
342
- "low",
343
- "medium",
344
- "high"
345
- ],
346
- "tool_call": true,
347
- "cost": {
348
- "input": 0.75,
349
- "output": 4.5,
350
- "cache_read": 0.075
351
- },
352
- "limit": {
353
- "context": 400000,
354
- "output": 128000
355
- },
356
- "attachment": true,
357
- "modalities": {
358
- "input": [
359
- "text",
360
- "image"
361
- ],
362
- "output": [
363
- "text"
364
- ]
365
- }
366
- },
367
- {
368
- "id": "gpt-5.5",
369
- "name": "GPT-5.5",
370
- "tier": "premium",
371
- "reasoning": true,
372
- "reasoningEfforts": [
373
- "low",
374
- "medium",
375
- "high",
376
- "xhigh"
377
- ],
378
- "tool_call": true,
379
- "cost": {
380
- "input": 5,
381
- "output": 30,
382
- "cache_read": 0.5
383
- },
384
- "limit": {
385
- "context": 400000,
386
- "output": 128000
387
- },
388
- "attachment": true,
389
- "modalities": {
390
- "input": [
391
- "text",
392
- "image"
393
- ],
394
- "output": [
395
- "text"
396
- ]
397
- }
398
- },
399
- {
400
- "id": "gpt-6-astra",
401
- "name": "GPT-6 Astra",
402
- "tier": "premium",
403
- "reasoning": true,
404
- "reasoningEfforts": [
405
- "low",
406
- "medium",
407
- "high",
408
- "xhigh",
409
- "max"
410
- ],
411
- "tool_call": true,
412
- "cost": {
413
- "input": 10,
414
- "output": 50,
415
- "cache_read": 1,
416
- "cache_write": 12.5
417
- },
418
- "limit": {
419
- "context": 1050000,
420
- "output": 65536
421
- },
422
- "attachment": true,
423
- "modalities": {
424
- "input": [
425
- "text",
426
- "image",
427
- "pdf"
428
- ],
429
- "output": [
430
- "text"
431
- ]
432
- }
433
- },
434
- {
435
- "id": "deepseek/deepseek-v4-flash",
436
- "name": "DeepSeek V4 Flash (latest)",
437
- "tier": "open-source",
438
- "reasoning": true,
439
- "reasoningEfforts": [
440
- "high",
441
- "max"
442
- ],
443
- "tool_call": true,
444
- "cost": {
445
- "input": 0.22,
446
- "output": 0.66,
447
- "cache_read": 0.007
448
- },
449
- "limit": {
450
- "context": 1000000,
451
- "output": 384000
452
- },
453
- "attachment": false,
454
- "modalities": {
455
- "input": [
456
- "text"
457
- ],
458
- "output": [
459
- "text"
460
- ]
461
- }
462
- },
463
- {
464
- "id": "deepseek/deepseek-v4-flash-fast",
465
- "name": "DeepSeek V4 Flash Fast",
466
- "tier": "open-source",
467
- "reasoning": true,
468
- "reasoningEfforts": [
469
- "low",
470
- "high",
471
- "max"
472
- ],
473
- "tool_call": true,
474
- "cost": {
475
- "input": 0.28,
476
- "output": 0.56,
477
- "cache_read": 0.07
478
- },
479
- "limit": {
480
- "context": 1000000,
481
- "output": 65536
482
- },
483
- "attachment": false,
484
- "modalities": {
485
- "input": [
486
- "text"
487
- ],
488
- "output": [
489
- "text"
490
- ]
491
- }
492
- },
493
- {
494
- "id": "deepseek/deepseek-v4-flash-vision-exp",
495
- "name": "DeepSeek V4 Flash Vision (exp)",
496
- "tier": "open-source",
497
- "reasoning": true,
498
- "reasoningEfforts": [
499
- "high",
500
- "max"
501
- ],
502
- "tool_call": true,
503
- "cost": {
504
- "input": 0.22,
505
- "output": 0.66,
506
- "cache_read": 0.007
507
- },
508
- "limit": {
509
- "context": 1000000,
510
- "output": 65536
511
- },
512
- "attachment": true,
513
- "modalities": {
514
- "input": [
515
- "text",
516
- "image"
517
- ],
518
- "output": [
519
- "text"
520
- ]
521
- }
522
- },
523
- {
524
- "id": "deepseek/deepseek-v4-pro",
525
- "name": "DeepSeek V4 Pro (latest)",
526
- "tier": "open-source",
527
- "reasoning": true,
528
- "reasoningEfforts": [
529
- "high",
530
- "max"
531
- ],
532
- "tool_call": true,
533
- "cost": {
534
- "input": 0.66,
535
- "output": 1.98,
536
- "cache_read": 0.022
537
- },
538
- "limit": {
539
- "context": 1000000,
540
- "output": 384000
541
- },
542
- "attachment": false,
543
- "modalities": {
544
- "input": [
545
- "text"
546
- ],
547
- "output": [
548
- "text"
549
- ]
550
- }
551
- },
552
- {
553
- "id": "sakana/fugu-ultra",
554
- "name": "Fugu Ultra",
555
- "tier": "open-source",
556
- "reasoning": true,
557
- "reasoningEfforts": [
558
- "high",
559
- "xhigh"
560
- ],
561
- "tool_call": true,
562
- "cost": {
563
- "input": 5,
564
- "output": 30,
565
- "cache_read": 0.5
566
- },
567
- "limit": {
568
- "context": 1000000,
569
- "output": 65536
570
- },
571
- "attachment": true,
572
- "modalities": {
573
- "input": [
574
- "text",
575
- "image"
576
- ],
577
- "output": [
578
- "text"
579
- ]
580
- }
581
- },
582
- {
583
- "id": "google/gemini-3.1-flash-lite",
584
- "name": "Gemini 3.1 Flash Lite",
585
- "tier": "open-source",
586
- "reasoning": true,
587
- "reasoningEfforts": [
588
- "low",
589
- "medium",
590
- "high"
591
- ],
592
- "tool_call": true,
593
- "cost": {
594
- "input": 0.25,
595
- "output": 1.5,
596
- "cache_read": 0.03
597
- },
598
- "limit": {
599
- "context": 1000000,
600
- "output": 65536
601
- },
602
- "attachment": true,
603
- "modalities": {
604
- "input": [
605
- "text",
606
- "image",
607
- "video",
608
- "audio",
609
- "pdf"
610
- ],
611
- "output": [
612
- "text"
613
- ]
614
- }
615
- },
616
- {
617
- "id": "google/gemini-3.5-flash",
618
- "name": "Gemini 3.5 Flash",
619
- "tier": "open-source",
620
- "reasoning": true,
621
- "reasoningEfforts": [
622
- "low",
623
- "medium",
624
- "high"
625
- ],
626
- "tool_call": true,
627
- "cost": {
628
- "input": 1.5,
629
- "output": 9,
630
- "cache_read": 0.15
631
- },
632
- "limit": {
633
- "context": 1000000,
634
- "output": 65536
635
- },
636
- "attachment": true,
637
- "modalities": {
638
- "input": [
639
- "text",
640
- "image",
641
- "video",
642
- "audio",
643
- "pdf"
644
- ],
645
- "output": [
646
- "text"
647
- ]
648
- }
649
- },
650
- {
651
- "id": "google/gemini-3.5-flash-lite",
652
- "name": "Gemini 3.5 Flash Lite",
653
- "tier": "open-source",
654
- "reasoning": true,
655
- "reasoningEfforts": [
656
- "low",
657
- "medium",
658
- "high"
659
- ],
660
- "tool_call": true,
661
- "cost": {
662
- "input": 0.3,
663
- "output": 2.5,
664
- "cache_read": 0.03
665
- },
666
- "limit": {
667
- "context": 1000000,
668
- "output": 65536
669
- },
670
- "attachment": true,
671
- "modalities": {
672
- "input": [
673
- "text",
674
- "image",
675
- "video",
676
- "audio",
677
- "pdf"
678
- ],
679
- "output": [
680
- "text"
681
- ]
682
- }
683
- },
684
- {
685
- "id": "google/gemini-3.6-flash",
686
- "name": "Gemini 3.6 Flash",
687
- "tier": "open-source",
688
- "reasoning": true,
689
- "reasoningEfforts": [
690
- "low",
691
- "medium",
692
- "high"
693
- ],
694
- "tool_call": true,
695
- "cost": {
696
- "input": 1.5,
697
- "output": 7.5,
698
- "cache_read": 0.15
699
- },
700
- "limit": {
701
- "context": 1000000,
702
- "output": 65536
703
- },
704
- "attachment": true,
705
- "modalities": {
706
- "input": [
707
- "text",
708
- "image",
709
- "video",
710
- "audio",
711
- "pdf"
712
- ],
713
- "output": [
714
- "text"
715
- ]
716
- }
717
- },
718
- {
719
- "id": "google/gemini-3.7-flash",
720
- "name": "Gemini 3.7 Flash",
721
- "tier": "open-source",
722
- "reasoning": true,
723
- "reasoningEfforts": [
724
- "low",
725
- "medium",
726
- "high"
727
- ],
728
- "tool_call": true,
729
- "cost": {
730
- "input": 1.5,
731
- "output": 7.5,
732
- "cache_read": 0.15,
733
- "cache_write": 0.08334
734
- },
735
- "limit": {
736
- "context": 1048576,
737
- "output": 65536
738
- },
739
- "attachment": true,
740
- "modalities": {
741
- "input": [
742
- "text",
743
- "image",
744
- "video",
745
- "audio",
746
- "pdf"
747
- ],
748
- "output": [
749
- "text"
750
- ]
751
- }
752
- },
753
- {
754
- "id": "google/gemini-3.8-flash",
755
- "name": "Gemini 3.8 Flash",
756
- "tier": "open-source",
757
- "reasoning": true,
758
- "reasoningEfforts": [
759
- "low",
760
- "medium",
761
- "high"
762
- ],
763
- "tool_call": true,
764
- "cost": {
765
- "input": 1.5,
766
- "output": 7.5,
767
- "cache_read": 0.15
768
- },
769
- "limit": {
770
- "context": 1000000,
771
- "output": 65536
772
- },
773
- "attachment": true,
774
- "modalities": {
775
- "input": [
776
- "text",
777
- "image",
778
- "video",
779
- "audio",
780
- "pdf"
781
- ],
782
- "output": [
783
- "text"
784
- ]
785
- }
786
- },
787
- {
788
- "id": "zai-org/GLM-5",
789
- "name": "GLM-5",
790
- "tier": "open-source",
791
- "reasoning": false,
792
- "tool_call": true,
793
- "cost": {
794
- "input": 0.95,
795
- "output": 3.15
796
- },
797
- "limit": {
798
- "context": 200000,
799
- "output": 131072
800
- },
801
- "attachment": false,
802
- "modalities": {
803
- "input": [
804
- "text"
805
- ],
806
- "output": [
807
- "text"
808
- ]
809
- }
810
- },
811
- {
812
- "id": "zai-org/GLM-5.1",
813
- "name": "GLM-5.1",
814
- "tier": "open-source",
815
- "reasoning": false,
816
- "tool_call": true,
817
- "cost": {
818
- "input": 1.4,
819
- "output": 4.4,
820
- "cache_read": 0.26
821
- },
822
- "limit": {
823
- "context": 200000,
824
- "output": 131072
825
- },
826
- "attachment": false,
827
- "modalities": {
828
- "input": [
829
- "text"
830
- ],
831
- "output": [
832
- "text"
833
- ]
834
- }
835
- },
836
- {
837
- "id": "zai-org/GLM-5.2",
838
- "name": "GLM-5.2",
839
- "tier": "open-source",
840
- "reasoning": true,
841
- "reasoningEfforts": [
842
- "high",
843
- "max"
844
- ],
845
- "tool_call": true,
846
- "cost": {
847
- "input": 1.4,
848
- "output": 4.4,
849
- "cache_read": 0.26
850
- },
851
- "limit": {
852
- "context": 1000000,
853
- "output": 65536
854
- },
855
- "attachment": false,
856
- "modalities": {
857
- "input": [
858
- "text"
859
- ],
860
- "output": [
861
- "text"
862
- ]
863
- }
864
- },
865
- {
866
- "id": "zai-org/GLM-5.2-Fast",
867
- "name": "GLM-5.2 Fast",
868
- "tier": "open-source",
869
- "reasoning": false,
870
- "tool_call": true,
871
- "cost": {
872
- "input": 3,
873
- "output": 10.25,
874
- "cache_read": 0.5
875
- },
876
- "limit": {
877
- "context": 1000000,
878
- "output": 65536
879
- },
880
- "attachment": true,
881
- "modalities": {
882
- "input": [
883
- "text",
884
- "image"
885
- ],
886
- "output": [
887
- "text"
888
- ]
889
- }
890
- },
891
- {
892
- "id": "zai-org/GLM-5.3",
893
- "name": "GLM-5.3",
894
- "tier": "open-source",
895
- "reasoning": true,
896
- "reasoningEfforts": [
897
- "low",
898
- "high",
899
- "max"
900
- ],
901
- "tool_call": true,
902
- "cost": {
903
- "input": 1.4,
904
- "output": 4.4,
905
- "cache_read": 0.26
906
- },
907
- "limit": {
908
- "context": 1000000,
909
- "output": 65536
910
- },
911
- "attachment": false,
912
- "modalities": {
913
- "input": [
914
- "text"
915
- ],
916
- "output": [
917
- "text"
918
- ]
919
- }
920
- },
921
- {
922
- "id": "z-ai/glm-5.3-flash",
923
- "name": "GLM-5.3 Flash",
924
- "tier": "open-source",
925
- "reasoning": true,
926
- "reasoningEfforts": [
927
- "low",
928
- "high",
929
- "max"
930
- ],
931
- "tool_call": true,
932
- "cost": {
933
- "input": 0.15,
934
- "output": 0.5,
935
- "cache_read": 0.03
936
- },
937
- "limit": {
938
- "context": 1048576,
939
- "output": 131072
940
- },
941
- "attachment": true,
942
- "modalities": {
943
- "input": [
944
- "text",
945
- "image",
946
- "video"
947
- ],
948
- "output": [
949
- "text"
950
- ]
951
- }
952
- },
953
- {
954
- "id": "gpt-5.6-luna",
955
- "name": "GPT-5.6 Luna",
956
- "tier": "open-source",
957
- "reasoning": true,
958
- "reasoningEfforts": [
959
- "low",
960
- "medium",
961
- "high",
962
- "xhigh",
963
- "max"
964
- ],
965
- "tool_call": true,
966
- "cost": {
967
- "input": 0.2,
968
- "output": 1.2,
969
- "cache_read": 0.02,
970
- "cache_write": 0.25
971
- },
972
- "limit": {
973
- "context": 1050000,
974
- "output": 65536
975
- },
976
- "attachment": true,
977
- "modalities": {
978
- "input": [
979
- "text",
980
- "image"
981
- ],
982
- "output": [
983
- "text"
984
- ]
985
- }
986
- },
987
- {
988
- "id": "gpt-5.6-sol",
989
- "name": "GPT-5.6 Sol",
990
- "tier": "open-source",
991
- "reasoning": true,
992
- "reasoningEfforts": [
993
- "low",
994
- "medium",
995
- "high",
996
- "xhigh",
997
- "max"
998
- ],
999
- "tool_call": true,
1000
- "cost": {
1001
- "input": 5,
1002
- "output": 30,
1003
- "cache_read": 0.5,
1004
- "cache_write": 6.25
1005
- },
1006
- "limit": {
1007
- "context": 1050000,
1008
- "output": 65536
1009
- },
1010
- "attachment": true,
1011
- "modalities": {
1012
- "input": [
1013
- "text",
1014
- "image"
1015
- ],
1016
- "output": [
1017
- "text"
1018
- ]
1019
- }
1020
- },
1021
- {
1022
- "id": "gpt-5.6-terra",
1023
- "name": "GPT-5.6 Terra",
1024
- "tier": "open-source",
1025
- "reasoning": true,
1026
- "reasoningEfforts": [
1027
- "low",
1028
- "medium",
1029
- "high",
1030
- "xhigh",
1031
- "max"
1032
- ],
1033
- "tool_call": true,
1034
- "cost": {
1035
- "input": 2,
1036
- "output": 12,
1037
- "cache_read": 0.2,
1038
- "cache_write": 2.5
1039
- },
1040
- "limit": {
1041
- "context": 1050000,
1042
- "output": 65536
1043
- },
1044
- "attachment": true,
1045
- "modalities": {
1046
- "input": [
1047
- "text",
1048
- "image"
1049
- ],
1050
- "output": [
1051
- "text"
1052
- ]
1053
- }
1054
- },
1055
- {
1056
- "id": "xai/grok-4.5",
1057
- "name": "Grok 4.5",
1058
- "tier": "open-source",
1059
- "reasoning": true,
1060
- "reasoningEfforts": [
1061
- "low",
1062
- "medium",
1063
- "high"
1064
- ],
1065
- "tool_call": true,
1066
- "cost": {
1067
- "input": 2,
1068
- "output": 6,
1069
- "cache_read": 0.5
1070
- },
1071
- "limit": {
1072
- "context": 500000,
1073
- "output": 65536
1074
- },
1075
- "attachment": true,
1076
- "modalities": {
1077
- "input": [
1078
- "text",
1079
- "image"
1080
- ],
1081
- "output": [
1082
- "text"
1083
- ]
1084
- }
1085
- },
1086
- {
1087
- "id": "xai/grok-4.6",
1088
- "name": "Grok 4.6",
1089
- "tier": "open-source",
1090
- "reasoning": true,
1091
- "reasoningEfforts": [
1092
- "low",
1093
- "medium",
1094
- "high",
1095
- "xhigh"
1096
- ],
1097
- "tool_call": true,
1098
- "cost": {
1099
- "input": 2,
1100
- "output": 6,
1101
- "cache_read": 0.5
1102
- },
1103
- "limit": {
1104
- "context": 500000,
1105
- "output": 65536
1106
- },
1107
- "attachment": true,
1108
- "modalities": {
1109
- "input": [
1110
- "text",
1111
- "image"
1112
- ],
1113
- "output": [
1114
- "text"
1115
- ]
1116
- }
1117
- },
1118
- {
1119
- "id": "thinkingmachines/inkling",
1120
- "name": "Inkling",
1121
- "tier": "open-source",
1122
- "reasoning": true,
1123
- "tool_call": true,
1124
- "cost": {
1125
- "input": 1,
1126
- "output": 4.05,
1127
- "cache_read": 0.17
1128
- },
1129
- "limit": {
1130
- "context": 256000,
1131
- "output": 65536
1132
- },
1133
- "attachment": true,
1134
- "modalities": {
1135
- "input": [
1136
- "text",
1137
- "image"
1138
- ],
1139
- "output": [
1140
- "text"
1141
- ]
1142
- }
1143
- },
1144
- {
1145
- "id": "thinkingmachines/inkling-small",
1146
- "name": "Inkling Small",
1147
- "tier": "open-source",
1148
- "reasoning": true,
1149
- "tool_call": true,
1150
- "cost": {
1151
- "input": 0.5,
1152
- "output": 1.2,
1153
- "cache_read": 0.1
1154
- },
1155
- "limit": {
1156
- "context": 1000000,
1157
- "output": 65536
1158
- },
1159
- "attachment": true,
1160
- "modalities": {
1161
- "input": [
1162
- "text",
1163
- "image"
1164
- ],
1165
- "output": [
1166
- "text"
1167
- ]
1168
- }
1169
- },
1170
- {
1171
- "id": "moonshotai/Kimi-K2.5",
1172
- "name": "Kimi K2.5",
1173
- "tier": "open-source",
1174
- "reasoning": false,
1175
- "tool_call": true,
1176
- "cost": {
1177
- "input": 0.6,
1178
- "output": 3
1179
- },
1180
- "limit": {
1181
- "context": 256000,
1182
- "output": 131072
1183
- },
1184
- "attachment": true,
1185
- "modalities": {
1186
- "input": [
1187
- "text",
1188
- "image"
1189
- ],
1190
- "output": [
1191
- "text"
1192
- ]
1193
- }
1194
- },
1195
- {
1196
- "id": "moonshotai/Kimi-K2.6",
1197
- "name": "Kimi K2.6",
1198
- "tier": "open-source",
1199
- "reasoning": false,
1200
- "tool_call": true,
1201
- "cost": {
1202
- "input": 0.95,
1203
- "output": 4,
1204
- "cache_read": 0.16
1205
- },
1206
- "limit": {
1207
- "context": 256000,
1208
- "output": 131072
1209
- },
1210
- "attachment": true,
1211
- "modalities": {
1212
- "input": [
1213
- "text",
1214
- "image",
1215
- "video"
1216
- ],
1217
- "output": [
1218
- "text"
1219
- ]
1220
- }
1221
- },
1222
- {
1223
- "id": "moonshotai/Kimi-K2.7-Code",
1224
- "name": "Kimi K2.7 Code",
1225
- "tier": "open-source",
1226
- "reasoning": true,
1227
- "tool_call": true,
1228
- "cost": {
1229
- "input": 0.95,
1230
- "output": 4,
1231
- "cache_read": 0.19
1232
- },
1233
- "limit": {
1234
- "context": 256000,
1235
- "output": 65536
1236
- },
1237
- "attachment": true,
1238
- "modalities": {
1239
- "input": [
1240
- "text",
1241
- "image",
1242
- "video"
1243
- ],
1244
- "output": [
1245
- "text"
1246
- ]
1247
- }
1248
- },
1249
- {
1250
- "id": "moonshotai/Kimi-K2.7-Code-Highspeed",
1251
- "name": "Kimi K2.7 Code HighSpeed",
1252
- "tier": "open-source",
1253
- "reasoning": true,
1254
- "tool_call": true,
1255
- "cost": {
1256
- "input": 1.9,
1257
- "output": 8,
1258
- "cache_read": 0.38
1259
- },
1260
- "limit": {
1261
- "context": 262000,
1262
- "output": 65536
1263
- },
1264
- "attachment": true,
1265
- "modalities": {
1266
- "input": [
1267
- "text",
1268
- "image"
1269
- ],
1270
- "output": [
1271
- "text"
1272
- ]
1273
- }
1274
- },
1275
- {
1276
- "id": "moonshotai/Kimi-K3",
1277
- "name": "Kimi K3",
1278
- "tier": "open-source",
1279
- "reasoning": true,
1280
- "reasoningEfforts": [
1281
- "low",
1282
- "high",
1283
- "max"
1284
- ],
1285
- "tool_call": true,
1286
- "cost": {
1287
- "input": 3,
1288
- "output": 15,
1289
- "cache_read": 0.3
1290
- },
1291
- "limit": {
1292
- "context": 1000000,
1293
- "output": 65536
1294
- },
1295
- "attachment": true,
1296
- "modalities": {
1297
- "input": [
1298
- "text",
1299
- "image",
1300
- "video"
1301
- ],
1302
- "output": [
1303
- "text"
1304
- ]
1305
- }
1306
- },
1307
- {
1308
- "id": "poolside/laguna-s-2.1-free",
1309
- "name": "Laguna S 2.1",
1310
- "tier": "open-source",
1311
- "reasoning": true,
1312
- "tool_call": true,
1313
- "cost": {
1314
- "input": 0,
1315
- "output": 0,
1316
- "cache_read": 0
1317
- },
1318
- "limit": {
1319
- "context": 256000,
1320
- "output": 32768
1321
- },
1322
- "attachment": false,
1323
- "modalities": {
1324
- "input": [
1325
- "text"
1326
- ],
1327
- "output": [
1328
- "text"
1329
- ]
1330
- }
1331
- },
1332
- {
1333
- "id": "inclusionai/ling-3.0-flash-free",
1334
- "name": "Ling 3.0 Flash",
1335
- "tier": "open-source",
1336
- "reasoning": true,
1337
- "tool_call": true,
1338
- "cost": {
1339
- "input": 0,
1340
- "output": 0
1341
- },
1342
- "limit": {
1343
- "context": 256000,
1344
- "output": 32768
1345
- },
1346
- "attachment": false,
1347
- "modalities": {
1348
- "input": [
1349
- "text"
1350
- ],
1351
- "output": [
1352
- "text"
1353
- ]
1354
- }
1355
- },
1356
- {
1357
- "id": "meituan/LongCat-2.0:free",
1358
- "name": "LongCat 2.0",
1359
- "tier": "open-source",
1360
- "reasoning": true,
1361
- "tool_call": true,
1362
- "cost": {
1363
- "input": 0,
1364
- "output": 0,
1365
- "cache_read": 0
1366
- },
1367
- "limit": {
1368
- "context": 1048576,
1369
- "output": 65536
1370
- },
1371
- "attachment": false,
1372
- "modalities": {
1373
- "input": [
1374
- "text"
1375
- ],
1376
- "output": [
1377
- "text"
1378
- ]
1379
- }
1380
- },
1381
- {
1382
- "id": "xiaomi/mimo-v2.5",
1383
- "name": "MiMo V2.5",
1384
- "tier": "open-source",
1385
- "reasoning": false,
1386
- "tool_call": true,
1387
- "cost": {
1388
- "input": 0.14,
1389
- "output": 0.28,
1390
- "cache_read": 0.0028
1391
- },
1392
- "limit": {
1393
- "context": 1000000,
1394
- "output": 65536
1395
- },
1396
- "attachment": true,
1397
- "modalities": {
1398
- "input": [
1399
- "text",
1400
- "image",
1401
- "audio",
1402
- "video"
1403
- ],
1404
- "output": [
1405
- "text"
1406
- ]
1407
- }
1408
- },
1409
- {
1410
- "id": "xiaomi/mimo-v2.5-pro",
1411
- "name": "MiMo V2.5 Pro",
1412
- "tier": "open-source",
1413
- "reasoning": false,
1414
- "tool_call": true,
1415
- "cost": {
1416
- "input": 0.435,
1417
- "output": 0.87,
1418
- "cache_read": 0.0036
1419
- },
1420
- "limit": {
1421
- "context": 1000000,
1422
- "output": 65536
1423
- },
1424
- "attachment": false,
1425
- "modalities": {
1426
- "input": [
1427
- "text"
1428
- ],
1429
- "output": [
1430
- "text"
1431
- ]
1432
- }
1433
- },
1434
- {
1435
- "id": "MiniMaxAI/MiniMax-M2.5",
1436
- "name": "MiniMax M2.5",
1437
- "tier": "open-source",
1438
- "reasoning": false,
1439
- "tool_call": true,
1440
- "cost": {
1441
- "input": 0.5,
1442
- "output": 2
1443
- },
1444
- "limit": {
1445
- "context": 200000,
1446
- "output": 131072
1447
- },
1448
- "attachment": false,
1449
- "modalities": {
1450
- "input": [
1451
- "text"
1452
- ],
1453
- "output": [
1454
- "text"
1455
- ]
1456
- }
1457
- },
1458
- {
1459
- "id": "MiniMaxAI/MiniMax-M2.7",
1460
- "name": "MiniMax M2.7",
1461
- "tier": "open-source",
1462
- "reasoning": false,
1463
- "tool_call": true,
1464
- "cost": {
1465
- "input": 0.3,
1466
- "output": 1.2,
1467
- "cache_read": 0.06
1468
- },
1469
- "limit": {
1470
- "context": 1000000,
1471
- "output": 131072
1472
- },
1473
- "attachment": false,
1474
- "modalities": {
1475
- "input": [
1476
- "text"
1477
- ],
1478
- "output": [
1479
- "text"
1480
- ]
1481
- }
1482
- },
1483
- {
1484
- "id": "minimax/minimax-m2.7-free",
1485
- "name": "MiniMax M2.7 (Free)",
1486
- "tier": "open-source",
1487
- "reasoning": false,
1488
- "tool_call": true,
1489
- "cost": {
1490
- "input": 0,
1491
- "output": 0
1492
- },
1493
- "limit": {
1494
- "context": 197000,
1495
- "output": 65536
1496
- },
1497
- "attachment": false,
1498
- "modalities": {
1499
- "input": [
1500
- "text"
1501
- ],
1502
- "output": [
1503
- "text"
1504
- ]
1505
- }
1506
- },
1507
- {
1508
- "id": "MiniMaxAI/MiniMax-M3",
1509
- "name": "MiniMax M3",
1510
- "tier": "open-source",
1511
- "reasoning": true,
1512
- "tool_call": true,
1513
- "cost": {
1514
- "input": 0.3,
1515
- "output": 1.2,
1516
- "cache_read": 0.06
1517
- },
1518
- "limit": {
1519
- "context": 1000000,
1520
- "output": 65536
1521
- },
1522
- "attachment": true,
1523
- "modalities": {
1524
- "input": [
1525
- "text",
1526
- "image",
1527
- "video"
1528
- ],
1529
- "output": [
1530
- "text"
1531
- ]
1532
- }
1533
- },
1534
- {
1535
- "id": "minimax/minimax-m3-free",
1536
- "name": "MiniMax M3 (Free)",
1537
- "tier": "open-source",
1538
- "reasoning": true,
1539
- "tool_call": true,
1540
- "cost": {
1541
- "input": 0,
1542
- "output": 0
1543
- },
1544
- "limit": {
1545
- "context": 1000000,
1546
- "output": 65536
1547
- },
1548
- "attachment": true,
1549
- "modalities": {
1550
- "input": [
1551
- "text",
1552
- "image"
1553
- ],
1554
- "output": [
1555
- "text"
1556
- ]
1557
- }
1558
- },
1559
- {
1560
- "id": "MiniMaxAI/MiniMax-M3-Free",
1561
- "name": "MiniMax M3 Free",
1562
- "tier": "open-source",
1563
- "reasoning": true,
1564
- "tool_call": true,
1565
- "cost": {
1566
- "input": 0,
1567
- "output": 0
1568
- },
1569
- "limit": {
1570
- "context": 1000000,
1571
- "output": 65536
1572
- },
1573
- "attachment": true,
1574
- "modalities": {
1575
- "input": [
1576
- "text",
1577
- "image",
1578
- "video"
1579
- ],
1580
- "output": [
1581
- "text"
1582
- ]
1583
- }
1584
- },
1585
- {
1586
- "id": "meta/muse-spark-1.1",
1587
- "name": "Muse Spark 1.1",
1588
- "tier": "open-source",
1589
- "reasoning": true,
1590
- "reasoningEfforts": [
1591
- "low",
1592
- "medium",
1593
- "high",
1594
- "xhigh"
1595
- ],
1596
- "tool_call": true,
1597
- "cost": {
1598
- "input": 1.25,
1599
- "output": 4.25,
1600
- "cache_read": 0.15
1601
- },
1602
- "limit": {
1603
- "context": 1048576,
1604
- "output": 65536
1605
- },
1606
- "attachment": true,
1607
- "modalities": {
1608
- "input": [
1609
- "text",
1610
- "image",
1611
- "video",
1612
- "pdf",
1613
- "audio"
1614
- ],
1615
- "output": [
1616
- "text"
1617
- ]
1618
- }
1619
- },
1620
- {
1621
- "id": "meta/muse-spark-1.2",
1622
- "name": "Muse Spark 1.2",
1623
- "tier": "open-source",
1624
- "reasoning": true,
1625
- "reasoningEfforts": [
1626
- "low",
1627
- "medium",
1628
- "high",
1629
- "xhigh"
1630
- ],
1631
- "tool_call": true,
1632
- "cost": {
1633
- "input": 1.25,
1634
- "output": 4.25,
1635
- "cache_read": 0.15
1636
- },
1637
- "limit": {
1638
- "context": 1048576,
1639
- "output": 65536
1640
- },
1641
- "attachment": true,
1642
- "modalities": {
1643
- "input": [
1644
- "text",
1645
- "image",
1646
- "video",
1647
- "pdf",
1648
- "audio"
1649
- ],
1650
- "output": [
1651
- "text"
1652
- ]
1653
- }
1654
- },
1655
- {
1656
- "id": "meta/muse-spark-1.2-contributor",
1657
- "name": "Muse Spark 1.2 Contributor",
1658
- "tier": "open-source",
1659
- "reasoning": true,
1660
- "reasoningEfforts": [
1661
- "low",
1662
- "medium",
1663
- "high",
1664
- "xhigh"
1665
- ],
1666
- "tool_call": true,
1667
- "cost": {
1668
- "input": 0.1,
1669
- "output": 0.2,
1670
- "cache_read": 0.002
1671
- },
1672
- "limit": {
1673
- "context": 1048576,
1674
- "output": 65536
1675
- },
1676
- "attachment": true,
1677
- "modalities": {
1678
- "input": [
1679
- "text",
1680
- "image",
1681
- "video",
1682
- "pdf",
1683
- "audio"
1684
- ],
1685
- "output": [
1686
- "text"
1687
- ]
1688
- }
1689
- },
1690
- {
1691
- "id": "meta/muse-spark-1.3",
1692
- "name": "Muse Spark 1.3",
1693
- "tier": "open-source",
1694
- "reasoning": true,
1695
- "reasoningEfforts": [
1696
- "low",
1697
- "medium",
1698
- "high",
1699
- "xhigh",
1700
- "max"
1701
- ],
1702
- "tool_call": true,
1703
- "cost": {
1704
- "input": 1.25,
1705
- "output": 4.25,
1706
- "cache_read": 0.15
1707
- },
1708
- "limit": {
1709
- "context": 1048576,
1710
- "output": 65536
1711
- },
1712
- "attachment": true,
1713
- "modalities": {
1714
- "input": [
1715
- "text",
1716
- "image",
1717
- "video",
1718
- "pdf",
1719
- "audio"
1720
- ],
1721
- "output": [
1722
- "text"
1723
- ]
1724
- }
1725
- },
1726
- {
1727
- "id": "meta/muse-spark-1.3-contributor",
1728
- "name": "Muse Spark 1.3 Contributor",
1729
- "tier": "open-source",
1730
- "reasoning": true,
1731
- "reasoningEfforts": [
1732
- "low",
1733
- "medium",
1734
- "high",
1735
- "xhigh"
1736
- ],
1737
- "tool_call": true,
1738
- "cost": {
1739
- "input": 0.1,
1740
- "output": 0.2,
1741
- "cache_read": 0.002
1742
- },
1743
- "limit": {
1744
- "context": 1048576,
1745
- "output": 65536
1746
- },
1747
- "attachment": true,
1748
- "modalities": {
1749
- "input": [
1750
- "text",
1751
- "image",
1752
- "video",
1753
- "pdf",
1754
- "audio"
1755
- ],
1756
- "output": [
1757
- "text"
1758
- ]
1759
- }
1760
- },
1761
- {
1762
- "id": "nvidia/nemotron-3-ultra-550b-a55b",
1763
- "name": "Nemotron 3 Ultra",
1764
- "tier": "open-source",
1765
- "reasoning": true,
1766
- "tool_call": true,
1767
- "cost": {
1768
- "input": 0.6,
1769
- "output": 2.4,
1770
- "cache_read": 0.12
1771
- },
1772
- "limit": {
1773
- "context": 1000000,
1774
- "output": 65536
1775
- },
1776
- "attachment": false,
1777
- "modalities": {
1778
- "input": [
1779
- "text"
1780
- ],
1781
- "output": [
1782
- "text"
1783
- ]
1784
- }
1785
- },
1786
- {
1787
- "id": "Qwen/Qwen3.6-Max-Preview",
1788
- "name": "Qwen 3.6 Max Preview",
1789
- "tier": "open-source",
1790
- "reasoning": true,
1791
- "tool_call": true,
1792
- "cost": {
1793
- "input": 1.3,
1794
- "output": 7.8,
1795
- "cache_read": 0.26,
1796
- "cache_write": 1.63
1797
- },
1798
- "limit": {
1799
- "context": 1000000,
1800
- "output": 131072
1801
- },
1802
- "attachment": false,
1803
- "modalities": {
1804
- "input": [
1805
- "text"
1806
- ],
1807
- "output": [
1808
- "text"
1809
- ]
1810
- }
1811
- },
1812
- {
1813
- "id": "Qwen/Qwen3.6-Plus",
1814
- "name": "Qwen 3.6 Plus",
1815
- "tier": "open-source",
1816
- "reasoning": true,
1817
- "tool_call": true,
1818
- "cost": {
1819
- "input": 0.5,
1820
- "output": 3,
1821
- "cache_read": 0.1
1822
- },
1823
- "limit": {
1824
- "context": 1000000,
1825
- "output": 131072
1826
- },
1827
- "attachment": true,
1828
- "modalities": {
1829
- "input": [
1830
- "text",
1831
- "image",
1832
- "video"
1833
- ],
1834
- "output": [
1835
- "text"
1836
- ]
1837
- }
1838
- },
1839
- {
1840
- "id": "Qwen/Qwen3.7-Flash",
1841
- "name": "Qwen 3.7 Flash",
1842
- "tier": "open-source",
1843
- "reasoning": true,
1844
- "tool_call": true,
1845
- "cost": {
1846
- "input": 0.03,
1847
- "output": 0.13,
1848
- "cache_read": 0.006,
1849
- "cache_write": 0.038
1850
- },
1851
- "limit": {
1852
- "context": 1000000,
1853
- "output": 65536
1854
- },
1855
- "attachment": true,
1856
- "modalities": {
1857
- "input": [
1858
- "text",
1859
- "image",
1860
- "video"
1861
- ],
1862
- "output": [
1863
- "text"
1864
- ]
1865
- }
1866
- },
1867
- {
1868
- "id": "Qwen/Qwen3.7-Max",
1869
- "name": "Qwen 3.7 Max",
1870
- "tier": "open-source",
1871
- "reasoning": true,
1872
- "tool_call": true,
1873
- "cost": {
1874
- "input": 2.5,
1875
- "output": 7.5,
1876
- "cache_read": 0.5,
1877
- "cache_write": 3.13
1878
- },
1879
- "limit": {
1880
- "context": 1000000,
1881
- "output": 131072
1882
- },
1883
- "attachment": false,
1884
- "modalities": {
1885
- "input": [
1886
- "text"
1887
- ],
1888
- "output": [
1889
- "text"
1890
- ]
1891
- }
1892
- },
1893
- {
1894
- "id": "Qwen/Qwen3.7-Plus",
1895
- "name": "Qwen 3.7 Plus",
1896
- "tier": "open-source",
1897
- "reasoning": true,
1898
- "tool_call": true,
1899
- "cost": {
1900
- "input": 0.4,
1901
- "output": 1.6,
1902
- "cache_read": 0.08,
1903
- "cache_write": 0.5
1904
- },
1905
- "limit": {
1906
- "context": 1000000,
1907
- "output": 65536
1908
- },
1909
- "attachment": true,
1910
- "modalities": {
1911
- "input": [
1912
- "text",
1913
- "image",
1914
- "video"
1915
- ],
1916
- "output": [
1917
- "text"
1918
- ]
1919
- }
1920
- },
1921
- {
1922
- "id": "Qwen/Qwen3.8-27B",
1923
- "name": "Qwen 3.8 27B",
1924
- "tier": "open-source",
1925
- "reasoning": true,
1926
- "reasoningEfforts": [
1927
- "low",
1928
- "medium",
1929
- "xhigh"
1930
- ],
1931
- "tool_call": true,
1932
- "cost": {
1933
- "input": 0.4,
1934
- "output": 3,
1935
- "cache_read": 0.04
1936
- },
1937
- "limit": {
1938
- "context": 262144,
1939
- "output": 32768
1940
- },
1941
- "attachment": true,
1942
- "modalities": {
1943
- "input": [
1944
- "text",
1945
- "image",
1946
- "video",
1947
- "pdf"
1948
- ],
1949
- "output": [
1950
- "text"
1951
- ]
1952
- }
1953
- },
1954
- {
1955
- "id": "Qwen/Qwen3.8-Flash",
1956
- "name": "Qwen 3.8 Flash",
1957
- "tier": "open-source",
1958
- "reasoning": true,
1959
- "reasoningEfforts": [
1960
- "low",
1961
- "medium",
1962
- "xhigh"
1963
- ],
1964
- "tool_call": true,
1965
- "cost": {
1966
- "input": 0.16,
1967
- "output": 0.47,
1968
- "cache_read": 0.016
1969
- },
1970
- "limit": {
1971
- "context": 1000000,
1972
- "output": 65536
1973
- },
1974
- "attachment": true,
1975
- "modalities": {
1976
- "input": [
1977
- "text",
1978
- "image",
1979
- "video"
1980
- ],
1981
- "output": [
1982
- "text"
1983
- ]
1984
- }
1985
- },
1986
- {
1987
- "id": "Qwen/Qwen3.8-Max",
1988
- "name": "Qwen 3.8 Max",
1989
- "tier": "open-source",
1990
- "reasoning": true,
1991
- "reasoningEfforts": [
1992
- "low",
1993
- "medium",
1994
- "xhigh"
1995
- ],
1996
- "tool_call": true,
1997
- "cost": {
1998
- "input": 2,
1999
- "output": 6,
2000
- "cache_read": 0.25,
2001
- "cache_write": 2.5
2002
- },
2003
- "limit": {
2004
- "context": 1000000,
2005
- "output": 65536
2006
- },
2007
- "attachment": true,
2008
- "modalities": {
2009
- "input": [
2010
- "text",
2011
- "image",
2012
- "video"
2013
- ],
2014
- "output": [
2015
- "text"
2016
- ]
2017
- }
2018
- },
2019
- {
2020
- "id": "Qwen/Qwen3.8-Max-0902",
2021
- "name": "Qwen 3.8 Max 0902",
2022
- "tier": "open-source",
2023
- "reasoning": true,
2024
- "reasoningEfforts": [
2025
- "low",
2026
- "medium",
2027
- "xhigh"
2028
- ],
2029
- "tool_call": true,
2030
- "cost": {
2031
- "input": 2,
2032
- "output": 6,
2033
- "cache_read": 0.25
2034
- },
2035
- "limit": {
2036
- "context": 1000000,
2037
- "output": 65536
2038
- },
2039
- "attachment": true,
2040
- "modalities": {
2041
- "input": [
2042
- "text",
2043
- "image",
2044
- "video"
2045
- ],
2046
- "output": [
2047
- "text"
2048
- ]
2049
- }
2050
- },
2051
- {
2052
- "id": "stepfun/Step-3.5-Flash",
2053
- "name": "Step 3.5 Flash",
2054
- "tier": "open-source",
2055
- "reasoning": true,
2056
- "tool_call": true,
2057
- "cost": {
2058
- "input": 0.1,
2059
- "output": 0.3,
2060
- "cache_read": 0.02
2061
- },
2062
- "limit": {
2063
- "context": 1000000,
2064
- "output": 131072
2065
- },
2066
- "attachment": false,
2067
- "modalities": {
2068
- "input": [
2069
- "text"
2070
- ],
2071
- "output": [
2072
- "text"
2073
- ]
2074
- }
2075
- },
2076
- {
2077
- "id": "stepfun/Step-3.7-Flash",
2078
- "name": "Step 3.7 Flash",
2079
- "tier": "open-source",
2080
- "reasoning": true,
2081
- "tool_call": true,
2082
- "cost": {
2083
- "input": 0.2,
2084
- "output": 1.15,
2085
- "cache_read": 0.04
2086
- },
2087
- "limit": {
2088
- "context": 256000,
2089
- "output": 65536
2090
- },
2091
- "attachment": true,
2092
- "modalities": {
2093
- "input": [
2094
- "text",
2095
- "image",
2096
- "video"
2097
- ],
2098
- "output": [
2099
- "text"
2100
- ]
2101
- }
2102
- },
2103
- {
2104
- "id": "tencent/hy3-paid",
2105
- "name": "Tencent Hy3",
2106
- "tier": "open-source",
2107
- "reasoning": true,
2108
- "tool_call": true,
2109
- "cost": {
2110
- "input": 0.14,
2111
- "output": 0.58,
2112
- "cache_read": 0.035
2113
- },
2114
- "limit": {
2115
- "context": 262144,
2116
- "output": 65536
2117
- },
2118
- "attachment": false,
2119
- "modalities": {
2120
- "input": [
2121
- "text"
2122
- ],
2123
- "output": [
2124
- "text"
2125
- ]
2126
- }
2127
- },
2128
- {
2129
- "id": "tencent/Hy3",
2130
- "name": "Tencent Hy3 (Free)",
2131
- "tier": "open-source",
2132
- "reasoning": true,
2133
- "tool_call": true,
2134
- "cost": {
2135
- "input": 0,
2136
- "output": 0
2137
- },
2138
- "limit": {
2139
- "context": 262144,
2140
- "output": 65536
2141
- },
2142
- "attachment": false,
2143
- "modalities": {
2144
- "input": [
2145
- "text"
2146
- ],
2147
- "output": [
2148
- "text"
2149
- ]
2150
- }
2151
- },
2152
- {
2153
- "id": "tencent/hy4-preview",
2154
- "name": "Tencent Hy4 Preview",
2155
- "tier": "open-source",
2156
- "reasoning": true,
2157
- "reasoningEfforts": [
2158
- "low",
2159
- "medium",
2160
- "high"
2161
- ],
2162
- "tool_call": true,
2163
- "cost": {
2164
- "input": 0.834,
2165
- "output": 2.501,
2166
- "cache_read": 0.042
2167
- },
2168
- "limit": {
2169
- "context": 1048576,
2170
- "output": 65536
2171
- },
2172
- "attachment": false,
2173
- "modalities": {
2174
- "input": [
2175
- "text"
2176
- ],
2177
- "output": [
2178
- "text"
2179
- ]
2180
- }
2181
- }
2182
- ]
1
+ [
2
+ {
3
+ "id": "claude-fable-5",
4
+ "name": "Claude Fable 5",
5
+ "tier": "premium",
6
+ "reasoning": true,
7
+ "reasoningEfforts": [
8
+ "low",
9
+ "medium",
10
+ "high",
11
+ "xhigh",
12
+ "max"
13
+ ],
14
+ "tool_call": true,
15
+ "cost": {
16
+ "input": 10,
17
+ "output": 50,
18
+ "cache_read": 1,
19
+ "cache_write": 12.5
20
+ },
21
+ "limit": {
22
+ "context": 1000000,
23
+ "output": 65536
24
+ },
25
+ "attachment": true,
26
+ "modalities": {
27
+ "input": [
28
+ "text",
29
+ "image"
30
+ ],
31
+ "output": [
32
+ "text"
33
+ ]
34
+ }
35
+ },
36
+ {
37
+ "id": "claude-fable-5-1",
38
+ "name": "Claude Fable 5.1",
39
+ "tier": "premium",
40
+ "reasoning": true,
41
+ "reasoningEfforts": [
42
+ "low",
43
+ "medium",
44
+ "high",
45
+ "xhigh",
46
+ "max"
47
+ ],
48
+ "tool_call": true,
49
+ "cost": {
50
+ "input": 10,
51
+ "output": 50,
52
+ "cache_read": 0.25,
53
+ "cache_write": 12.5
54
+ },
55
+ "limit": {
56
+ "context": 1000000,
57
+ "output": 65536
58
+ },
59
+ "attachment": true,
60
+ "modalities": {
61
+ "input": [
62
+ "text",
63
+ "image",
64
+ "pdf"
65
+ ],
66
+ "output": [
67
+ "text"
68
+ ]
69
+ }
70
+ },
71
+ {
72
+ "id": "claude-haiku-4-5-20251001",
73
+ "name": "Claude Haiku 4.5",
74
+ "tier": "premium",
75
+ "reasoning": false,
76
+ "tool_call": true,
77
+ "cost": {
78
+ "input": 1,
79
+ "output": 5,
80
+ "cache_read": 0.1,
81
+ "cache_write": 1.25
82
+ },
83
+ "limit": {
84
+ "context": 200000,
85
+ "output": 8192
86
+ },
87
+ "attachment": true,
88
+ "modalities": {
89
+ "input": [
90
+ "text",
91
+ "image",
92
+ "pdf"
93
+ ],
94
+ "output": [
95
+ "text"
96
+ ]
97
+ }
98
+ },
99
+ {
100
+ "id": "claude-opus-4-7",
101
+ "name": "Claude Opus 4.7",
102
+ "tier": "premium",
103
+ "reasoning": true,
104
+ "reasoningEfforts": [
105
+ "low",
106
+ "medium",
107
+ "high",
108
+ "xhigh",
109
+ "max"
110
+ ],
111
+ "tool_call": true,
112
+ "cost": {
113
+ "input": 5,
114
+ "output": 25,
115
+ "cache_read": 0.5,
116
+ "cache_write": 6.25
117
+ },
118
+ "limit": {
119
+ "context": 1000000,
120
+ "output": 32000
121
+ },
122
+ "attachment": true,
123
+ "modalities": {
124
+ "input": [
125
+ "text",
126
+ "image",
127
+ "pdf"
128
+ ],
129
+ "output": [
130
+ "text"
131
+ ]
132
+ }
133
+ },
134
+ {
135
+ "id": "claude-opus-4-8",
136
+ "name": "Claude Opus 4.8",
137
+ "tier": "premium",
138
+ "reasoning": true,
139
+ "reasoningEfforts": [
140
+ "low",
141
+ "medium",
142
+ "high",
143
+ "xhigh",
144
+ "max"
145
+ ],
146
+ "tool_call": true,
147
+ "cost": {
148
+ "input": 5,
149
+ "output": 25,
150
+ "cache_read": 0.5,
151
+ "cache_write": 6.25
152
+ },
153
+ "limit": {
154
+ "context": 1000000,
155
+ "output": 65536
156
+ },
157
+ "attachment": true,
158
+ "modalities": {
159
+ "input": [
160
+ "text",
161
+ "image"
162
+ ],
163
+ "output": [
164
+ "text"
165
+ ]
166
+ }
167
+ },
168
+ {
169
+ "id": "claude-opus-5",
170
+ "name": "Claude Opus 5",
171
+ "tier": "premium",
172
+ "reasoning": true,
173
+ "reasoningEfforts": [
174
+ "low",
175
+ "medium",
176
+ "high",
177
+ "xhigh",
178
+ "max"
179
+ ],
180
+ "tool_call": true,
181
+ "cost": {
182
+ "input": 5,
183
+ "output": 25,
184
+ "cache_read": 0.5,
185
+ "cache_write": 6.25
186
+ },
187
+ "limit": {
188
+ "context": 1000000,
189
+ "output": 65536
190
+ },
191
+ "attachment": true,
192
+ "modalities": {
193
+ "input": [
194
+ "text",
195
+ "image"
196
+ ],
197
+ "output": [
198
+ "text"
199
+ ]
200
+ }
201
+ },
202
+ {
203
+ "id": "claude-sonnet-4-6",
204
+ "name": "Claude Sonnet 4.6",
205
+ "tier": "premium",
206
+ "reasoning": true,
207
+ "reasoningEfforts": [
208
+ "low",
209
+ "medium",
210
+ "high",
211
+ "xhigh",
212
+ "max"
213
+ ],
214
+ "tool_call": true,
215
+ "cost": {
216
+ "input": 3,
217
+ "output": 15,
218
+ "cache_read": 0.3,
219
+ "cache_write": 3.75
220
+ },
221
+ "limit": {
222
+ "context": 1000000,
223
+ "output": 16000
224
+ },
225
+ "attachment": true,
226
+ "modalities": {
227
+ "input": [
228
+ "text",
229
+ "image",
230
+ "pdf"
231
+ ],
232
+ "output": [
233
+ "text"
234
+ ]
235
+ }
236
+ },
237
+ {
238
+ "id": "claude-sonnet-5",
239
+ "name": "Claude Sonnet 5",
240
+ "tier": "premium",
241
+ "reasoning": true,
242
+ "reasoningEfforts": [
243
+ "low",
244
+ "medium",
245
+ "high",
246
+ "xhigh",
247
+ "max"
248
+ ],
249
+ "tool_call": true,
250
+ "cost": {
251
+ "input": 2,
252
+ "output": 10,
253
+ "cache_read": 0.2,
254
+ "cache_write": 2.5
255
+ },
256
+ "limit": {
257
+ "context": 1000000,
258
+ "output": 65536
259
+ },
260
+ "attachment": true,
261
+ "modalities": {
262
+ "input": [
263
+ "text",
264
+ "image"
265
+ ],
266
+ "output": [
267
+ "text"
268
+ ]
269
+ }
270
+ },
271
+ {
272
+ "id": "gpt-5.3-codex",
273
+ "name": "GPT-5.3 Codex",
274
+ "tier": "premium",
275
+ "reasoning": true,
276
+ "reasoningEfforts": [
277
+ "low",
278
+ "medium",
279
+ "high",
280
+ "xhigh"
281
+ ],
282
+ "tool_call": true,
283
+ "cost": {
284
+ "input": 2,
285
+ "output": 8,
286
+ "cache_read": 0.5
287
+ },
288
+ "limit": {
289
+ "context": 400000,
290
+ "output": 128000
291
+ },
292
+ "attachment": true,
293
+ "modalities": {
294
+ "input": [
295
+ "text",
296
+ "image"
297
+ ],
298
+ "output": [
299
+ "text"
300
+ ]
301
+ }
302
+ },
303
+ {
304
+ "id": "gpt-5.4",
305
+ "name": "GPT-5.4",
306
+ "tier": "premium",
307
+ "reasoning": true,
308
+ "reasoningEfforts": [
309
+ "low",
310
+ "medium",
311
+ "high",
312
+ "xhigh"
313
+ ],
314
+ "tool_call": true,
315
+ "cost": {
316
+ "input": 2.5,
317
+ "output": 15,
318
+ "cache_read": 0.25
319
+ },
320
+ "limit": {
321
+ "context": 400000,
322
+ "output": 128000
323
+ },
324
+ "attachment": true,
325
+ "modalities": {
326
+ "input": [
327
+ "text",
328
+ "image",
329
+ "pdf"
330
+ ],
331
+ "output": [
332
+ "text"
333
+ ]
334
+ }
335
+ },
336
+ {
337
+ "id": "gpt-5.4-mini",
338
+ "name": "GPT-5.4 Mini",
339
+ "tier": "premium",
340
+ "reasoning": true,
341
+ "reasoningEfforts": [
342
+ "low",
343
+ "medium",
344
+ "high"
345
+ ],
346
+ "tool_call": true,
347
+ "cost": {
348
+ "input": 0.75,
349
+ "output": 4.5,
350
+ "cache_read": 0.075
351
+ },
352
+ "limit": {
353
+ "context": 400000,
354
+ "output": 128000
355
+ },
356
+ "attachment": true,
357
+ "modalities": {
358
+ "input": [
359
+ "text",
360
+ "image"
361
+ ],
362
+ "output": [
363
+ "text"
364
+ ]
365
+ }
366
+ },
367
+ {
368
+ "id": "gpt-5.5",
369
+ "name": "GPT-5.5",
370
+ "tier": "premium",
371
+ "reasoning": true,
372
+ "reasoningEfforts": [
373
+ "low",
374
+ "medium",
375
+ "high",
376
+ "xhigh"
377
+ ],
378
+ "tool_call": true,
379
+ "cost": {
380
+ "input": 5,
381
+ "output": 30,
382
+ "cache_read": 0.5
383
+ },
384
+ "limit": {
385
+ "context": 400000,
386
+ "output": 128000
387
+ },
388
+ "attachment": true,
389
+ "modalities": {
390
+ "input": [
391
+ "text",
392
+ "image"
393
+ ],
394
+ "output": [
395
+ "text"
396
+ ]
397
+ }
398
+ },
399
+ {
400
+ "id": "gpt-6-astra",
401
+ "name": "GPT-6 Astra",
402
+ "tier": "premium",
403
+ "reasoning": true,
404
+ "reasoningEfforts": [
405
+ "low",
406
+ "medium",
407
+ "high",
408
+ "xhigh",
409
+ "max"
410
+ ],
411
+ "tool_call": true,
412
+ "cost": {
413
+ "input": 10,
414
+ "output": 50,
415
+ "cache_read": 1,
416
+ "cache_write": 12.5
417
+ },
418
+ "limit": {
419
+ "context": 1050000,
420
+ "output": 65536
421
+ },
422
+ "attachment": true,
423
+ "modalities": {
424
+ "input": [
425
+ "text",
426
+ "image",
427
+ "pdf"
428
+ ],
429
+ "output": [
430
+ "text"
431
+ ]
432
+ }
433
+ },
434
+ {
435
+ "id": "deepseek/deepseek-v4-flash",
436
+ "name": "DeepSeek V4 Flash (latest)",
437
+ "tier": "open-source",
438
+ "reasoning": true,
439
+ "reasoningEfforts": [
440
+ "high",
441
+ "max"
442
+ ],
443
+ "tool_call": true,
444
+ "cost": {
445
+ "input": 0.22,
446
+ "output": 0.66,
447
+ "cache_read": 0.007
448
+ },
449
+ "limit": {
450
+ "context": 1000000,
451
+ "output": 384000
452
+ },
453
+ "attachment": false,
454
+ "modalities": {
455
+ "input": [
456
+ "text"
457
+ ],
458
+ "output": [
459
+ "text"
460
+ ]
461
+ }
462
+ },
463
+ {
464
+ "id": "deepseek/deepseek-v4-flash-fast",
465
+ "name": "DeepSeek V4 Flash Fast",
466
+ "tier": "open-source",
467
+ "reasoning": true,
468
+ "reasoningEfforts": [
469
+ "low",
470
+ "high",
471
+ "max"
472
+ ],
473
+ "tool_call": true,
474
+ "cost": {
475
+ "input": 0.28,
476
+ "output": 0.56,
477
+ "cache_read": 0.07
478
+ },
479
+ "limit": {
480
+ "context": 1000000,
481
+ "output": 65536
482
+ },
483
+ "attachment": false,
484
+ "modalities": {
485
+ "input": [
486
+ "text"
487
+ ],
488
+ "output": [
489
+ "text"
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "id": "deepseek/deepseek-v4-flash-vision-exp",
495
+ "name": "DeepSeek V4 Flash Vision (exp)",
496
+ "tier": "open-source",
497
+ "reasoning": true,
498
+ "reasoningEfforts": [
499
+ "high",
500
+ "max"
501
+ ],
502
+ "tool_call": true,
503
+ "cost": {
504
+ "input": 0.22,
505
+ "output": 0.66,
506
+ "cache_read": 0.007
507
+ },
508
+ "limit": {
509
+ "context": 1000000,
510
+ "output": 65536
511
+ },
512
+ "attachment": true,
513
+ "modalities": {
514
+ "input": [
515
+ "text",
516
+ "image"
517
+ ],
518
+ "output": [
519
+ "text"
520
+ ]
521
+ }
522
+ },
523
+ {
524
+ "id": "deepseek/deepseek-v4-pro",
525
+ "name": "DeepSeek V4 Pro (latest)",
526
+ "tier": "open-source",
527
+ "reasoning": true,
528
+ "reasoningEfforts": [
529
+ "high",
530
+ "max"
531
+ ],
532
+ "tool_call": true,
533
+ "cost": {
534
+ "input": 0.66,
535
+ "output": 1.98,
536
+ "cache_read": 0.022
537
+ },
538
+ "limit": {
539
+ "context": 1000000,
540
+ "output": 384000
541
+ },
542
+ "attachment": false,
543
+ "modalities": {
544
+ "input": [
545
+ "text"
546
+ ],
547
+ "output": [
548
+ "text"
549
+ ]
550
+ }
551
+ },
552
+ {
553
+ "id": "sakana/fugu-ultra",
554
+ "name": "Fugu Ultra",
555
+ "tier": "open-source",
556
+ "reasoning": true,
557
+ "reasoningEfforts": [
558
+ "high",
559
+ "xhigh"
560
+ ],
561
+ "tool_call": true,
562
+ "cost": {
563
+ "input": 5,
564
+ "output": 30,
565
+ "cache_read": 0.5
566
+ },
567
+ "limit": {
568
+ "context": 1000000,
569
+ "output": 65536
570
+ },
571
+ "attachment": true,
572
+ "modalities": {
573
+ "input": [
574
+ "text",
575
+ "image"
576
+ ],
577
+ "output": [
578
+ "text"
579
+ ]
580
+ }
581
+ },
582
+ {
583
+ "id": "google/gemini-3.1-flash-lite",
584
+ "name": "Gemini 3.1 Flash Lite",
585
+ "tier": "open-source",
586
+ "reasoning": true,
587
+ "reasoningEfforts": [
588
+ "low",
589
+ "medium",
590
+ "high"
591
+ ],
592
+ "tool_call": true,
593
+ "cost": {
594
+ "input": 0.25,
595
+ "output": 1.5,
596
+ "cache_read": 0.03
597
+ },
598
+ "limit": {
599
+ "context": 1000000,
600
+ "output": 65536
601
+ },
602
+ "attachment": true,
603
+ "modalities": {
604
+ "input": [
605
+ "text",
606
+ "image",
607
+ "video",
608
+ "audio",
609
+ "pdf"
610
+ ],
611
+ "output": [
612
+ "text"
613
+ ]
614
+ }
615
+ },
616
+ {
617
+ "id": "google/gemini-3.5-flash",
618
+ "name": "Gemini 3.5 Flash",
619
+ "tier": "open-source",
620
+ "reasoning": true,
621
+ "reasoningEfforts": [
622
+ "low",
623
+ "medium",
624
+ "high"
625
+ ],
626
+ "tool_call": true,
627
+ "cost": {
628
+ "input": 1.5,
629
+ "output": 9,
630
+ "cache_read": 0.15
631
+ },
632
+ "limit": {
633
+ "context": 1000000,
634
+ "output": 65536
635
+ },
636
+ "attachment": true,
637
+ "modalities": {
638
+ "input": [
639
+ "text",
640
+ "image",
641
+ "video",
642
+ "audio",
643
+ "pdf"
644
+ ],
645
+ "output": [
646
+ "text"
647
+ ]
648
+ }
649
+ },
650
+ {
651
+ "id": "google/gemini-3.5-flash-lite",
652
+ "name": "Gemini 3.5 Flash Lite",
653
+ "tier": "open-source",
654
+ "reasoning": true,
655
+ "reasoningEfforts": [
656
+ "low",
657
+ "medium",
658
+ "high"
659
+ ],
660
+ "tool_call": true,
661
+ "cost": {
662
+ "input": 0.3,
663
+ "output": 2.5,
664
+ "cache_read": 0.03
665
+ },
666
+ "limit": {
667
+ "context": 1000000,
668
+ "output": 65536
669
+ },
670
+ "attachment": true,
671
+ "modalities": {
672
+ "input": [
673
+ "text",
674
+ "image",
675
+ "video",
676
+ "audio",
677
+ "pdf"
678
+ ],
679
+ "output": [
680
+ "text"
681
+ ]
682
+ }
683
+ },
684
+ {
685
+ "id": "google/gemini-3.6-flash",
686
+ "name": "Gemini 3.6 Flash",
687
+ "tier": "open-source",
688
+ "reasoning": true,
689
+ "reasoningEfforts": [
690
+ "low",
691
+ "medium",
692
+ "high"
693
+ ],
694
+ "tool_call": true,
695
+ "cost": {
696
+ "input": 1.5,
697
+ "output": 7.5,
698
+ "cache_read": 0.15
699
+ },
700
+ "limit": {
701
+ "context": 1000000,
702
+ "output": 65536
703
+ },
704
+ "attachment": true,
705
+ "modalities": {
706
+ "input": [
707
+ "text",
708
+ "image",
709
+ "video",
710
+ "audio",
711
+ "pdf"
712
+ ],
713
+ "output": [
714
+ "text"
715
+ ]
716
+ }
717
+ },
718
+ {
719
+ "id": "google/gemini-3.7-flash",
720
+ "name": "Gemini 3.7 Flash",
721
+ "tier": "open-source",
722
+ "reasoning": true,
723
+ "reasoningEfforts": [
724
+ "low",
725
+ "medium",
726
+ "high"
727
+ ],
728
+ "tool_call": true,
729
+ "cost": {
730
+ "input": 1.5,
731
+ "output": 7.5,
732
+ "cache_read": 0.15,
733
+ "cache_write": 0.08334
734
+ },
735
+ "limit": {
736
+ "context": 1048576,
737
+ "output": 65536
738
+ },
739
+ "attachment": true,
740
+ "modalities": {
741
+ "input": [
742
+ "text",
743
+ "image",
744
+ "video",
745
+ "audio",
746
+ "pdf"
747
+ ],
748
+ "output": [
749
+ "text"
750
+ ]
751
+ }
752
+ },
753
+ {
754
+ "id": "google/gemini-3.8-flash",
755
+ "name": "Gemini 3.8 Flash",
756
+ "tier": "open-source",
757
+ "reasoning": true,
758
+ "reasoningEfforts": [
759
+ "low",
760
+ "medium",
761
+ "high"
762
+ ],
763
+ "tool_call": true,
764
+ "cost": {
765
+ "input": 1.5,
766
+ "output": 7.5,
767
+ "cache_read": 0.15
768
+ },
769
+ "limit": {
770
+ "context": 1000000,
771
+ "output": 65536
772
+ },
773
+ "attachment": true,
774
+ "modalities": {
775
+ "input": [
776
+ "text",
777
+ "image",
778
+ "video",
779
+ "audio",
780
+ "pdf"
781
+ ],
782
+ "output": [
783
+ "text"
784
+ ]
785
+ }
786
+ },
787
+ {
788
+ "id": "zai-org/GLM-5",
789
+ "name": "GLM-5",
790
+ "tier": "open-source",
791
+ "reasoning": false,
792
+ "tool_call": true,
793
+ "cost": {
794
+ "input": 0.95,
795
+ "output": 3.15
796
+ },
797
+ "limit": {
798
+ "context": 200000,
799
+ "output": 131072
800
+ },
801
+ "attachment": false,
802
+ "modalities": {
803
+ "input": [
804
+ "text"
805
+ ],
806
+ "output": [
807
+ "text"
808
+ ]
809
+ }
810
+ },
811
+ {
812
+ "id": "zai-org/GLM-5.1",
813
+ "name": "GLM-5.1",
814
+ "tier": "open-source",
815
+ "reasoning": false,
816
+ "tool_call": true,
817
+ "cost": {
818
+ "input": 1.4,
819
+ "output": 4.4,
820
+ "cache_read": 0.26
821
+ },
822
+ "limit": {
823
+ "context": 200000,
824
+ "output": 131072
825
+ },
826
+ "attachment": false,
827
+ "modalities": {
828
+ "input": [
829
+ "text"
830
+ ],
831
+ "output": [
832
+ "text"
833
+ ]
834
+ }
835
+ },
836
+ {
837
+ "id": "zai-org/GLM-5.2",
838
+ "name": "GLM-5.2",
839
+ "tier": "open-source",
840
+ "reasoning": true,
841
+ "reasoningEfforts": [
842
+ "high",
843
+ "max"
844
+ ],
845
+ "tool_call": true,
846
+ "cost": {
847
+ "input": 1.4,
848
+ "output": 4.4,
849
+ "cache_read": 0.26
850
+ },
851
+ "limit": {
852
+ "context": 1000000,
853
+ "output": 65536
854
+ },
855
+ "attachment": false,
856
+ "modalities": {
857
+ "input": [
858
+ "text"
859
+ ],
860
+ "output": [
861
+ "text"
862
+ ]
863
+ }
864
+ },
865
+ {
866
+ "id": "zai-org/GLM-5.2-Fast",
867
+ "name": "GLM-5.2 Fast",
868
+ "tier": "open-source",
869
+ "reasoning": false,
870
+ "tool_call": true,
871
+ "cost": {
872
+ "input": 3,
873
+ "output": 10.25,
874
+ "cache_read": 0.5
875
+ },
876
+ "limit": {
877
+ "context": 1000000,
878
+ "output": 65536
879
+ },
880
+ "attachment": true,
881
+ "modalities": {
882
+ "input": [
883
+ "text",
884
+ "image"
885
+ ],
886
+ "output": [
887
+ "text"
888
+ ]
889
+ }
890
+ },
891
+ {
892
+ "id": "zai-org/GLM-5.3",
893
+ "name": "GLM-5.3",
894
+ "tier": "open-source",
895
+ "reasoning": true,
896
+ "reasoningEfforts": [
897
+ "low",
898
+ "high",
899
+ "max"
900
+ ],
901
+ "tool_call": true,
902
+ "cost": {
903
+ "input": 1.4,
904
+ "output": 4.4,
905
+ "cache_read": 0.26
906
+ },
907
+ "limit": {
908
+ "context": 1000000,
909
+ "output": 65536
910
+ },
911
+ "attachment": false,
912
+ "modalities": {
913
+ "input": [
914
+ "text"
915
+ ],
916
+ "output": [
917
+ "text"
918
+ ]
919
+ }
920
+ },
921
+ {
922
+ "id": "z-ai/glm-5.3-flash",
923
+ "name": "GLM-5.3 Flash",
924
+ "tier": "open-source",
925
+ "reasoning": true,
926
+ "reasoningEfforts": [
927
+ "low",
928
+ "high",
929
+ "max"
930
+ ],
931
+ "tool_call": true,
932
+ "cost": {
933
+ "input": 0.15,
934
+ "output": 0.5,
935
+ "cache_read": 0.03
936
+ },
937
+ "limit": {
938
+ "context": 1048576,
939
+ "output": 131072
940
+ },
941
+ "attachment": true,
942
+ "modalities": {
943
+ "input": [
944
+ "text",
945
+ "image",
946
+ "video"
947
+ ],
948
+ "output": [
949
+ "text"
950
+ ]
951
+ }
952
+ },
953
+ {
954
+ "id": "gpt-5.6-luna",
955
+ "name": "GPT-5.6 Luna",
956
+ "tier": "open-source",
957
+ "reasoning": true,
958
+ "reasoningEfforts": [
959
+ "low",
960
+ "medium",
961
+ "high",
962
+ "xhigh",
963
+ "max"
964
+ ],
965
+ "tool_call": true,
966
+ "cost": {
967
+ "input": 0.2,
968
+ "output": 1.2,
969
+ "cache_read": 0.02,
970
+ "cache_write": 0.25
971
+ },
972
+ "limit": {
973
+ "context": 1050000,
974
+ "output": 65536
975
+ },
976
+ "attachment": true,
977
+ "modalities": {
978
+ "input": [
979
+ "text",
980
+ "image"
981
+ ],
982
+ "output": [
983
+ "text"
984
+ ]
985
+ }
986
+ },
987
+ {
988
+ "id": "gpt-5.6-sol",
989
+ "name": "GPT-5.6 Sol",
990
+ "tier": "open-source",
991
+ "reasoning": true,
992
+ "reasoningEfforts": [
993
+ "low",
994
+ "medium",
995
+ "high",
996
+ "xhigh",
997
+ "max"
998
+ ],
999
+ "tool_call": true,
1000
+ "cost": {
1001
+ "input": 5,
1002
+ "output": 30,
1003
+ "cache_read": 0.5,
1004
+ "cache_write": 6.25
1005
+ },
1006
+ "limit": {
1007
+ "context": 1050000,
1008
+ "output": 65536
1009
+ },
1010
+ "attachment": true,
1011
+ "modalities": {
1012
+ "input": [
1013
+ "text",
1014
+ "image"
1015
+ ],
1016
+ "output": [
1017
+ "text"
1018
+ ]
1019
+ }
1020
+ },
1021
+ {
1022
+ "id": "gpt-5.6-terra",
1023
+ "name": "GPT-5.6 Terra",
1024
+ "tier": "open-source",
1025
+ "reasoning": true,
1026
+ "reasoningEfforts": [
1027
+ "low",
1028
+ "medium",
1029
+ "high",
1030
+ "xhigh",
1031
+ "max"
1032
+ ],
1033
+ "tool_call": true,
1034
+ "cost": {
1035
+ "input": 2,
1036
+ "output": 12,
1037
+ "cache_read": 0.2,
1038
+ "cache_write": 2.5
1039
+ },
1040
+ "limit": {
1041
+ "context": 1050000,
1042
+ "output": 65536
1043
+ },
1044
+ "attachment": true,
1045
+ "modalities": {
1046
+ "input": [
1047
+ "text",
1048
+ "image"
1049
+ ],
1050
+ "output": [
1051
+ "text"
1052
+ ]
1053
+ }
1054
+ },
1055
+ {
1056
+ "id": "xai/grok-4.5",
1057
+ "name": "Grok 4.5",
1058
+ "tier": "open-source",
1059
+ "reasoning": true,
1060
+ "reasoningEfforts": [
1061
+ "low",
1062
+ "medium",
1063
+ "high"
1064
+ ],
1065
+ "tool_call": true,
1066
+ "cost": {
1067
+ "input": 2,
1068
+ "output": 6,
1069
+ "cache_read": 0.5
1070
+ },
1071
+ "limit": {
1072
+ "context": 500000,
1073
+ "output": 65536
1074
+ },
1075
+ "attachment": true,
1076
+ "modalities": {
1077
+ "input": [
1078
+ "text",
1079
+ "image"
1080
+ ],
1081
+ "output": [
1082
+ "text"
1083
+ ]
1084
+ }
1085
+ },
1086
+ {
1087
+ "id": "xai/grok-4.6",
1088
+ "name": "Grok 4.6",
1089
+ "tier": "open-source",
1090
+ "reasoning": true,
1091
+ "reasoningEfforts": [
1092
+ "low",
1093
+ "medium",
1094
+ "high",
1095
+ "xhigh"
1096
+ ],
1097
+ "tool_call": true,
1098
+ "cost": {
1099
+ "input": 2,
1100
+ "output": 6,
1101
+ "cache_read": 0.5
1102
+ },
1103
+ "limit": {
1104
+ "context": 500000,
1105
+ "output": 65536
1106
+ },
1107
+ "attachment": true,
1108
+ "modalities": {
1109
+ "input": [
1110
+ "text",
1111
+ "image"
1112
+ ],
1113
+ "output": [
1114
+ "text"
1115
+ ]
1116
+ }
1117
+ },
1118
+ {
1119
+ "id": "thinkingmachines/inkling",
1120
+ "name": "Inkling",
1121
+ "tier": "open-source",
1122
+ "reasoning": true,
1123
+ "tool_call": true,
1124
+ "cost": {
1125
+ "input": 1,
1126
+ "output": 4.05,
1127
+ "cache_read": 0.17
1128
+ },
1129
+ "limit": {
1130
+ "context": 256000,
1131
+ "output": 65536
1132
+ },
1133
+ "attachment": true,
1134
+ "modalities": {
1135
+ "input": [
1136
+ "text",
1137
+ "image"
1138
+ ],
1139
+ "output": [
1140
+ "text"
1141
+ ]
1142
+ }
1143
+ },
1144
+ {
1145
+ "id": "thinkingmachines/inkling-small",
1146
+ "name": "Inkling Small",
1147
+ "tier": "open-source",
1148
+ "reasoning": true,
1149
+ "tool_call": true,
1150
+ "cost": {
1151
+ "input": 0.5,
1152
+ "output": 1.2,
1153
+ "cache_read": 0.1
1154
+ },
1155
+ "limit": {
1156
+ "context": 1000000,
1157
+ "output": 65536
1158
+ },
1159
+ "attachment": true,
1160
+ "modalities": {
1161
+ "input": [
1162
+ "text",
1163
+ "image"
1164
+ ],
1165
+ "output": [
1166
+ "text"
1167
+ ]
1168
+ }
1169
+ },
1170
+ {
1171
+ "id": "moonshotai/Kimi-K2.5",
1172
+ "name": "Kimi K2.5",
1173
+ "tier": "open-source",
1174
+ "reasoning": false,
1175
+ "tool_call": true,
1176
+ "cost": {
1177
+ "input": 0.6,
1178
+ "output": 3
1179
+ },
1180
+ "limit": {
1181
+ "context": 256000,
1182
+ "output": 131072
1183
+ },
1184
+ "attachment": true,
1185
+ "modalities": {
1186
+ "input": [
1187
+ "text",
1188
+ "image"
1189
+ ],
1190
+ "output": [
1191
+ "text"
1192
+ ]
1193
+ }
1194
+ },
1195
+ {
1196
+ "id": "moonshotai/Kimi-K2.6",
1197
+ "name": "Kimi K2.6",
1198
+ "tier": "open-source",
1199
+ "reasoning": false,
1200
+ "tool_call": true,
1201
+ "cost": {
1202
+ "input": 0.95,
1203
+ "output": 4,
1204
+ "cache_read": 0.16
1205
+ },
1206
+ "limit": {
1207
+ "context": 256000,
1208
+ "output": 131072
1209
+ },
1210
+ "attachment": true,
1211
+ "modalities": {
1212
+ "input": [
1213
+ "text",
1214
+ "image",
1215
+ "video"
1216
+ ],
1217
+ "output": [
1218
+ "text"
1219
+ ]
1220
+ }
1221
+ },
1222
+ {
1223
+ "id": "moonshotai/Kimi-K2.7-Code",
1224
+ "name": "Kimi K2.7 Code",
1225
+ "tier": "open-source",
1226
+ "reasoning": true,
1227
+ "tool_call": true,
1228
+ "cost": {
1229
+ "input": 0.95,
1230
+ "output": 4,
1231
+ "cache_read": 0.19
1232
+ },
1233
+ "limit": {
1234
+ "context": 256000,
1235
+ "output": 65536
1236
+ },
1237
+ "attachment": true,
1238
+ "modalities": {
1239
+ "input": [
1240
+ "text",
1241
+ "image",
1242
+ "video"
1243
+ ],
1244
+ "output": [
1245
+ "text"
1246
+ ]
1247
+ }
1248
+ },
1249
+ {
1250
+ "id": "moonshotai/Kimi-K2.7-Code-Highspeed",
1251
+ "name": "Kimi K2.7 Code HighSpeed",
1252
+ "tier": "open-source",
1253
+ "reasoning": true,
1254
+ "tool_call": true,
1255
+ "cost": {
1256
+ "input": 1.9,
1257
+ "output": 8,
1258
+ "cache_read": 0.38
1259
+ },
1260
+ "limit": {
1261
+ "context": 262000,
1262
+ "output": 65536
1263
+ },
1264
+ "attachment": true,
1265
+ "modalities": {
1266
+ "input": [
1267
+ "text",
1268
+ "image"
1269
+ ],
1270
+ "output": [
1271
+ "text"
1272
+ ]
1273
+ }
1274
+ },
1275
+ {
1276
+ "id": "moonshotai/Kimi-K3",
1277
+ "name": "Kimi K3",
1278
+ "tier": "open-source",
1279
+ "reasoning": true,
1280
+ "reasoningEfforts": [
1281
+ "low",
1282
+ "high",
1283
+ "max"
1284
+ ],
1285
+ "tool_call": true,
1286
+ "cost": {
1287
+ "input": 3,
1288
+ "output": 15,
1289
+ "cache_read": 0.3
1290
+ },
1291
+ "limit": {
1292
+ "context": 1000000,
1293
+ "output": 65536
1294
+ },
1295
+ "attachment": true,
1296
+ "modalities": {
1297
+ "input": [
1298
+ "text",
1299
+ "image",
1300
+ "video"
1301
+ ],
1302
+ "output": [
1303
+ "text"
1304
+ ]
1305
+ }
1306
+ },
1307
+ {
1308
+ "id": "poolside/laguna-s-2.1-free",
1309
+ "name": "Laguna S 2.1",
1310
+ "tier": "open-source",
1311
+ "reasoning": true,
1312
+ "tool_call": true,
1313
+ "cost": {
1314
+ "input": 0,
1315
+ "output": 0,
1316
+ "cache_read": 0
1317
+ },
1318
+ "limit": {
1319
+ "context": 256000,
1320
+ "output": 32768
1321
+ },
1322
+ "attachment": false,
1323
+ "modalities": {
1324
+ "input": [
1325
+ "text"
1326
+ ],
1327
+ "output": [
1328
+ "text"
1329
+ ]
1330
+ }
1331
+ },
1332
+ {
1333
+ "id": "inclusionai/ling-3.0-flash-free",
1334
+ "name": "Ling 3.0 Flash",
1335
+ "tier": "open-source",
1336
+ "reasoning": true,
1337
+ "tool_call": true,
1338
+ "cost": {
1339
+ "input": 0,
1340
+ "output": 0
1341
+ },
1342
+ "limit": {
1343
+ "context": 256000,
1344
+ "output": 32768
1345
+ },
1346
+ "attachment": false,
1347
+ "modalities": {
1348
+ "input": [
1349
+ "text"
1350
+ ],
1351
+ "output": [
1352
+ "text"
1353
+ ]
1354
+ }
1355
+ },
1356
+ {
1357
+ "id": "meituan/LongCat-2.0:free",
1358
+ "name": "LongCat 2.0",
1359
+ "tier": "open-source",
1360
+ "reasoning": true,
1361
+ "tool_call": true,
1362
+ "cost": {
1363
+ "input": 0,
1364
+ "output": 0,
1365
+ "cache_read": 0
1366
+ },
1367
+ "limit": {
1368
+ "context": 1048576,
1369
+ "output": 65536
1370
+ },
1371
+ "attachment": false,
1372
+ "modalities": {
1373
+ "input": [
1374
+ "text"
1375
+ ],
1376
+ "output": [
1377
+ "text"
1378
+ ]
1379
+ }
1380
+ },
1381
+ {
1382
+ "id": "xiaomi/mimo-v2.5",
1383
+ "name": "MiMo V2.5",
1384
+ "tier": "open-source",
1385
+ "reasoning": false,
1386
+ "tool_call": true,
1387
+ "cost": {
1388
+ "input": 0.14,
1389
+ "output": 0.28,
1390
+ "cache_read": 0.0028
1391
+ },
1392
+ "limit": {
1393
+ "context": 1000000,
1394
+ "output": 65536
1395
+ },
1396
+ "attachment": true,
1397
+ "modalities": {
1398
+ "input": [
1399
+ "text",
1400
+ "image",
1401
+ "audio",
1402
+ "video"
1403
+ ],
1404
+ "output": [
1405
+ "text"
1406
+ ]
1407
+ }
1408
+ },
1409
+ {
1410
+ "id": "xiaomi/mimo-v2.5-pro",
1411
+ "name": "MiMo V2.5 Pro",
1412
+ "tier": "open-source",
1413
+ "reasoning": false,
1414
+ "tool_call": true,
1415
+ "cost": {
1416
+ "input": 0.435,
1417
+ "output": 0.87,
1418
+ "cache_read": 0.0036
1419
+ },
1420
+ "limit": {
1421
+ "context": 1000000,
1422
+ "output": 65536
1423
+ },
1424
+ "attachment": false,
1425
+ "modalities": {
1426
+ "input": [
1427
+ "text"
1428
+ ],
1429
+ "output": [
1430
+ "text"
1431
+ ]
1432
+ }
1433
+ },
1434
+ {
1435
+ "id": "MiniMaxAI/MiniMax-M2.5",
1436
+ "name": "MiniMax M2.5",
1437
+ "tier": "open-source",
1438
+ "reasoning": false,
1439
+ "tool_call": true,
1440
+ "cost": {
1441
+ "input": 0.5,
1442
+ "output": 2
1443
+ },
1444
+ "limit": {
1445
+ "context": 200000,
1446
+ "output": 131072
1447
+ },
1448
+ "attachment": false,
1449
+ "modalities": {
1450
+ "input": [
1451
+ "text"
1452
+ ],
1453
+ "output": [
1454
+ "text"
1455
+ ]
1456
+ }
1457
+ },
1458
+ {
1459
+ "id": "MiniMaxAI/MiniMax-M2.7",
1460
+ "name": "MiniMax M2.7",
1461
+ "tier": "open-source",
1462
+ "reasoning": false,
1463
+ "tool_call": true,
1464
+ "cost": {
1465
+ "input": 0.3,
1466
+ "output": 1.2,
1467
+ "cache_read": 0.06
1468
+ },
1469
+ "limit": {
1470
+ "context": 1000000,
1471
+ "output": 131072
1472
+ },
1473
+ "attachment": false,
1474
+ "modalities": {
1475
+ "input": [
1476
+ "text"
1477
+ ],
1478
+ "output": [
1479
+ "text"
1480
+ ]
1481
+ }
1482
+ },
1483
+ {
1484
+ "id": "minimax/minimax-m2.7-free",
1485
+ "name": "MiniMax M2.7 (Free)",
1486
+ "tier": "open-source",
1487
+ "reasoning": false,
1488
+ "tool_call": true,
1489
+ "cost": {
1490
+ "input": 0,
1491
+ "output": 0
1492
+ },
1493
+ "limit": {
1494
+ "context": 197000,
1495
+ "output": 65536
1496
+ },
1497
+ "attachment": false,
1498
+ "modalities": {
1499
+ "input": [
1500
+ "text"
1501
+ ],
1502
+ "output": [
1503
+ "text"
1504
+ ]
1505
+ }
1506
+ },
1507
+ {
1508
+ "id": "MiniMaxAI/MiniMax-M3",
1509
+ "name": "MiniMax M3",
1510
+ "tier": "open-source",
1511
+ "reasoning": true,
1512
+ "tool_call": true,
1513
+ "cost": {
1514
+ "input": 0.3,
1515
+ "output": 1.2,
1516
+ "cache_read": 0.06
1517
+ },
1518
+ "limit": {
1519
+ "context": 1000000,
1520
+ "output": 65536
1521
+ },
1522
+ "attachment": true,
1523
+ "modalities": {
1524
+ "input": [
1525
+ "text",
1526
+ "image",
1527
+ "video"
1528
+ ],
1529
+ "output": [
1530
+ "text"
1531
+ ]
1532
+ }
1533
+ },
1534
+ {
1535
+ "id": "minimax/minimax-m3-free",
1536
+ "name": "MiniMax M3 (Free)",
1537
+ "tier": "open-source",
1538
+ "reasoning": true,
1539
+ "tool_call": true,
1540
+ "cost": {
1541
+ "input": 0,
1542
+ "output": 0
1543
+ },
1544
+ "limit": {
1545
+ "context": 1000000,
1546
+ "output": 65536
1547
+ },
1548
+ "attachment": true,
1549
+ "modalities": {
1550
+ "input": [
1551
+ "text",
1552
+ "image"
1553
+ ],
1554
+ "output": [
1555
+ "text"
1556
+ ]
1557
+ }
1558
+ },
1559
+ {
1560
+ "id": "MiniMaxAI/MiniMax-M3-Free",
1561
+ "name": "MiniMax M3 Free",
1562
+ "tier": "open-source",
1563
+ "reasoning": true,
1564
+ "tool_call": true,
1565
+ "cost": {
1566
+ "input": 0,
1567
+ "output": 0
1568
+ },
1569
+ "limit": {
1570
+ "context": 1000000,
1571
+ "output": 65536
1572
+ },
1573
+ "attachment": true,
1574
+ "modalities": {
1575
+ "input": [
1576
+ "text",
1577
+ "image",
1578
+ "video"
1579
+ ],
1580
+ "output": [
1581
+ "text"
1582
+ ]
1583
+ }
1584
+ },
1585
+ {
1586
+ "id": "meta/muse-spark-1.1",
1587
+ "name": "Muse Spark 1.1",
1588
+ "tier": "open-source",
1589
+ "reasoning": true,
1590
+ "reasoningEfforts": [
1591
+ "low",
1592
+ "medium",
1593
+ "high",
1594
+ "xhigh"
1595
+ ],
1596
+ "tool_call": true,
1597
+ "cost": {
1598
+ "input": 1.25,
1599
+ "output": 4.25,
1600
+ "cache_read": 0.15
1601
+ },
1602
+ "limit": {
1603
+ "context": 1048576,
1604
+ "output": 65536
1605
+ },
1606
+ "attachment": true,
1607
+ "modalities": {
1608
+ "input": [
1609
+ "text",
1610
+ "image",
1611
+ "video",
1612
+ "pdf",
1613
+ "audio"
1614
+ ],
1615
+ "output": [
1616
+ "text"
1617
+ ]
1618
+ }
1619
+ },
1620
+ {
1621
+ "id": "meta/muse-spark-1.2",
1622
+ "name": "Muse Spark 1.2",
1623
+ "tier": "open-source",
1624
+ "reasoning": true,
1625
+ "reasoningEfforts": [
1626
+ "low",
1627
+ "medium",
1628
+ "high",
1629
+ "xhigh"
1630
+ ],
1631
+ "tool_call": true,
1632
+ "cost": {
1633
+ "input": 1.25,
1634
+ "output": 4.25,
1635
+ "cache_read": 0.15
1636
+ },
1637
+ "limit": {
1638
+ "context": 1048576,
1639
+ "output": 65536
1640
+ },
1641
+ "attachment": true,
1642
+ "modalities": {
1643
+ "input": [
1644
+ "text",
1645
+ "image",
1646
+ "video",
1647
+ "pdf",
1648
+ "audio"
1649
+ ],
1650
+ "output": [
1651
+ "text"
1652
+ ]
1653
+ }
1654
+ },
1655
+ {
1656
+ "id": "meta/muse-spark-1.2-contributor",
1657
+ "name": "Muse Spark 1.2 Contributor",
1658
+ "tier": "open-source",
1659
+ "reasoning": true,
1660
+ "reasoningEfforts": [
1661
+ "low",
1662
+ "medium",
1663
+ "high",
1664
+ "xhigh"
1665
+ ],
1666
+ "tool_call": true,
1667
+ "cost": {
1668
+ "input": 0.1,
1669
+ "output": 0.2,
1670
+ "cache_read": 0.002
1671
+ },
1672
+ "limit": {
1673
+ "context": 1048576,
1674
+ "output": 65536
1675
+ },
1676
+ "attachment": true,
1677
+ "modalities": {
1678
+ "input": [
1679
+ "text",
1680
+ "image",
1681
+ "video",
1682
+ "pdf",
1683
+ "audio"
1684
+ ],
1685
+ "output": [
1686
+ "text"
1687
+ ]
1688
+ }
1689
+ },
1690
+ {
1691
+ "id": "meta/muse-spark-1.3",
1692
+ "name": "Muse Spark 1.3",
1693
+ "tier": "open-source",
1694
+ "reasoning": true,
1695
+ "reasoningEfforts": [
1696
+ "low",
1697
+ "medium",
1698
+ "high",
1699
+ "xhigh",
1700
+ "max"
1701
+ ],
1702
+ "tool_call": true,
1703
+ "cost": {
1704
+ "input": 1.25,
1705
+ "output": 4.25,
1706
+ "cache_read": 0.15
1707
+ },
1708
+ "limit": {
1709
+ "context": 1048576,
1710
+ "output": 65536
1711
+ },
1712
+ "attachment": true,
1713
+ "modalities": {
1714
+ "input": [
1715
+ "text",
1716
+ "image",
1717
+ "video",
1718
+ "pdf",
1719
+ "audio"
1720
+ ],
1721
+ "output": [
1722
+ "text"
1723
+ ]
1724
+ }
1725
+ },
1726
+ {
1727
+ "id": "meta/muse-spark-1.3-contributor",
1728
+ "name": "Muse Spark 1.3 Contributor",
1729
+ "tier": "open-source",
1730
+ "reasoning": true,
1731
+ "reasoningEfforts": [
1732
+ "low",
1733
+ "medium",
1734
+ "high",
1735
+ "xhigh"
1736
+ ],
1737
+ "tool_call": true,
1738
+ "cost": {
1739
+ "input": 0.1,
1740
+ "output": 0.2,
1741
+ "cache_read": 0.002
1742
+ },
1743
+ "limit": {
1744
+ "context": 1048576,
1745
+ "output": 65536
1746
+ },
1747
+ "attachment": true,
1748
+ "modalities": {
1749
+ "input": [
1750
+ "text",
1751
+ "image",
1752
+ "video",
1753
+ "pdf",
1754
+ "audio"
1755
+ ],
1756
+ "output": [
1757
+ "text"
1758
+ ]
1759
+ }
1760
+ },
1761
+ {
1762
+ "id": "nvidia/nemotron-3-ultra-550b-a55b",
1763
+ "name": "Nemotron 3 Ultra",
1764
+ "tier": "open-source",
1765
+ "reasoning": true,
1766
+ "tool_call": true,
1767
+ "cost": {
1768
+ "input": 0.6,
1769
+ "output": 2.4,
1770
+ "cache_read": 0.12
1771
+ },
1772
+ "limit": {
1773
+ "context": 1000000,
1774
+ "output": 65536
1775
+ },
1776
+ "attachment": false,
1777
+ "modalities": {
1778
+ "input": [
1779
+ "text"
1780
+ ],
1781
+ "output": [
1782
+ "text"
1783
+ ]
1784
+ }
1785
+ },
1786
+ {
1787
+ "id": "Qwen/Qwen3.6-Max-Preview",
1788
+ "name": "Qwen 3.6 Max Preview",
1789
+ "tier": "open-source",
1790
+ "reasoning": true,
1791
+ "tool_call": true,
1792
+ "cost": {
1793
+ "input": 1.3,
1794
+ "output": 7.8,
1795
+ "cache_read": 0.26,
1796
+ "cache_write": 1.63
1797
+ },
1798
+ "limit": {
1799
+ "context": 1000000,
1800
+ "output": 131072
1801
+ },
1802
+ "attachment": false,
1803
+ "modalities": {
1804
+ "input": [
1805
+ "text"
1806
+ ],
1807
+ "output": [
1808
+ "text"
1809
+ ]
1810
+ }
1811
+ },
1812
+ {
1813
+ "id": "Qwen/Qwen3.6-Plus",
1814
+ "name": "Qwen 3.6 Plus",
1815
+ "tier": "open-source",
1816
+ "reasoning": true,
1817
+ "tool_call": true,
1818
+ "cost": {
1819
+ "input": 0.5,
1820
+ "output": 3,
1821
+ "cache_read": 0.1
1822
+ },
1823
+ "limit": {
1824
+ "context": 1000000,
1825
+ "output": 131072
1826
+ },
1827
+ "attachment": true,
1828
+ "modalities": {
1829
+ "input": [
1830
+ "text",
1831
+ "image",
1832
+ "video"
1833
+ ],
1834
+ "output": [
1835
+ "text"
1836
+ ]
1837
+ }
1838
+ },
1839
+ {
1840
+ "id": "Qwen/Qwen3.7-Flash",
1841
+ "name": "Qwen 3.7 Flash",
1842
+ "tier": "open-source",
1843
+ "reasoning": true,
1844
+ "tool_call": true,
1845
+ "cost": {
1846
+ "input": 0.03,
1847
+ "output": 0.13,
1848
+ "cache_read": 0.006,
1849
+ "cache_write": 0.038
1850
+ },
1851
+ "limit": {
1852
+ "context": 1000000,
1853
+ "output": 65536
1854
+ },
1855
+ "attachment": true,
1856
+ "modalities": {
1857
+ "input": [
1858
+ "text",
1859
+ "image",
1860
+ "video"
1861
+ ],
1862
+ "output": [
1863
+ "text"
1864
+ ]
1865
+ }
1866
+ },
1867
+ {
1868
+ "id": "Qwen/Qwen3.7-Max",
1869
+ "name": "Qwen 3.7 Max",
1870
+ "tier": "open-source",
1871
+ "reasoning": true,
1872
+ "tool_call": true,
1873
+ "cost": {
1874
+ "input": 2.5,
1875
+ "output": 7.5,
1876
+ "cache_read": 0.5,
1877
+ "cache_write": 3.13
1878
+ },
1879
+ "limit": {
1880
+ "context": 1000000,
1881
+ "output": 131072
1882
+ },
1883
+ "attachment": false,
1884
+ "modalities": {
1885
+ "input": [
1886
+ "text"
1887
+ ],
1888
+ "output": [
1889
+ "text"
1890
+ ]
1891
+ }
1892
+ },
1893
+ {
1894
+ "id": "Qwen/Qwen3.7-Plus",
1895
+ "name": "Qwen 3.7 Plus",
1896
+ "tier": "open-source",
1897
+ "reasoning": true,
1898
+ "tool_call": true,
1899
+ "cost": {
1900
+ "input": 0.4,
1901
+ "output": 1.6,
1902
+ "cache_read": 0.08,
1903
+ "cache_write": 0.5
1904
+ },
1905
+ "limit": {
1906
+ "context": 1000000,
1907
+ "output": 65536
1908
+ },
1909
+ "attachment": true,
1910
+ "modalities": {
1911
+ "input": [
1912
+ "text",
1913
+ "image",
1914
+ "video"
1915
+ ],
1916
+ "output": [
1917
+ "text"
1918
+ ]
1919
+ }
1920
+ },
1921
+ {
1922
+ "id": "Qwen/Qwen3.8-27B",
1923
+ "name": "Qwen 3.8 27B",
1924
+ "tier": "open-source",
1925
+ "reasoning": true,
1926
+ "reasoningEfforts": [
1927
+ "low",
1928
+ "medium",
1929
+ "xhigh"
1930
+ ],
1931
+ "tool_call": true,
1932
+ "cost": {
1933
+ "input": 0.4,
1934
+ "output": 3,
1935
+ "cache_read": 0.04
1936
+ },
1937
+ "limit": {
1938
+ "context": 262144,
1939
+ "output": 32768
1940
+ },
1941
+ "attachment": true,
1942
+ "modalities": {
1943
+ "input": [
1944
+ "text",
1945
+ "image",
1946
+ "video",
1947
+ "pdf"
1948
+ ],
1949
+ "output": [
1950
+ "text"
1951
+ ]
1952
+ }
1953
+ },
1954
+ {
1955
+ "id": "Qwen/Qwen3.8-Flash",
1956
+ "name": "Qwen 3.8 Flash",
1957
+ "tier": "open-source",
1958
+ "reasoning": true,
1959
+ "reasoningEfforts": [
1960
+ "low",
1961
+ "medium",
1962
+ "xhigh"
1963
+ ],
1964
+ "tool_call": true,
1965
+ "cost": {
1966
+ "input": 0.16,
1967
+ "output": 0.47,
1968
+ "cache_read": 0.016
1969
+ },
1970
+ "limit": {
1971
+ "context": 1000000,
1972
+ "output": 65536
1973
+ },
1974
+ "attachment": true,
1975
+ "modalities": {
1976
+ "input": [
1977
+ "text",
1978
+ "image",
1979
+ "video"
1980
+ ],
1981
+ "output": [
1982
+ "text"
1983
+ ]
1984
+ }
1985
+ },
1986
+ {
1987
+ "id": "Qwen/Qwen3.8-Max",
1988
+ "name": "Qwen 3.8 Max",
1989
+ "tier": "open-source",
1990
+ "reasoning": true,
1991
+ "reasoningEfforts": [
1992
+ "low",
1993
+ "medium",
1994
+ "xhigh"
1995
+ ],
1996
+ "tool_call": true,
1997
+ "cost": {
1998
+ "input": 2,
1999
+ "output": 6,
2000
+ "cache_read": 0.25,
2001
+ "cache_write": 2.5
2002
+ },
2003
+ "limit": {
2004
+ "context": 1000000,
2005
+ "output": 65536
2006
+ },
2007
+ "attachment": true,
2008
+ "modalities": {
2009
+ "input": [
2010
+ "text",
2011
+ "image",
2012
+ "video"
2013
+ ],
2014
+ "output": [
2015
+ "text"
2016
+ ]
2017
+ }
2018
+ },
2019
+ {
2020
+ "id": "Qwen/Qwen3.8-Max-0902",
2021
+ "name": "Qwen 3.8 Max 0902",
2022
+ "tier": "open-source",
2023
+ "reasoning": true,
2024
+ "reasoningEfforts": [
2025
+ "low",
2026
+ "medium",
2027
+ "xhigh"
2028
+ ],
2029
+ "tool_call": true,
2030
+ "cost": {
2031
+ "input": 2,
2032
+ "output": 6,
2033
+ "cache_read": 0.25
2034
+ },
2035
+ "limit": {
2036
+ "context": 1000000,
2037
+ "output": 65536
2038
+ },
2039
+ "attachment": true,
2040
+ "modalities": {
2041
+ "input": [
2042
+ "text",
2043
+ "image",
2044
+ "video"
2045
+ ],
2046
+ "output": [
2047
+ "text"
2048
+ ]
2049
+ }
2050
+ },
2051
+ {
2052
+ "id": "stepfun/Step-3.5-Flash",
2053
+ "name": "Step 3.5 Flash",
2054
+ "tier": "open-source",
2055
+ "reasoning": true,
2056
+ "tool_call": true,
2057
+ "cost": {
2058
+ "input": 0.1,
2059
+ "output": 0.3,
2060
+ "cache_read": 0.02
2061
+ },
2062
+ "limit": {
2063
+ "context": 1000000,
2064
+ "output": 131072
2065
+ },
2066
+ "attachment": false,
2067
+ "modalities": {
2068
+ "input": [
2069
+ "text"
2070
+ ],
2071
+ "output": [
2072
+ "text"
2073
+ ]
2074
+ }
2075
+ },
2076
+ {
2077
+ "id": "stepfun/Step-3.7-Flash",
2078
+ "name": "Step 3.7 Flash",
2079
+ "tier": "open-source",
2080
+ "reasoning": true,
2081
+ "tool_call": true,
2082
+ "cost": {
2083
+ "input": 0.2,
2084
+ "output": 1.15,
2085
+ "cache_read": 0.04
2086
+ },
2087
+ "limit": {
2088
+ "context": 256000,
2089
+ "output": 65536
2090
+ },
2091
+ "attachment": true,
2092
+ "modalities": {
2093
+ "input": [
2094
+ "text",
2095
+ "image",
2096
+ "video"
2097
+ ],
2098
+ "output": [
2099
+ "text"
2100
+ ]
2101
+ }
2102
+ },
2103
+ {
2104
+ "id": "tencent/hy3-paid",
2105
+ "name": "Tencent Hy3",
2106
+ "tier": "open-source",
2107
+ "reasoning": true,
2108
+ "tool_call": true,
2109
+ "cost": {
2110
+ "input": 0.14,
2111
+ "output": 0.58,
2112
+ "cache_read": 0.035
2113
+ },
2114
+ "limit": {
2115
+ "context": 262144,
2116
+ "output": 65536
2117
+ },
2118
+ "attachment": false,
2119
+ "modalities": {
2120
+ "input": [
2121
+ "text"
2122
+ ],
2123
+ "output": [
2124
+ "text"
2125
+ ]
2126
+ }
2127
+ },
2128
+ {
2129
+ "id": "tencent/Hy3",
2130
+ "name": "Tencent Hy3 (Free)",
2131
+ "tier": "open-source",
2132
+ "reasoning": true,
2133
+ "tool_call": true,
2134
+ "cost": {
2135
+ "input": 0,
2136
+ "output": 0
2137
+ },
2138
+ "limit": {
2139
+ "context": 262144,
2140
+ "output": 65536
2141
+ },
2142
+ "attachment": false,
2143
+ "modalities": {
2144
+ "input": [
2145
+ "text"
2146
+ ],
2147
+ "output": [
2148
+ "text"
2149
+ ]
2150
+ }
2151
+ },
2152
+ {
2153
+ "id": "tencent/hy4-preview",
2154
+ "name": "Tencent Hy4 Preview",
2155
+ "tier": "open-source",
2156
+ "reasoning": true,
2157
+ "reasoningEfforts": [
2158
+ "low",
2159
+ "medium",
2160
+ "high"
2161
+ ],
2162
+ "tool_call": true,
2163
+ "cost": {
2164
+ "input": 0.834,
2165
+ "output": 2.501,
2166
+ "cache_read": 0.042
2167
+ },
2168
+ "limit": {
2169
+ "context": 1048576,
2170
+ "output": 65536
2171
+ },
2172
+ "attachment": false,
2173
+ "modalities": {
2174
+ "input": [
2175
+ "text"
2176
+ ],
2177
+ "output": [
2178
+ "text"
2179
+ ]
2180
+ }
2181
+ }
2182
+ ]