@caupulican/pi-ai 0.81.11 → 0.81.13

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.
Files changed (77) hide show
  1. package/dist/api-registry.d.ts.map +1 -1
  2. package/dist/api-registry.js +17 -1
  3. package/dist/api-registry.js.map +1 -1
  4. package/dist/env-api-keys.d.ts.map +1 -1
  5. package/dist/env-api-keys.js +27 -16
  6. package/dist/env-api-keys.js.map +1 -1
  7. package/dist/index.d.ts +3 -0
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +3 -0
  10. package/dist/index.js.map +1 -1
  11. package/dist/models.generated.d.ts +120 -0
  12. package/dist/models.generated.d.ts.map +1 -1
  13. package/dist/models.generated.js +124 -4
  14. package/dist/models.generated.js.map +1 -1
  15. package/dist/providers/amazon-bedrock.d.ts.map +1 -1
  16. package/dist/providers/amazon-bedrock.js +39 -6
  17. package/dist/providers/amazon-bedrock.js.map +1 -1
  18. package/dist/providers/google-shared.d.ts +13 -4
  19. package/dist/providers/google-shared.d.ts.map +1 -1
  20. package/dist/providers/google-shared.js +132 -11
  21. package/dist/providers/google-shared.js.map +1 -1
  22. package/dist/providers/google-vertex.d.ts.map +1 -1
  23. package/dist/providers/google-vertex.js +16 -98
  24. package/dist/providers/google-vertex.js.map +1 -1
  25. package/dist/providers/google.d.ts.map +1 -1
  26. package/dist/providers/google.js +16 -116
  27. package/dist/providers/google.js.map +1 -1
  28. package/dist/providers/openai-completions.d.ts +2 -1
  29. package/dist/providers/openai-completions.d.ts.map +1 -1
  30. package/dist/providers/openai-completions.js +56 -22
  31. package/dist/providers/openai-completions.js.map +1 -1
  32. package/dist/providers/openai-responses-shared.d.ts.map +1 -1
  33. package/dist/providers/openai-responses-shared.js +34 -15
  34. package/dist/providers/openai-responses-shared.js.map +1 -1
  35. package/dist/providers/transform-messages.d.ts.map +1 -1
  36. package/dist/providers/transform-messages.js +25 -6
  37. package/dist/providers/transform-messages.js.map +1 -1
  38. package/dist/stream.d.ts +2 -1
  39. package/dist/stream.d.ts.map +1 -1
  40. package/dist/stream.js +79 -2
  41. package/dist/stream.js.map +1 -1
  42. package/dist/types.d.ts +29 -0
  43. package/dist/types.d.ts.map +1 -1
  44. package/dist/types.js.map +1 -1
  45. package/dist/utils/json-parse.d.ts +5 -0
  46. package/dist/utils/json-parse.d.ts.map +1 -1
  47. package/dist/utils/json-parse.js +9 -13
  48. package/dist/utils/json-parse.js.map +1 -1
  49. package/dist/utils/tool-names.d.ts +7 -0
  50. package/dist/utils/tool-names.d.ts.map +1 -0
  51. package/dist/utils/tool-names.js +46 -0
  52. package/dist/utils/tool-names.js.map +1 -0
  53. package/dist/utils/tool-repair/analyzer.d.ts +45 -0
  54. package/dist/utils/tool-repair/analyzer.d.ts.map +1 -0
  55. package/dist/utils/tool-repair/analyzer.js +255 -0
  56. package/dist/utils/tool-repair/analyzer.js.map +1 -0
  57. package/dist/utils/tool-repair/registry.d.ts +32 -0
  58. package/dist/utils/tool-repair/registry.d.ts.map +1 -0
  59. package/dist/utils/tool-repair/registry.js +129 -0
  60. package/dist/utils/tool-repair/registry.js.map +1 -0
  61. package/dist/utils/tool-repair/repairer.d.ts +16 -0
  62. package/dist/utils/tool-repair/repairer.d.ts.map +1 -0
  63. package/dist/utils/tool-repair/repairer.js +254 -0
  64. package/dist/utils/tool-repair/repairer.js.map +1 -0
  65. package/dist/utils/tool-repair/replay.d.ts +35 -0
  66. package/dist/utils/tool-repair/replay.d.ts.map +1 -0
  67. package/dist/utils/tool-repair/replay.js +200 -0
  68. package/dist/utils/tool-repair/replay.js.map +1 -0
  69. package/dist/utils/tool-repair/text-protocol.d.ts +16 -0
  70. package/dist/utils/tool-repair/text-protocol.d.ts.map +1 -0
  71. package/dist/utils/tool-repair/text-protocol.js +198 -0
  72. package/dist/utils/tool-repair/text-protocol.js.map +1 -0
  73. package/dist/utils/validation.d.ts +47 -4
  74. package/dist/utils/validation.d.ts.map +1 -1
  75. package/dist/utils/validation.js +300 -217
  76. package/dist/utils/validation.js.map +1 -1
  77. package/package.json +1 -1
