pi-tokenrouter 1.0.4 → 1.0.6

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.
@@ -0,0 +1,1052 @@
1
+ import type { TokenRouterProviderModel } from "./provider-config.js";
2
+
3
+ // Derived from TokenRouter /v1/models and enriched with models.dev, then OpenRouter metadata.
4
+ // Generated on 2026-05-23T05:45:11.536Z.
5
+ export const TOKENROUTER_MODELS: TokenRouterProviderModel[] = [
6
+ {
7
+ "id": "claude-haiku-4-5",
8
+ "name": "claude-haiku-4-5",
9
+ "reasoning": true,
10
+ "input": [
11
+ "text",
12
+ "image"
13
+ ],
14
+ "cost": {
15
+ "input": 1,
16
+ "output": 5,
17
+ "cacheRead": 0,
18
+ "cacheWrite": 0
19
+ },
20
+ "contextWindow": 200000,
21
+ "maxTokens": 64000
22
+ },
23
+ {
24
+ "id": "google/gemini-3.5-flash",
25
+ "name": "Gemini 3.5 Flash",
26
+ "reasoning": true,
27
+ "input": [
28
+ "text",
29
+ "image"
30
+ ],
31
+ "cost": {
32
+ "input": 1.5,
33
+ "output": 9,
34
+ "cacheRead": 0.15,
35
+ "cacheWrite": 0.08333333333333334
36
+ },
37
+ "contextWindow": 1000000,
38
+ "maxTokens": 64000
39
+ },
40
+ {
41
+ "id": "qwen/qwen3.5-9b",
42
+ "name": "Qwen3.5 9B",
43
+ "reasoning": true,
44
+ "input": [
45
+ "text",
46
+ "image"
47
+ ],
48
+ "cost": {
49
+ "input": 0.1,
50
+ "output": 0.4,
51
+ "cacheRead": 0,
52
+ "cacheWrite": 0
53
+ },
54
+ "contextWindow": 262144,
55
+ "maxTokens": 262144
56
+ },
57
+ {
58
+ "id": "xiaomi/mimo-v2.5-pro",
59
+ "name": "MiMo V2.5 Pro",
60
+ "reasoning": true,
61
+ "input": [
62
+ "text"
63
+ ],
64
+ "cost": {
65
+ "input": 1,
66
+ "output": 3,
67
+ "cacheRead": 0.19999999999999998,
68
+ "cacheWrite": 0
69
+ },
70
+ "contextWindow": 1050000,
71
+ "maxTokens": 131000
72
+ },
73
+ {
74
+ "id": "minimax/minimax-m2.7-highspeed",
75
+ "name": "MiniMax M2.7 High Speed",
76
+ "reasoning": true,
77
+ "input": [
78
+ "text",
79
+ "image"
80
+ ],
81
+ "cost": {
82
+ "input": 0.6,
83
+ "output": 2.4,
84
+ "cacheRead": 0.06,
85
+ "cacheWrite": 0.375
86
+ },
87
+ "contextWindow": 204800,
88
+ "maxTokens": 131100
89
+ },
90
+ {
91
+ "id": "qwen/qwen3.7-max",
92
+ "name": "Qwen3.7 Max",
93
+ "reasoning": true,
94
+ "input": [
95
+ "text"
96
+ ],
97
+ "cost": {
98
+ "input": 2.5,
99
+ "output": 7.5,
100
+ "cacheRead": 0,
101
+ "cacheWrite": 3.125
102
+ },
103
+ "contextWindow": 1000000,
104
+ "maxTokens": 65536
105
+ },
106
+ {
107
+ "id": "deepseek/deepseek-v4-pro",
108
+ "name": "DeepSeek V4 Pro",
109
+ "reasoning": true,
110
+ "input": [
111
+ "text"
112
+ ],
113
+ "cost": {
114
+ "input": 1.74,
115
+ "output": 3.48,
116
+ "cacheRead": 0.145,
117
+ "cacheWrite": 0
118
+ },
119
+ "contextWindow": 1000000,
120
+ "maxTokens": 384000
121
+ },
122
+ {
123
+ "id": "miromind/mirothinker-1-7-deepresearch-mini",
124
+ "name": "miromind/mirothinker-1-7-deepresearch-mini",
125
+ "reasoning": false,
126
+ "input": [
127
+ "text"
128
+ ],
129
+ "cost": {
130
+ "input": 0,
131
+ "output": 0,
132
+ "cacheRead": 0,
133
+ "cacheWrite": 0
134
+ },
135
+ "contextWindow": 4096,
136
+ "maxTokens": 4096
137
+ },
138
+ {
139
+ "id": "miromind/mirothinker-1-7-deepresearch",
140
+ "name": "miromind/mirothinker-1-7-deepresearch",
141
+ "reasoning": false,
142
+ "input": [
143
+ "text"
144
+ ],
145
+ "cost": {
146
+ "input": 0,
147
+ "output": 0,
148
+ "cacheRead": 0,
149
+ "cacheWrite": 0
150
+ },
151
+ "contextWindow": 4096,
152
+ "maxTokens": 4096
153
+ },
154
+ {
155
+ "id": "qwen/qwen3.5-122b-a10b",
156
+ "name": "Qwen3.5 122B A10B",
157
+ "reasoning": true,
158
+ "input": [
159
+ "text",
160
+ "image"
161
+ ],
162
+ "cost": {
163
+ "input": 0.4,
164
+ "output": 3.2,
165
+ "cacheRead": 0,
166
+ "cacheWrite": 0
167
+ },
168
+ "contextWindow": 262144,
169
+ "maxTokens": 262144
170
+ },
171
+ {
172
+ "id": "minimax/minimax-m2.7",
173
+ "name": "Minimax M2.7",
174
+ "reasoning": true,
175
+ "input": [
176
+ "text",
177
+ "image"
178
+ ],
179
+ "cost": {
180
+ "input": 0.3,
181
+ "output": 1.2,
182
+ "cacheRead": 0.06,
183
+ "cacheWrite": 0.375
184
+ },
185
+ "contextWindow": 204800,
186
+ "maxTokens": 131000
187
+ },
188
+ {
189
+ "id": "qwen/qwen3.5-plus-02-15",
190
+ "name": "Qwen3.5 Plus 2026-02-15",
191
+ "reasoning": true,
192
+ "input": [
193
+ "text",
194
+ "image"
195
+ ],
196
+ "cost": {
197
+ "input": 0.26,
198
+ "output": 1.56,
199
+ "cacheRead": 0,
200
+ "cacheWrite": 0.325
201
+ },
202
+ "contextWindow": 1000000,
203
+ "maxTokens": 65536
204
+ },
205
+ {
206
+ "id": "xiaomi/mimo-v2.5",
207
+ "name": "MiMo M2.5",
208
+ "reasoning": true,
209
+ "input": [
210
+ "text",
211
+ "image"
212
+ ],
213
+ "cost": {
214
+ "input": 0.39999999999999997,
215
+ "output": 2,
216
+ "cacheRead": 0.08,
217
+ "cacheWrite": 0
218
+ },
219
+ "contextWindow": 1050000,
220
+ "maxTokens": 131100
221
+ },
222
+ {
223
+ "id": "x-ai/grok-4.20-beta",
224
+ "name": "x-ai/grok-4.20-beta",
225
+ "reasoning": false,
226
+ "input": [
227
+ "text"
228
+ ],
229
+ "cost": {
230
+ "input": 0,
231
+ "output": 0,
232
+ "cacheRead": 0,
233
+ "cacheWrite": 0
234
+ },
235
+ "contextWindow": 4096,
236
+ "maxTokens": 4096
237
+ },
238
+ {
239
+ "id": "openai/gpt-5.2",
240
+ "name": "GPT-5.2",
241
+ "reasoning": true,
242
+ "input": [
243
+ "text",
244
+ "image"
245
+ ],
246
+ "cost": {
247
+ "input": 1.75,
248
+ "output": 14,
249
+ "cacheRead": 0.18,
250
+ "cacheWrite": 0
251
+ },
252
+ "contextWindow": 400000,
253
+ "maxTokens": 128000
254
+ },
255
+ {
256
+ "id": "deepseek/deepseek-v3.2",
257
+ "name": "DeepSeek V3.2",
258
+ "reasoning": true,
259
+ "input": [
260
+ "text"
261
+ ],
262
+ "cost": {
263
+ "input": 0.27,
264
+ "output": 0.4,
265
+ "cacheRead": 0.22,
266
+ "cacheWrite": 0
267
+ },
268
+ "contextWindow": 163842,
269
+ "maxTokens": 8000
270
+ },
271
+ {
272
+ "id": "qwen/qwen3.5-35b-a3b",
273
+ "name": "Qwen3.5 35B A3B",
274
+ "reasoning": true,
275
+ "input": [
276
+ "text",
277
+ "image"
278
+ ],
279
+ "cost": {
280
+ "input": 0.25,
281
+ "output": 1.3,
282
+ "cacheRead": 0,
283
+ "cacheWrite": 0
284
+ },
285
+ "contextWindow": 262144,
286
+ "maxTokens": 262144
287
+ },
288
+ {
289
+ "id": "anthropic/claude-opus-4.7",
290
+ "name": "Claude Opus 4.7",
291
+ "reasoning": true,
292
+ "input": [
293
+ "text",
294
+ "image"
295
+ ],
296
+ "cost": {
297
+ "input": 5,
298
+ "output": 25,
299
+ "cacheRead": 0.5,
300
+ "cacheWrite": 6.25
301
+ },
302
+ "contextWindow": 1000000,
303
+ "maxTokens": 128000
304
+ },
305
+ {
306
+ "id": "anthropic/claude-sonnet-4.5",
307
+ "name": "Claude Sonnet 4.5",
308
+ "reasoning": true,
309
+ "input": [
310
+ "text",
311
+ "image"
312
+ ],
313
+ "cost": {
314
+ "input": 3,
315
+ "output": 15,
316
+ "cacheRead": 0.3,
317
+ "cacheWrite": 3.75
318
+ },
319
+ "contextWindow": 200000,
320
+ "maxTokens": 64000
321
+ },
322
+ {
323
+ "id": "stepfun/step-3.5-flash",
324
+ "name": "Step 3.5 Flash",
325
+ "reasoning": true,
326
+ "input": [
327
+ "text"
328
+ ],
329
+ "cost": {
330
+ "input": 0.1,
331
+ "output": 0.3,
332
+ "cacheRead": 0.02,
333
+ "cacheWrite": 0
334
+ },
335
+ "contextWindow": 256000,
336
+ "maxTokens": 64000
337
+ },
338
+ {
339
+ "id": "google/gemini-3-flash-preview",
340
+ "name": "Gemini 3 Flash Preview",
341
+ "reasoning": true,
342
+ "input": [
343
+ "text",
344
+ "image"
345
+ ],
346
+ "cost": {
347
+ "input": 0.5,
348
+ "output": 3,
349
+ "cacheRead": 0.05,
350
+ "cacheWrite": 0.08333333333333334
351
+ },
352
+ "contextWindow": 1048576,
353
+ "maxTokens": 65536
354
+ },
355
+ {
356
+ "id": "z-ai/glm-5-turbo",
357
+ "name": "GLM 5 Turbo",
358
+ "reasoning": true,
359
+ "input": [
360
+ "text"
361
+ ],
362
+ "cost": {
363
+ "input": 0.88,
364
+ "output": 3.48,
365
+ "cacheRead": 0.24,
366
+ "cacheWrite": 0
367
+ },
368
+ "contextWindow": 200000,
369
+ "maxTokens": 128000
370
+ },
371
+ {
372
+ "id": "openai/gpt-5.4-pro",
373
+ "name": "GPT 5.4 Pro",
374
+ "reasoning": true,
375
+ "input": [
376
+ "text",
377
+ "image"
378
+ ],
379
+ "cost": {
380
+ "input": 30,
381
+ "output": 180,
382
+ "cacheRead": 0,
383
+ "cacheWrite": 0
384
+ },
385
+ "contextWindow": 1050000,
386
+ "maxTokens": 128000
387
+ },
388
+ {
389
+ "id": "qwen/qwen3.5-397b-a17b",
390
+ "name": "Qwen3.5 397B A17B",
391
+ "reasoning": true,
392
+ "input": [
393
+ "text",
394
+ "image"
395
+ ],
396
+ "cost": {
397
+ "input": 0.6,
398
+ "output": 3.6,
399
+ "cacheRead": 0,
400
+ "cacheWrite": 0
401
+ },
402
+ "contextWindow": 262144,
403
+ "maxTokens": 262144
404
+ },
405
+ {
406
+ "id": "anthropic/claude-opus-4.5",
407
+ "name": "Claude Opus 4.5",
408
+ "reasoning": true,
409
+ "input": [
410
+ "text",
411
+ "image"
412
+ ],
413
+ "cost": {
414
+ "input": 5,
415
+ "output": 25,
416
+ "cacheRead": 0.5,
417
+ "cacheWrite": 18.75
418
+ },
419
+ "contextWindow": 200000,
420
+ "maxTokens": 64000
421
+ },
422
+ {
423
+ "id": "mistralai/devstral-2512",
424
+ "name": "Devstral 2",
425
+ "reasoning": false,
426
+ "input": [
427
+ "text"
428
+ ],
429
+ "cost": {
430
+ "input": 0.4,
431
+ "output": 2,
432
+ "cacheRead": 0.04,
433
+ "cacheWrite": 0
434
+ },
435
+ "contextWindow": 262144,
436
+ "maxTokens": 262144
437
+ },
438
+ {
439
+ "id": "anthropic/claude-sonnet-4",
440
+ "name": "Claude Sonnet 4",
441
+ "reasoning": true,
442
+ "input": [
443
+ "text",
444
+ "image"
445
+ ],
446
+ "cost": {
447
+ "input": 3,
448
+ "output": 15,
449
+ "cacheRead": 0.3,
450
+ "cacheWrite": 3.75
451
+ },
452
+ "contextWindow": 200000,
453
+ "maxTokens": 64000
454
+ },
455
+ {
456
+ "id": "x-ai/grok-4.3",
457
+ "name": "Grok 4.3",
458
+ "reasoning": true,
459
+ "input": [
460
+ "text",
461
+ "image"
462
+ ],
463
+ "cost": {
464
+ "input": 1.25,
465
+ "output": 2.5,
466
+ "cacheRead": 0.2,
467
+ "cacheWrite": 0
468
+ },
469
+ "contextWindow": 1000000,
470
+ "maxTokens": 1000000
471
+ },
472
+ {
473
+ "id": "anthropic/claude-opus-4.7-fast",
474
+ "name": "Claude Opus 4.7 (Fast)",
475
+ "reasoning": true,
476
+ "input": [
477
+ "text",
478
+ "image"
479
+ ],
480
+ "cost": {
481
+ "input": 30,
482
+ "output": 150,
483
+ "cacheRead": 3,
484
+ "cacheWrite": 37.5
485
+ },
486
+ "contextWindow": 1000000,
487
+ "maxTokens": 128000
488
+ },
489
+ {
490
+ "id": "tencent/hy3-preview",
491
+ "name": "Hy3 preview",
492
+ "reasoning": true,
493
+ "input": [
494
+ "text"
495
+ ],
496
+ "cost": {
497
+ "input": 0.172,
498
+ "output": 0.572,
499
+ "cacheRead": 0.058,
500
+ "cacheWrite": 0
501
+ },
502
+ "contextWindow": 256000,
503
+ "maxTokens": 64000
504
+ },
505
+ {
506
+ "id": "z-ai/glm-5.1",
507
+ "name": "GLM-5.1",
508
+ "reasoning": true,
509
+ "input": [
510
+ "text"
511
+ ],
512
+ "cost": {
513
+ "input": 0.8781,
514
+ "output": 3.5126,
515
+ "cacheRead": 0.1903,
516
+ "cacheWrite": 0
517
+ },
518
+ "contextWindow": 200000,
519
+ "maxTokens": 131072
520
+ },
521
+ {
522
+ "id": "anthropic/claude-sonnet-4.6",
523
+ "name": "Claude Sonnet 4.6",
524
+ "reasoning": true,
525
+ "input": [
526
+ "text",
527
+ "image"
528
+ ],
529
+ "cost": {
530
+ "input": 3,
531
+ "output": 15,
532
+ "cacheRead": 0.3,
533
+ "cacheWrite": 3.75
534
+ },
535
+ "contextWindow": 1000000,
536
+ "maxTokens": 128000
537
+ },
538
+ {
539
+ "id": "anthropic/claude-haiku-4.5",
540
+ "name": "Claude Haiku 4.5",
541
+ "reasoning": true,
542
+ "input": [
543
+ "text",
544
+ "image"
545
+ ],
546
+ "cost": {
547
+ "input": 1,
548
+ "output": 5,
549
+ "cacheRead": 0.1,
550
+ "cacheWrite": 1.25
551
+ },
552
+ "contextWindow": 200000,
553
+ "maxTokens": 64000
554
+ },
555
+ {
556
+ "id": "openai/gpt-5.4",
557
+ "name": "GPT 5.4",
558
+ "reasoning": true,
559
+ "input": [
560
+ "text",
561
+ "image"
562
+ ],
563
+ "cost": {
564
+ "input": 2.5,
565
+ "output": 15,
566
+ "cacheRead": 0.25,
567
+ "cacheWrite": 0
568
+ },
569
+ "contextWindow": 1050000,
570
+ "maxTokens": 128000
571
+ },
572
+ {
573
+ "id": "xiaomi/mimo-v2-pro",
574
+ "name": "MiMo V2 Pro",
575
+ "reasoning": true,
576
+ "input": [
577
+ "text"
578
+ ],
579
+ "cost": {
580
+ "input": 1,
581
+ "output": 3,
582
+ "cacheRead": 0.19999999999999998,
583
+ "cacheWrite": 0
584
+ },
585
+ "contextWindow": 1000000,
586
+ "maxTokens": 128000
587
+ },
588
+ {
589
+ "id": "z-ai/glm-4.6v",
590
+ "name": "GLM 4.6V",
591
+ "reasoning": true,
592
+ "input": [
593
+ "text",
594
+ "image"
595
+ ],
596
+ "cost": {
597
+ "input": 0.14,
598
+ "output": 0.42,
599
+ "cacheRead": 0.03,
600
+ "cacheWrite": 0
601
+ },
602
+ "contextWindow": 200000,
603
+ "maxTokens": 64000
604
+ },
605
+ {
606
+ "id": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
607
+ "name": "Nemotron 3 Nano Omni (free)",
608
+ "reasoning": true,
609
+ "input": [
610
+ "text",
611
+ "image"
612
+ ],
613
+ "cost": {
614
+ "input": 0,
615
+ "output": 0,
616
+ "cacheRead": 0,
617
+ "cacheWrite": 0
618
+ },
619
+ "contextWindow": 256000,
620
+ "maxTokens": 65536
621
+ },
622
+ {
623
+ "id": "deepseek/deepseek-v4-flash",
624
+ "name": "DeepSeek V4 Flash",
625
+ "reasoning": true,
626
+ "input": [
627
+ "text"
628
+ ],
629
+ "cost": {
630
+ "input": 0.14,
631
+ "output": 0.28,
632
+ "cacheRead": 0.028,
633
+ "cacheWrite": 0
634
+ },
635
+ "contextWindow": 1000000,
636
+ "maxTokens": 384000
637
+ },
638
+ {
639
+ "id": "google/gemini-3-pro-image-preview",
640
+ "name": "Nano Banana Pro (Gemini 3 Pro Image Preview)",
641
+ "reasoning": true,
642
+ "input": [
643
+ "text",
644
+ "image"
645
+ ],
646
+ "cost": {
647
+ "input": 2,
648
+ "output": 12,
649
+ "cacheRead": 0.2,
650
+ "cacheWrite": 0.375
651
+ },
652
+ "contextWindow": 65536,
653
+ "maxTokens": 32768
654
+ },
655
+ {
656
+ "id": "google/gemini-3.1-flash-image-preview",
657
+ "name": "Gemini 3.1 Flash Image Preview (Nano Banana 2)",
658
+ "reasoning": true,
659
+ "input": [
660
+ "text",
661
+ "image"
662
+ ],
663
+ "cost": {
664
+ "input": 0.5,
665
+ "output": 3,
666
+ "cacheRead": 0,
667
+ "cacheWrite": 0
668
+ },
669
+ "contextWindow": 131072,
670
+ "maxTokens": 32768
671
+ },
672
+ {
673
+ "id": "openai/gpt-4o-mini",
674
+ "name": "GPT-4o mini",
675
+ "reasoning": false,
676
+ "input": [
677
+ "text",
678
+ "image"
679
+ ],
680
+ "cost": {
681
+ "input": 0.15,
682
+ "output": 0.6,
683
+ "cacheRead": 0.08,
684
+ "cacheWrite": 0
685
+ },
686
+ "contextWindow": 128000,
687
+ "maxTokens": 16384
688
+ },
689
+ {
690
+ "id": "z-ai/glm-4.6",
691
+ "name": "GLM 4.6",
692
+ "reasoning": true,
693
+ "input": [
694
+ "text"
695
+ ],
696
+ "cost": {
697
+ "input": 0.35,
698
+ "output": 1.54,
699
+ "cacheRead": 0.07,
700
+ "cacheWrite": 0
701
+ },
702
+ "contextWindow": 200000,
703
+ "maxTokens": 64000
704
+ },
705
+ {
706
+ "id": "openai/gpt-5.5",
707
+ "name": "GPT 5.5",
708
+ "reasoning": true,
709
+ "input": [
710
+ "text",
711
+ "image"
712
+ ],
713
+ "cost": {
714
+ "input": 5,
715
+ "output": 30,
716
+ "cacheRead": 0.5,
717
+ "cacheWrite": 0
718
+ },
719
+ "contextWindow": 1000000,
720
+ "maxTokens": 128000
721
+ },
722
+ {
723
+ "id": "anthropic/claude-opus-4.6",
724
+ "name": "Claude Opus 4.6",
725
+ "reasoning": true,
726
+ "input": [
727
+ "text",
728
+ "image"
729
+ ],
730
+ "cost": {
731
+ "input": 5,
732
+ "output": 25,
733
+ "cacheRead": 0.5,
734
+ "cacheWrite": 6.25
735
+ },
736
+ "contextWindow": 1000000,
737
+ "maxTokens": 128000
738
+ },
739
+ {
740
+ "id": "z-ai/glm-4.7",
741
+ "name": "GLM 4.7",
742
+ "reasoning": true,
743
+ "input": [
744
+ "text"
745
+ ],
746
+ "cost": {
747
+ "input": 0.28,
748
+ "output": 1.14,
749
+ "cacheRead": 0.06,
750
+ "cacheWrite": 0
751
+ },
752
+ "contextWindow": 200000,
753
+ "maxTokens": 64000
754
+ },
755
+ {
756
+ "id": "x-ai/grok-4.1-fast",
757
+ "name": "Grok 4.1 Fast",
758
+ "reasoning": true,
759
+ "input": [
760
+ "text",
761
+ "image"
762
+ ],
763
+ "cost": {
764
+ "input": 0.2,
765
+ "output": 0.5,
766
+ "cacheRead": 0.05,
767
+ "cacheWrite": 0
768
+ },
769
+ "contextWindow": 2000000,
770
+ "maxTokens": 64000
771
+ },
772
+ {
773
+ "id": "qwen/qwen3-coder-next",
774
+ "name": "Qwen3 Coder Next",
775
+ "reasoning": false,
776
+ "input": [
777
+ "text"
778
+ ],
779
+ "cost": {
780
+ "input": 0.11,
781
+ "output": 0.8,
782
+ "cacheRead": 0.07,
783
+ "cacheWrite": 0
784
+ },
785
+ "contextWindow": 262144,
786
+ "maxTokens": 262144
787
+ },
788
+ {
789
+ "id": "google/gemini-3.1-pro-preview",
790
+ "name": "Gemini 3.1 Pro Preview",
791
+ "reasoning": true,
792
+ "input": [
793
+ "text",
794
+ "image"
795
+ ],
796
+ "cost": {
797
+ "input": 2,
798
+ "output": 12,
799
+ "cacheRead": 0.2,
800
+ "cacheWrite": 0.375
801
+ },
802
+ "contextWindow": 1000000,
803
+ "maxTokens": 64000
804
+ },
805
+ {
806
+ "id": "xiaomi/mimo-v2-flash",
807
+ "name": "MiMo V2 Flash",
808
+ "reasoning": true,
809
+ "input": [
810
+ "text"
811
+ ],
812
+ "cost": {
813
+ "input": 0.1,
814
+ "output": 0.29,
815
+ "cacheRead": 0.01,
816
+ "cacheWrite": 0
817
+ },
818
+ "contextWindow": 262144,
819
+ "maxTokens": 32000
820
+ },
821
+ {
822
+ "id": "moonshotai/kimi-k2.6",
823
+ "name": "Kimi K2.6",
824
+ "reasoning": true,
825
+ "input": [
826
+ "text",
827
+ "image"
828
+ ],
829
+ "cost": {
830
+ "input": 0.7,
831
+ "output": 3.5,
832
+ "cacheRead": 0.2,
833
+ "cacheWrite": 0
834
+ },
835
+ "contextWindow": 262144,
836
+ "maxTokens": 262144
837
+ },
838
+ {
839
+ "id": "google/gemini-2.5-flash-image",
840
+ "name": "Nano Banana (Gemini 2.5 Flash Image)",
841
+ "reasoning": false,
842
+ "input": [
843
+ "text",
844
+ "image"
845
+ ],
846
+ "cost": {
847
+ "input": 0.3,
848
+ "output": 2.5,
849
+ "cacheRead": 0.03,
850
+ "cacheWrite": 0.08333333333333334
851
+ },
852
+ "contextWindow": 32768,
853
+ "maxTokens": 32768
854
+ },
855
+ {
856
+ "id": "qwen/qwen3.5-flash",
857
+ "name": "Qwen3.5 Flash",
858
+ "reasoning": false,
859
+ "input": [
860
+ "text",
861
+ "image"
862
+ ],
863
+ "cost": {
864
+ "input": 0.1,
865
+ "output": 0.4,
866
+ "cacheRead": 0,
867
+ "cacheWrite": 0
868
+ },
869
+ "contextWindow": 1020000,
870
+ "maxTokens": 1020000
871
+ },
872
+ {
873
+ "id": "moonshotai/kimi-k2.5",
874
+ "name": "Kimi K2.5",
875
+ "reasoning": true,
876
+ "input": [
877
+ "text",
878
+ "image"
879
+ ],
880
+ "cost": {
881
+ "input": 0.21,
882
+ "output": 1,
883
+ "cacheRead": 0.03,
884
+ "cacheWrite": 0
885
+ },
886
+ "contextWindow": 262144,
887
+ "maxTokens": 262144
888
+ },
889
+ {
890
+ "id": "z-ai/glm-4.5-air",
891
+ "name": "GLM 4.5 Air",
892
+ "reasoning": true,
893
+ "input": [
894
+ "text"
895
+ ],
896
+ "cost": {
897
+ "input": 0.11,
898
+ "output": 0.56,
899
+ "cacheRead": 0.02,
900
+ "cacheWrite": 0
901
+ },
902
+ "contextWindow": 128000,
903
+ "maxTokens": 64000
904
+ },
905
+ {
906
+ "id": "minimax/minimax-m2.5",
907
+ "name": "MiniMax M2.5",
908
+ "reasoning": true,
909
+ "input": [
910
+ "text"
911
+ ],
912
+ "cost": {
913
+ "input": 0.14,
914
+ "output": 0.56,
915
+ "cacheRead": 0.014,
916
+ "cacheWrite": 0
917
+ },
918
+ "contextWindow": 1000000,
919
+ "maxTokens": 131072
920
+ },
921
+ {
922
+ "id": "qwen/qwen3.6-plus",
923
+ "name": "Qwen3.6-Plus",
924
+ "reasoning": true,
925
+ "input": [
926
+ "text",
927
+ "image"
928
+ ],
929
+ "cost": {
930
+ "input": 0.5,
931
+ "output": 3,
932
+ "cacheRead": 0.05,
933
+ "cacheWrite": 0.625
934
+ },
935
+ "contextWindow": 1000000,
936
+ "maxTokens": 64000
937
+ },
938
+ {
939
+ "id": "xiaomi/mimo-v2-omni",
940
+ "name": "MiMo V2 Omni",
941
+ "reasoning": true,
942
+ "input": [
943
+ "text",
944
+ "image"
945
+ ],
946
+ "cost": {
947
+ "input": 0.4,
948
+ "output": 2,
949
+ "cacheRead": 0.08,
950
+ "cacheWrite": 0
951
+ },
952
+ "contextWindow": 265000,
953
+ "maxTokens": 265000
954
+ },
955
+ {
956
+ "id": "openai/gpt-5-mini",
957
+ "name": "GPT-5 Mini",
958
+ "reasoning": true,
959
+ "input": [
960
+ "text",
961
+ "image"
962
+ ],
963
+ "cost": {
964
+ "input": 0.25,
965
+ "output": 2,
966
+ "cacheRead": 0.025,
967
+ "cacheWrite": 0
968
+ },
969
+ "contextWindow": 400000,
970
+ "maxTokens": 128000
971
+ },
972
+ {
973
+ "id": "nvidia/nemotron-3-super-120b-a12b",
974
+ "name": "Nemotron-3-Super-120B-A12B",
975
+ "reasoning": true,
976
+ "input": [
977
+ "text"
978
+ ],
979
+ "cost": {
980
+ "input": 0.3,
981
+ "output": 0.9,
982
+ "cacheRead": 0,
983
+ "cacheWrite": 0
984
+ },
985
+ "contextWindow": 256000,
986
+ "maxTokens": 32768
987
+ },
988
+ {
989
+ "id": "minimax/minimax-m2-her",
990
+ "name": "MiniMax M2-her",
991
+ "reasoning": false,
992
+ "input": [
993
+ "text"
994
+ ],
995
+ "cost": {
996
+ "input": 0.3,
997
+ "output": 1.2,
998
+ "cacheRead": 0.03,
999
+ "cacheWrite": 0
1000
+ },
1001
+ "contextWindow": 65536,
1002
+ "maxTokens": 2048
1003
+ },
1004
+ {
1005
+ "id": "minimax/minimax-m2.1",
1006
+ "name": "MiniMax M2.1",
1007
+ "reasoning": true,
1008
+ "input": [
1009
+ "text"
1010
+ ],
1011
+ "cost": {
1012
+ "input": 0.3,
1013
+ "output": 1.2,
1014
+ "cacheRead": 0.03,
1015
+ "cacheWrite": 0.38
1016
+ },
1017
+ "contextWindow": 204800,
1018
+ "maxTokens": 131072
1019
+ },
1020
+ {
1021
+ "id": "minimax/minimax-m2.1-highspeed",
1022
+ "name": "minimax/minimax-m2.1-highspeed",
1023
+ "reasoning": false,
1024
+ "input": [
1025
+ "text"
1026
+ ],
1027
+ "cost": {
1028
+ "input": 0,
1029
+ "output": 0,
1030
+ "cacheRead": 0,
1031
+ "cacheWrite": 0
1032
+ },
1033
+ "contextWindow": 4096,
1034
+ "maxTokens": 4096
1035
+ },
1036
+ {
1037
+ "id": "z-ai/glm-5",
1038
+ "name": "GLM 5",
1039
+ "reasoning": true,
1040
+ "input": [
1041
+ "text"
1042
+ ],
1043
+ "cost": {
1044
+ "input": 0.58,
1045
+ "output": 2.6,
1046
+ "cacheRead": 0.14,
1047
+ "cacheWrite": 0
1048
+ },
1049
+ "contextWindow": 200000,
1050
+ "maxTokens": 128000
1051
+ }
1052
+ ];