@@ -8,6 +8,7 @@ export declare const MODELS: {
8
8
  baseUrl: string;
9
9
  reasoning: true;
10
10
  input: ("image" | "text")[];
11
+ supportedImageMimeTypes: string[];
11
12
  cost: {
12
13
  input: number;
13
14
  output: number;
@@ -25,6 +26,7 @@ export declare const MODELS: {
25
26
  baseUrl: string;
26
27
  reasoning: false;
27
28
  input: ("image" | "text")[];
29
+ supportedImageMimeTypes: string[];
28
30
  cost: {
29
31
  input: number;
30
32
  output: number;
@@ -59,6 +61,7 @@ export declare const MODELS: {
59
61
  baseUrl: string;
60
62
  reasoning: false;
61
63
  input: ("image" | "text")[];
64
+ supportedImageMimeTypes: string[];
62
65
  cost: {
63
66
  input: number;
64
67
  output: number;
@@ -76,6 +79,7 @@ export declare const MODELS: {
76
79
  baseUrl: string;
77
80
  reasoning: true;
78
81
  input: ("image" | "text")[];
82
+ supportedImageMimeTypes: string[];
79
83
  cost: {
80
84
  input: number;
81
85
  output: number;
@@ -93,6 +97,7 @@ export declare const MODELS: {
93
97
  baseUrl: string;
94
98
  reasoning: true;
95
99
  input: ("image" | "text")[];
100
+ supportedImageMimeTypes: string[];
96
101
  cost: {
97
102
  input: number;
98
103
  output: number;
@@ -110,6 +115,7 @@ export declare const MODELS: {
110
115
  baseUrl: string;
111
116
  reasoning: true;
112
117
  input: ("image" | "text")[];
118
+ supportedImageMimeTypes: string[];
113
119
  cost: {
114
120
  input: number;
115
121
  output: number;
@@ -127,6 +133,7 @@ export declare const MODELS: {
127
133
  baseUrl: string;
128
134
  reasoning: true;
129
135
  input: ("image" | "text")[];
136
+ supportedImageMimeTypes: string[];
130
137
  cost: {
131
138
  input: number;
132
139
  output: number;
@@ -147,6 +154,7 @@ export declare const MODELS: {
147
154
  xhigh: string;
148
155
  };
149
156
  input: ("image" | "text")[];
157
+ supportedImageMimeTypes: string[];
150
158
  cost: {
151
159
  input: number;
152
160
  output: number;
@@ -167,6 +175,7 @@ export declare const MODELS: {
167
175
  xhigh: string;
168
176
  };
169
177
  input: ("image" | "text")[];
178
+ supportedImageMimeTypes: string[];
170
179
  cost: {
171
180
  input: number;
172
181
  output: number;
@@ -187,6 +196,7 @@ export declare const MODELS: {
187
196
  xhigh: string;
188
197
  };
189
198
  input: ("image" | "text")[];
199
+ supportedImageMimeTypes: string[];
190
200
  cost: {
191
201
  input: number;
192
202
  output: number;
@@ -204,6 +214,7 @@ export declare const MODELS: {
204
214
  baseUrl: string;
205
215
  reasoning: true;
206
216
  input: ("image" | "text")[];
217
+ supportedImageMimeTypes: string[];
207
218
  cost: {
208
219
  input: number;
209
220
  output: number;
@@ -221,6 +232,7 @@ export declare const MODELS: {
221
232
  baseUrl: string;
222
233
  reasoning: true;
223
234
  input: ("image" | "text")[];
235
+ supportedImageMimeTypes: string[];
224
236
  cost: {
225
237
  input: number;
226
238
  output: number;
@@ -238,6 +250,7 @@ export declare const MODELS: {
238
250
  baseUrl: string;
239
251
  reasoning: true;
240
252
  input: ("image" | "text")[];
253
+ supportedImageMimeTypes: string[];
241
254
  cost: {
242
255
  input: number;
243
256
  output: number;
@@ -255,6 +268,7 @@ export declare const MODELS: {
255
268
  baseUrl: string;
256
269
  reasoning: true;
257
270
  input: ("image" | "text")[];
271
+ supportedImageMimeTypes: string[];
258
272
  cost: {
259
273
  input: number;
260
274
  output: number;
@@ -275,6 +289,7 @@ export declare const MODELS: {
275
289
  xhigh: string;
276
290
  };
277
291
  input: ("image" | "text")[];
292
+ supportedImageMimeTypes: string[];
278
293
  cost: {
279
294
  input: number;
280
295
  output: number;
@@ -295,6 +310,7 @@ export declare const MODELS: {
295
310
  xhigh: string;
296
311
  };
297
312
  input: ("image" | "text")[];
313
+ supportedImageMimeTypes: string[];
298
314
  cost: {
299
315
  input: number;
300
316
  output: number;
@@ -312,6 +328,7 @@ export declare const MODELS: {
312
328
  baseUrl: string;
313
329
  reasoning: true;
314
330
  input: ("image" | "text")[];
331
+ supportedImageMimeTypes: string[];
315
332
  cost: {
316
333
  input: number;
317
334
  output: number;
@@ -329,6 +346,7 @@ export declare const MODELS: {
329
346
  baseUrl: string;
330
347
  reasoning: true;
331
348
  input: ("image" | "text")[];
349
+ supportedImageMimeTypes: string[];
332
350
  cost: {
333
351
  input: number;
334
352
  output: number;
@@ -346,6 +364,7 @@ export declare const MODELS: {
346
364
  baseUrl: string;
347
365
  reasoning: true;
348
366
  input: ("image" | "text")[];
367
+ supportedImageMimeTypes: string[];
349
368
  cost: {
350
369
  input: number;
351
370
  output: number;
@@ -414,6 +433,7 @@ export declare const MODELS: {
414
433
  baseUrl: string;
415
434
  reasoning: true;
416
435
  input: ("image" | "text")[];
436
+ supportedImageMimeTypes: string[];
417
437
  cost: {
418
438
  input: number;
419
439
  output: number;
@@ -431,6 +451,7 @@ export declare const MODELS: {
431
451
  baseUrl: string;
432
452
  reasoning: true;
433
453
  input: ("image" | "text")[];
454
+ supportedImageMimeTypes: string[];
434
455
  cost: {
435
456
  input: number;
436
457
  output: number;
@@ -448,6 +469,7 @@ export declare const MODELS: {
448
469
  baseUrl: string;
449
470
  reasoning: true;
450
471
  input: ("image" | "text")[];
472
+ supportedImageMimeTypes: string[];
451
473
  cost: {
452
474
  input: number;
453
475
  output: number;
@@ -468,6 +490,7 @@ export declare const MODELS: {
468
490
  xhigh: string;
469
491
  };
470
492
  input: ("image" | "text")[];
493
+ supportedImageMimeTypes: string[];
471
494
  cost: {
472
495
  input: number;
473
496
  output: number;
@@ -488,6 +511,7 @@ export declare const MODELS: {
488
511
  xhigh: string;
489
512
  };
490
513
  input: ("image" | "text")[];
514
+ supportedImageMimeTypes: string[];
491
515
  cost: {
492
516
  input: number;
493
517
  output: number;
@@ -508,6 +532,7 @@ export declare const MODELS: {
508
532
  xhigh: string;
509
533
  };
510
534
  input: ("image" | "text")[];
535
+ supportedImageMimeTypes: string[];
511
536
  cost: {
512
537
  input: number;
513
538
  output: number;
@@ -525,6 +550,7 @@ export declare const MODELS: {
525
550
  baseUrl: string;
526
551
  reasoning: true;
527
552
  input: ("image" | "text")[];
553
+ supportedImageMimeTypes: string[];
528
554
  cost: {
529
555
  input: number;
530
556
  output: number;
@@ -542,6 +568,7 @@ export declare const MODELS: {
542
568
  baseUrl: string;
543
569
  reasoning: true;
544
570
  input: ("image" | "text")[];
571
+ supportedImageMimeTypes: string[];
545
572
  cost: {
546
573
  input: number;
547
574
  output: number;
@@ -559,6 +586,7 @@ export declare const MODELS: {
559
586
  baseUrl: string;
560
587
  reasoning: true;
561
588
  input: ("image" | "text")[];
589
+ supportedImageMimeTypes: string[];
562
590
  cost: {
563
591
  input: number;
564
592
  output: number;
@@ -576,6 +604,7 @@ export declare const MODELS: {
576
604
  baseUrl: string;
577
605
  reasoning: true;
578
606
  input: ("image" | "text")[];
607
+ supportedImageMimeTypes: string[];
579
608
  cost: {
580
609
  input: number;
581
610
  output: number;
@@ -593,6 +622,7 @@ export declare const MODELS: {
593
622
  baseUrl: string;
594
623
  reasoning: true;
595
624
  input: ("image" | "text")[];
625
+ supportedImageMimeTypes: string[];
596
626
  cost: {
597
627
  input: number;
598
628
  output: number;
@@ -610,6 +640,7 @@ export declare const MODELS: {
610
640
  baseUrl: string;
611
641
  reasoning: true;
612
642
  input: ("image" | "text")[];
643
+ supportedImageMimeTypes: string[];
613
644
  cost: {
614
645
  input: number;
615
646
  output: number;
@@ -630,6 +661,7 @@ export declare const MODELS: {
630
661
  xhigh: string;
631
662
  };
632
663
  input: ("image" | "text")[];
664
+ supportedImageMimeTypes: string[];
633
665
  cost: {
634
666
  input: number;
635
667
  output: number;
@@ -650,6 +682,7 @@ export declare const MODELS: {
650
682
  xhigh: string;
651
683
  };
652
684
  input: ("image" | "text")[];
685
+ supportedImageMimeTypes: string[];
653
686
  cost: {
654
687
  input: number;
655
688
  output: number;
@@ -670,6 +703,7 @@ export declare const MODELS: {
670
703
  xhigh: string;
671
704
  };
672
705
  input: ("image" | "text")[];
706
+ supportedImageMimeTypes: string[];
673
707
  cost: {
674
708
  input: number;
675
709
  output: number;
@@ -687,6 +721,7 @@ export declare const MODELS: {
687
721
  baseUrl: string;
688
722
  reasoning: true;
689
723
  input: ("image" | "text")[];
724
+ supportedImageMimeTypes: string[];
690
725
  cost: {
691
726
  input: number;
692
727
  output: number;
@@ -704,6 +739,7 @@ export declare const MODELS: {
704
739
  baseUrl: string;
705
740
  reasoning: true;
706
741
  input: ("image" | "text")[];
742
+ supportedImageMimeTypes: string[];
707
743
  cost: {
708
744
  input: number;
709
745
  output: number;
@@ -721,6 +757,7 @@ export declare const MODELS: {
721
757
  baseUrl: string;
722
758
  reasoning: true;
723
759
  input: ("image" | "text")[];
760
+ supportedImageMimeTypes: string[];
724
761
  cost: {
725
762
  input: number;
726
763
  output: number;
@@ -738,6 +775,7 @@ export declare const MODELS: {
738
775
  baseUrl: string;
739
776
  reasoning: false;
740
777
  input: ("image" | "text")[];
778
+ supportedImageMimeTypes: string[];
741
779
  cost: {
742
780
  input: number;
743
781
  output: number;
@@ -755,6 +793,7 @@ export declare const MODELS: {
755
793
  baseUrl: string;
756
794
  reasoning: false;
757
795
  input: ("image" | "text")[];
796
+ supportedImageMimeTypes: string[];
758
797
  cost: {
759
798
  input: number;
760
799
  output: number;
@@ -772,6 +811,7 @@ export declare const MODELS: {
772
811
  baseUrl: string;
773
812
  reasoning: true;
774
813
  input: ("image" | "text")[];
814
+ supportedImageMimeTypes: string[];
775
815
  cost: {
776
816
  input: number;
777
817
  output: number;
@@ -792,6 +832,7 @@ export declare const MODELS: {
792
832
  xhigh: string;
793
833
  };
794
834
  input: ("image" | "text")[];
835
+ supportedImageMimeTypes: string[];
795
836
  cost: {
796
837
  input: number;
797
838
  output: number;
@@ -812,6 +853,7 @@ export declare const MODELS: {
812
853
  xhigh: string;
813
854
  };
814
855
  input: ("image" | "text")[];
856
+ supportedImageMimeTypes: string[];
815
857
  cost: {
816
858
  input: number;
817
859
  output: number;
@@ -829,6 +871,7 @@ export declare const MODELS: {
829
871
  baseUrl: string;
830
872
  reasoning: true;
831
873
  input: ("image" | "text")[];
874
+ supportedImageMimeTypes: string[];
832
875
  cost: {
833
876
  input: number;
834
877
  output: number;
@@ -846,6 +889,7 @@ export declare const MODELS: {
846
889
  baseUrl: string;
847
890
  reasoning: true;
848
891
  input: ("image" | "text")[];
892
+ supportedImageMimeTypes: string[];
849
893
  cost: {
850
894
  input: number;
851
895
  output: number;
@@ -863,6 +907,7 @@ export declare const MODELS: {
863
907
  baseUrl: string;
864
908
  reasoning: true;
865
909
  input: ("image" | "text")[];
910
+ supportedImageMimeTypes: string[];
866
911
  cost: {
867
912
  input: number;
868
913
  output: number;
@@ -931,6 +976,7 @@ export declare const MODELS: {
931
976
  baseUrl: string;
932
977
  reasoning: false;
933
978
  input: ("image" | "text")[];
979
+ supportedImageMimeTypes: string[];
934
980
  cost: {
935
981
  input: number;
936
982
  output: number;
@@ -948,6 +994,7 @@ export declare const MODELS: {
948
994
  baseUrl: string;
949
995
  reasoning: false;
950
996
  input: ("image" | "text")[];
997
+ supportedImageMimeTypes: string[];
951
998
  cost: {
952
999
  input: number;
953
1000
  output: number;
@@ -1033,6 +1080,7 @@ export declare const MODELS: {
1033
1080
  baseUrl: string;
1034
1081
  reasoning: true;
1035
1082
  input: ("image" | "text")[];
1083
+ supportedImageMimeTypes: string[];
1036
1084
  cost: {
1037
1085
  input: number;
1038
1086
  output: number;
@@ -1067,6 +1115,7 @@ export declare const MODELS: {
1067
1115
  baseUrl: string;
1068
1116
  reasoning: false;
1069
1117
  input: ("image" | "text")[];
1118
+ supportedImageMimeTypes: string[];
1070
1119
  cost: {
1071
1120
  input: number;
1072
1121
  output: number;
@@ -1101,6 +1150,7 @@ export declare const MODELS: {
1101
1150
  baseUrl: string;
1102
1151
  reasoning: false;
1103
1152
  input: ("image" | "text")[];
1153
+ supportedImageMimeTypes: string[];
1104
1154
  cost: {
1105
1155
  input: number;
1106
1156
  output: number;
@@ -1118,6 +1168,7 @@ export declare const MODELS: {
1118
1168
  baseUrl: string;
1119
1169
  reasoning: false;
1120
1170
  input: ("image" | "text")[];
1171
+ supportedImageMimeTypes: string[];
1121
1172
  cost: {
1122
1173
  input: number;
1123
1174
  output: number;
@@ -1186,6 +1237,7 @@ export declare const MODELS: {
1186
1237
  baseUrl: string;
1187
1238
  reasoning: true;
1188
1239
  input: ("image" | "text")[];
1240
+ supportedImageMimeTypes: string[];
1189
1241
  cost: {
1190
1242
  input: number;
1191
1243
  output: number;
@@ -1203,6 +1255,7 @@ export declare const MODELS: {
1203
1255
  baseUrl: string;
1204
1256
  reasoning: false;
1205
1257
  input: ("image" | "text")[];
1258
+ supportedImageMimeTypes: string[];
1206
1259
  cost: {
1207
1260
  input: number;
1208
1261
  output: number;
@@ -1274,6 +1327,7 @@ export declare const MODELS: {
1274
1327
  xhigh: string;
1275
1328
  };
1276
1329
  input: ("image" | "text")[];
1330
+ supportedImageMimeTypes: string[];
1277
1331
  cost: {
1278
1332
  input: number;
1279
1333
  output: number;
@@ -1294,6 +1348,7 @@ export declare const MODELS: {
1294
1348
  xhigh: string;
1295
1349
  };
1296
1350
  input: ("image" | "text")[];
1351
+ supportedImageMimeTypes: string[];
1297
1352
  cost: {
1298
1353
  input: number;
1299
1354
  output: number;
@@ -1515,6 +1570,7 @@ export declare const MODELS: {
1515
1570
  baseUrl: string;
1516
1571
  reasoning: false;
1517
1572
  input: ("image" | "text")[];
1573
+ supportedImageMimeTypes: string[];
1518
1574
  cost: {
1519
1575
  input: number;
1520
1576
  output: number;
@@ -1532,6 +1588,7 @@ export declare const MODELS: {
1532
1588
  baseUrl: string;
1533
1589
  reasoning: true;
1534
1590
  input: ("image" | "text")[];
1591
+ supportedImageMimeTypes: string[];
1535
1592
  cost: {
1536
1593
  input: number;
1537
1594
  output: number;
@@ -1549,6 +1606,7 @@ export declare const MODELS: {
1549
1606
  baseUrl: string;
1550
1607
  reasoning: true;
1551
1608
  input: ("image" | "text")[];
1609
+ supportedImageMimeTypes: string[];
1552
1610
  cost: {
1553
1611
  input: number;
1554
1612
  output: number;
@@ -1566,6 +1624,7 @@ export declare const MODELS: {
1566
1624
  baseUrl: string;
1567
1625
  reasoning: true;
1568
1626
  input: ("image" | "text")[];
1627
+ supportedImageMimeTypes: string[];
1569
1628
  cost: {
1570
1629
  input: number;
1571
1630
  output: number;
@@ -1583,6 +1642,7 @@ export declare const MODELS: {
1583
1642
  baseUrl: string;
1584
1643
  reasoning: true;
1585
1644
  input: ("image" | "text")[];
1645
+ supportedImageMimeTypes: string[];
1586
1646
  cost: {
1587
1647
  input: number;
1588
1648
  output: number;
@@ -1603,6 +1663,7 @@ export declare const MODELS: {
1603
1663
  xhigh: string;
1604
1664
  };
1605
1665
  input: ("image" | "text")[];
1666
+ supportedImageMimeTypes: string[];
1606
1667
  cost: {
1607
1668
  input: number;
1608
1669
  output: number;
@@ -1623,6 +1684,7 @@ export declare const MODELS: {
1623
1684
  xhigh: string;
1624
1685
  };
1625
1686
  input: ("image" | "text")[];
1687
+ supportedImageMimeTypes: string[];
1626
1688
  cost: {
1627
1689
  input: number;
1628
1690
  output: number;
@@ -1643,6 +1705,7 @@ export declare const MODELS: {
1643
1705
  xhigh: string;
1644
1706
  };
1645
1707
  input: ("image" | "text")[];
1708
+ supportedImageMimeTypes: string[];
1646
1709
  cost: {
1647
1710
  input: number;
1648
1711
  output: number;
@@ -1660,6 +1723,7 @@ export declare const MODELS: {
1660
1723
  baseUrl: string;
1661
1724
  reasoning: true;
1662
1725
  input: ("image" | "text")[];
1726
+ supportedImageMimeTypes: string[];
1663
1727
  cost: {
1664
1728
  input: number;
1665
1729
  output: number;
@@ -1677,6 +1741,7 @@ export declare const MODELS: {
1677
1741
  baseUrl: string;
1678
1742
  reasoning: true;
1679
1743
  input: ("image" | "text")[];
1744
+ supportedImageMimeTypes: string[];
1680
1745
  cost: {
1681
1746
  input: number;
1682
1747
  output: number;
@@ -1694,6 +1759,7 @@ export declare const MODELS: {
1694
1759
  baseUrl: string;
1695
1760
  reasoning: true;
1696
1761
  input: ("image" | "text")[];
1762
+ supportedImageMimeTypes: string[];
1697
1763
  cost: {
1698
1764
  input: number;
1699
1765
  output: number;
@@ -1728,6 +1794,7 @@ export declare const MODELS: {
1728
1794
  baseUrl: string;
1729
1795
  reasoning: false;
1730
1796
  input: ("image" | "text")[];
1797
+ supportedImageMimeTypes: string[];
1731
1798
  cost: {
1732
1799
  input: number;
1733
1800
  output: number;
@@ -1745,6 +1812,7 @@ export declare const MODELS: {
1745
1812
  baseUrl: string;
1746
1813
  reasoning: false;
1747
1814
  input: ("image" | "text")[];
1815
+ supportedImageMimeTypes: string[];
1748
1816
  cost: {
1749
1817
  input: number;
1750
1818
  output: number;
@@ -1796,6 +1864,7 @@ export declare const MODELS: {
1796
1864
  baseUrl: string;
1797
1865
  reasoning: true;
1798
1866
  input: ("image" | "text")[];
1867
+ supportedImageMimeTypes: string[];
1799
1868
  cost: {
1800
1869
  input: number;
1801
1870
  output: number;
@@ -9629,6 +9698,23 @@ export declare const MODELS: {
9629
9698
  contextWindow: number;
9630
9699
  maxTokens: number;
9631
9700
  };
9701
+ readonly "hy3-free": {
9702
+ id: string;
9703
+ name: string;
9704
+ api: "openai-completions";
9705
+ provider: string;
9706
+ baseUrl: string;
9707
+ reasoning: true;
9708
+ input: "text"[];
9709
+ cost: {
9710
+ input: number;
9711
+ output: number;
9712
+ cacheRead: number;
9713
+ cacheWrite: number;
9714
+ };
9715
+ contextWindow: number;
9716
+ maxTokens: number;
9717
+ };
9632
9718
  readonly "kimi-k2.5": {
9633
9719
  id: string;
9634
9720
  name: string;
@@ -10096,6 +10182,23 @@ export declare const MODELS: {
10096
10182
  contextWindow: number;
10097
10183
  maxTokens: number;
10098
10184
  };
10185
+ readonly "aion-labs/aion-2.0": {
10186
+ id: string;
10187
+ name: string;
10188
+ api: "openai-completions";
10189
+ provider: string;
10190
+ baseUrl: string;
10191
+ reasoning: true;
10192
+ input: "text"[];
10193
+ cost: {
10194
+ input: number;
10195
+ output: number;
10196
+ cacheRead: number;
10197
+ cacheWrite: number;
10198
+ };
10199
+ contextWindow: number;
10200
+ maxTokens: number;
10201
+ };
10099
10202
  readonly "amazon/nova-2-lite-v1": {
10100
10203
  id: string;
10101
10204
  name: string;
@@ -11888,6 +11991,23 @@ export declare const MODELS: {
11888
11991
  contextWindow: number;
11889
11992
  maxTokens: number;
11890
11993
  };
11994
+ readonly "nex-agi/nex-n2-pro": {
11995
+ id: string;
11996
+ name: string;
11997
+ api: "openai-completions";
11998
+ provider: string;
11999
+ baseUrl: string;
12000
+ reasoning: true;
12001
+ input: ("image" | "text")[];
12002
+ cost: {
12003
+ input: number;
12004
+ output: number;
12005
+ cacheRead: number;
12006
+ cacheWrite: number;
12007
+ };
12008
+ contextWindow: number;
12009
+ maxTokens: number;
12010
+ };
11891
12011
  readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
11892
12012
  id: string;
11893
12013
  name: string;