@draht/ai 2026.7.7-1 → 2026.7.11

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 (121) hide show
  1. package/dist/api/anthropic-messages.d.ts.map +1 -1
  2. package/dist/api/anthropic-messages.js +7 -4
  3. package/dist/api/anthropic-messages.js.map +1 -1
  4. package/dist/api/azure-openai-responses.d.ts +1 -1
  5. package/dist/api/azure-openai-responses.d.ts.map +1 -1
  6. package/dist/api/azure-openai-responses.js +2 -3
  7. package/dist/api/azure-openai-responses.js.map +1 -1
  8. package/dist/api/bedrock-converse-stream.d.ts.map +1 -1
  9. package/dist/api/bedrock-converse-stream.js +1 -1
  10. package/dist/api/bedrock-converse-stream.js.map +1 -1
  11. package/dist/api/openai-codex-responses.d.ts +1 -1
  12. package/dist/api/openai-codex-responses.d.ts.map +1 -1
  13. package/dist/api/openai-codex-responses.js +2 -3
  14. package/dist/api/openai-codex-responses.js.map +1 -1
  15. package/dist/api/openai-completions.d.ts +1 -1
  16. package/dist/api/openai-completions.d.ts.map +1 -1
  17. package/dist/api/openai-completions.js +2 -3
  18. package/dist/api/openai-completions.js.map +1 -1
  19. package/dist/api/openai-responses-shared.d.ts.map +1 -1
  20. package/dist/api/openai-responses-shared.js +6 -4
  21. package/dist/api/openai-responses-shared.js.map +1 -1
  22. package/dist/api/openai-responses.d.ts +1 -1
  23. package/dist/api/openai-responses.d.ts.map +1 -1
  24. package/dist/api/openai-responses.js +2 -3
  25. package/dist/api/openai-responses.js.map +1 -1
  26. package/dist/api/simple-options.d.ts +0 -5
  27. package/dist/api/simple-options.d.ts.map +1 -1
  28. package/dist/api/simple-options.js +1 -7
  29. package/dist/api/simple-options.js.map +1 -1
  30. package/dist/models.d.ts.map +1 -1
  31. package/dist/models.generated.d.ts +1065 -269
  32. package/dist/models.generated.d.ts.map +1 -1
  33. package/dist/models.js +14 -5
  34. package/dist/models.js.map +1 -1
  35. package/dist/providers/amazon-bedrock.models.d.ts +62 -5
  36. package/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
  37. package/dist/providers/amazon-bedrock.models.js +32 -20
  38. package/dist/providers/amazon-bedrock.models.js.map +1 -1
  39. package/dist/providers/anthropic.models.d.ts +11 -1
  40. package/dist/providers/anthropic.models.d.ts.map +1 -1
  41. package/dist/providers/anthropic.models.js +6 -4
  42. package/dist/providers/anthropic.models.js.map +1 -1
  43. package/dist/providers/azure-openai-responses.models.d.ts +83 -0
  44. package/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
  45. package/dist/providers/azure-openai-responses.models.js +71 -0
  46. package/dist/providers/azure-openai-responses.models.js.map +1 -1
  47. package/dist/providers/cloudflare-ai-gateway.models.d.ts +11 -1
  48. package/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
  49. package/dist/providers/cloudflare-ai-gateway.models.js +6 -4
  50. package/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
  51. package/dist/providers/deepseek.models.d.ts +2 -2
  52. package/dist/providers/deepseek.models.d.ts.map +1 -1
  53. package/dist/providers/deepseek.models.js +2 -2
  54. package/dist/providers/deepseek.models.js.map +1 -1
  55. package/dist/providers/fireworks.models.d.ts +2 -2
  56. package/dist/providers/fireworks.models.d.ts.map +1 -1
  57. package/dist/providers/fireworks.models.js +3 -3
  58. package/dist/providers/fireworks.models.js.map +1 -1
  59. package/dist/providers/github-copilot.models.d.ts +95 -2
  60. package/dist/providers/github-copilot.models.d.ts.map +1 -1
  61. package/dist/providers/github-copilot.models.js +68 -10
  62. package/dist/providers/github-copilot.models.js.map +1 -1
  63. package/dist/providers/openai-codex.models.d.ts +101 -0
  64. package/dist/providers/openai-codex.models.d.ts.map +1 -1
  65. package/dist/providers/openai-codex.models.js +59 -0
  66. package/dist/providers/openai-codex.models.js.map +1 -1
  67. package/dist/providers/openai.models.d.ts +132 -0
  68. package/dist/providers/openai.models.d.ts.map +1 -1
  69. package/dist/providers/openai.models.js +78 -0
  70. package/dist/providers/openai.models.js.map +1 -1
  71. package/dist/providers/opencode-go.models.d.ts +3 -3
  72. package/dist/providers/opencode-go.models.d.ts.map +1 -1
  73. package/dist/providers/opencode-go.models.js +3 -3
  74. package/dist/providers/opencode-go.models.js.map +1 -1
  75. package/dist/providers/opencode.models.d.ts +102 -4
  76. package/dist/providers/opencode.models.d.ts.map +1 -1
  77. package/dist/providers/opencode.models.js +82 -8
  78. package/dist/providers/opencode.models.js.map +1 -1
  79. package/dist/providers/openrouter.models.d.ts +263 -85
  80. package/dist/providers/openrouter.models.d.ts.map +1 -1
  81. package/dist/providers/openrouter.models.js +281 -147
  82. package/dist/providers/openrouter.models.js.map +1 -1
  83. package/dist/providers/vercel-ai-gateway.models.d.ts +139 -1
  84. package/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
  85. package/dist/providers/vercel-ai-gateway.models.js +132 -8
  86. package/dist/providers/vercel-ai-gateway.models.js.map +1 -1
  87. package/dist/providers/xai.models.d.ts +22 -0
  88. package/dist/providers/xai.models.d.ts.map +1 -1
  89. package/dist/providers/xai.models.js +18 -0
  90. package/dist/providers/xai.models.js.map +1 -1
  91. package/dist/providers/xiaomi-token-plan-ams.models.d.ts +0 -42
  92. package/dist/providers/xiaomi-token-plan-ams.models.d.ts.map +1 -1
  93. package/dist/providers/xiaomi-token-plan-ams.models.js +9 -45
  94. package/dist/providers/xiaomi-token-plan-ams.models.js.map +1 -1
  95. package/dist/providers/xiaomi-token-plan-cn.models.d.ts +0 -42
  96. package/dist/providers/xiaomi-token-plan-cn.models.d.ts.map +1 -1
  97. package/dist/providers/xiaomi-token-plan-cn.models.js +9 -45
  98. package/dist/providers/xiaomi-token-plan-cn.models.js.map +1 -1
  99. package/dist/providers/xiaomi-token-plan-sgp.models.d.ts +0 -42
  100. package/dist/providers/xiaomi-token-plan-sgp.models.d.ts.map +1 -1
  101. package/dist/providers/xiaomi-token-plan-sgp.models.js +9 -45
  102. package/dist/providers/xiaomi-token-plan-sgp.models.js.map +1 -1
  103. package/dist/providers/zai-coding-cn.models.d.ts +1 -1
  104. package/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
  105. package/dist/providers/zai-coding-cn.models.js +1 -1
  106. package/dist/providers/zai-coding-cn.models.js.map +1 -1
  107. package/dist/providers/zai.models.d.ts +1 -1
  108. package/dist/providers/zai.models.d.ts.map +1 -1
  109. package/dist/providers/zai.models.js +1 -1
  110. package/dist/providers/zai.models.js.map +1 -1
  111. package/dist/types.d.ts +15 -6
  112. package/dist/types.d.ts.map +1 -1
  113. package/dist/types.js.map +1 -1
  114. package/dist/utils/estimate.d.ts +3 -3
  115. package/dist/utils/estimate.d.ts.map +1 -1
  116. package/dist/utils/estimate.js +17 -9
  117. package/dist/utils/estimate.js.map +1 -1
  118. package/dist/utils/retry.d.ts.map +1 -1
  119. package/dist/utils/retry.js +3 -0
  120. package/dist/utils/retry.js.map +1 -1
  121. package/package.json +1 -1
@@ -78,6 +78,7 @@ export declare const MODELS: {
78
78
  thinkingLevelMap: {
79
79
  off: null;
80
80
  xhigh: string;
81
+ max: string;
81
82
  };
82
83
  input: ("image" | "text")[];
83
84
  cost: {
@@ -148,7 +149,7 @@ export declare const MODELS: {
148
149
  baseUrl: string;
149
150
  reasoning: true;
150
151
  thinkingLevelMap: {
151
- xhigh: string;
152
+ max: string;
152
153
  };
153
154
  input: ("image" | "text")[];
154
155
  cost: {
@@ -169,6 +170,7 @@ export declare const MODELS: {
169
170
  reasoning: true;
170
171
  thinkingLevelMap: {
171
172
  xhigh: string;
173
+ max: string;
172
174
  };
173
175
  input: ("image" | "text")[];
174
176
  cost: {
@@ -189,6 +191,7 @@ export declare const MODELS: {
189
191
  reasoning: true;
190
192
  thinkingLevelMap: {
191
193
  xhigh: string;
194
+ max: string;
192
195
  };
193
196
  input: ("image" | "text")[];
194
197
  cost: {
@@ -224,6 +227,9 @@ export declare const MODELS: {
224
227
  provider: string;
225
228
  baseUrl: string;
226
229
  reasoning: true;
230
+ thinkingLevelMap: {
231
+ max: string;
232
+ };
227
233
  input: ("image" | "text")[];
228
234
  cost: {
229
235
  input: number;
@@ -241,6 +247,10 @@ export declare const MODELS: {
241
247
  provider: string;
242
248
  baseUrl: string;
243
249
  reasoning: true;
250
+ thinkingLevelMap: {
251
+ xhigh: string;
252
+ max: string;
253
+ };
244
254
  input: ("image" | "text")[];
245
255
  cost: {
246
256
  input: number;
@@ -276,7 +286,7 @@ export declare const MODELS: {
276
286
  baseUrl: string;
277
287
  reasoning: true;
278
288
  thinkingLevelMap: {
279
- xhigh: string;
289
+ max: string;
280
290
  };
281
291
  input: ("image" | "text")[];
282
292
  cost: {
@@ -297,6 +307,7 @@ export declare const MODELS: {
297
307
  reasoning: true;
298
308
  thinkingLevelMap: {
299
309
  xhigh: string;
310
+ max: string;
300
311
  };
301
312
  input: ("image" | "text")[];
302
313
  cost: {
@@ -332,6 +343,9 @@ export declare const MODELS: {
332
343
  provider: string;
333
344
  baseUrl: string;
334
345
  reasoning: true;
346
+ thinkingLevelMap: {
347
+ max: string;
348
+ };
335
349
  input: ("image" | "text")[];
336
350
  cost: {
337
351
  input: number;
@@ -349,6 +363,10 @@ export declare const MODELS: {
349
363
  provider: string;
350
364
  baseUrl: string;
351
365
  reasoning: true;
366
+ thinkingLevelMap: {
367
+ xhigh: string;
368
+ max: string;
369
+ };
352
370
  input: ("image" | "text")[];
353
371
  cost: {
354
372
  input: number;
@@ -420,6 +438,7 @@ export declare const MODELS: {
420
438
  thinkingLevelMap: {
421
439
  off: null;
422
440
  xhigh: string;
441
+ max: string;
423
442
  };
424
443
  input: ("image" | "text")[];
425
444
  cost: {
@@ -473,7 +492,7 @@ export declare const MODELS: {
473
492
  baseUrl: string;
474
493
  reasoning: true;
475
494
  thinkingLevelMap: {
476
- xhigh: string;
495
+ max: string;
477
496
  };
478
497
  input: ("image" | "text")[];
479
498
  cost: {
@@ -494,6 +513,7 @@ export declare const MODELS: {
494
513
  reasoning: true;
495
514
  thinkingLevelMap: {
496
515
  xhigh: string;
516
+ max: string;
497
517
  };
498
518
  input: ("image" | "text")[];
499
519
  cost: {
@@ -514,6 +534,7 @@ export declare const MODELS: {
514
534
  reasoning: true;
515
535
  thinkingLevelMap: {
516
536
  xhigh: string;
537
+ max: string;
517
538
  };
518
539
  input: ("image" | "text")[];
519
540
  cost: {
@@ -549,6 +570,9 @@ export declare const MODELS: {
549
570
  provider: string;
550
571
  baseUrl: string;
551
572
  reasoning: true;
573
+ thinkingLevelMap: {
574
+ max: string;
575
+ };
552
576
  input: ("image" | "text")[];
553
577
  cost: {
554
578
  input: number;
@@ -566,6 +590,10 @@ export declare const MODELS: {
566
590
  provider: string;
567
591
  baseUrl: string;
568
592
  reasoning: true;
593
+ thinkingLevelMap: {
594
+ xhigh: string;
595
+ max: string;
596
+ };
569
597
  input: ("image" | "text")[];
570
598
  cost: {
571
599
  input: number;
@@ -586,6 +614,7 @@ export declare const MODELS: {
586
614
  thinkingLevelMap: {
587
615
  off: null;
588
616
  xhigh: string;
617
+ max: string;
589
618
  };
590
619
  input: ("image" | "text")[];
591
620
  cost: {
@@ -639,7 +668,7 @@ export declare const MODELS: {
639
668
  baseUrl: string;
640
669
  reasoning: true;
641
670
  thinkingLevelMap: {
642
- xhigh: string;
671
+ max: string;
643
672
  };
644
673
  input: ("image" | "text")[];
645
674
  cost: {
@@ -660,6 +689,7 @@ export declare const MODELS: {
660
689
  reasoning: true;
661
690
  thinkingLevelMap: {
662
691
  xhigh: string;
692
+ max: string;
663
693
  };
664
694
  input: ("image" | "text")[];
665
695
  cost: {
@@ -680,6 +710,7 @@ export declare const MODELS: {
680
710
  reasoning: true;
681
711
  thinkingLevelMap: {
682
712
  xhigh: string;
713
+ max: string;
683
714
  };
684
715
  input: ("image" | "text")[];
685
716
  cost: {
@@ -715,6 +746,9 @@ export declare const MODELS: {
715
746
  provider: string;
716
747
  baseUrl: string;
717
748
  reasoning: true;
749
+ thinkingLevelMap: {
750
+ max: string;
751
+ };
718
752
  input: ("image" | "text")[];
719
753
  cost: {
720
754
  input: number;
@@ -732,6 +766,10 @@ export declare const MODELS: {
732
766
  provider: string;
733
767
  baseUrl: string;
734
768
  reasoning: true;
769
+ thinkingLevelMap: {
770
+ xhigh: string;
771
+ max: string;
772
+ };
735
773
  input: ("image" | "text")[];
736
774
  cost: {
737
775
  input: number;
@@ -802,6 +840,7 @@ export declare const MODELS: {
802
840
  reasoning: true;
803
841
  thinkingLevelMap: {
804
842
  xhigh: string;
843
+ max: string;
805
844
  };
806
845
  input: ("image" | "text")[];
807
846
  cost: {
@@ -822,6 +861,7 @@ export declare const MODELS: {
822
861
  reasoning: true;
823
862
  thinkingLevelMap: {
824
863
  xhigh: string;
864
+ max: string;
825
865
  };
826
866
  input: ("image" | "text")[];
827
867
  cost: {
@@ -857,6 +897,9 @@ export declare const MODELS: {
857
897
  provider: string;
858
898
  baseUrl: string;
859
899
  reasoning: true;
900
+ thinkingLevelMap: {
901
+ max: string;
902
+ };
860
903
  input: ("image" | "text")[];
861
904
  cost: {
862
905
  input: number;
@@ -874,6 +917,10 @@ export declare const MODELS: {
874
917
  provider: string;
875
918
  baseUrl: string;
876
919
  reasoning: true;
920
+ thinkingLevelMap: {
921
+ xhigh: string;
922
+ max: string;
923
+ };
877
924
  input: ("image" | "text")[];
878
925
  cost: {
879
926
  input: number;
@@ -1546,6 +1593,7 @@ export declare const MODELS: {
1546
1593
  thinkingLevelMap: {
1547
1594
  off: null;
1548
1595
  xhigh: string;
1596
+ max: string;
1549
1597
  };
1550
1598
  input: ("image" | "text")[];
1551
1599
  cost: {
@@ -1616,7 +1664,7 @@ export declare const MODELS: {
1616
1664
  baseUrl: string;
1617
1665
  reasoning: true;
1618
1666
  thinkingLevelMap: {
1619
- xhigh: string;
1667
+ max: string;
1620
1668
  };
1621
1669
  input: ("image" | "text")[];
1622
1670
  cost: {
@@ -1637,6 +1685,7 @@ export declare const MODELS: {
1637
1685
  reasoning: true;
1638
1686
  thinkingLevelMap: {
1639
1687
  xhigh: string;
1688
+ max: string;
1640
1689
  };
1641
1690
  input: ("image" | "text")[];
1642
1691
  cost: {
@@ -1657,6 +1706,7 @@ export declare const MODELS: {
1657
1706
  reasoning: true;
1658
1707
  thinkingLevelMap: {
1659
1708
  xhigh: string;
1709
+ max: string;
1660
1710
  };
1661
1711
  input: ("image" | "text")[];
1662
1712
  cost: {
@@ -1692,6 +1742,9 @@ export declare const MODELS: {
1692
1742
  provider: string;
1693
1743
  baseUrl: string;
1694
1744
  reasoning: true;
1745
+ thinkingLevelMap: {
1746
+ max: string;
1747
+ };
1695
1748
  input: ("image" | "text")[];
1696
1749
  cost: {
1697
1750
  input: number;
@@ -1709,6 +1762,10 @@ export declare const MODELS: {
1709
1762
  provider: string;
1710
1763
  baseUrl: string;
1711
1764
  reasoning: true;
1765
+ thinkingLevelMap: {
1766
+ xhigh: string;
1767
+ max: string;
1768
+ };
1712
1769
  input: ("image" | "text")[];
1713
1770
  cost: {
1714
1771
  input: number;
@@ -1972,6 +2029,7 @@ export declare const MODELS: {
1972
2029
  thinkingLevelMap: {
1973
2030
  off: null;
1974
2031
  xhigh: string;
2032
+ max: string;
1975
2033
  };
1976
2034
  input: ("image" | "text")[];
1977
2035
  cost: {
@@ -2096,7 +2154,7 @@ export declare const MODELS: {
2096
2154
  };
2097
2155
  reasoning: true;
2098
2156
  thinkingLevelMap: {
2099
- xhigh: string;
2157
+ max: string;
2100
2158
  };
2101
2159
  input: ("image" | "text")[];
2102
2160
  cost: {
@@ -2121,6 +2179,7 @@ export declare const MODELS: {
2121
2179
  reasoning: true;
2122
2180
  thinkingLevelMap: {
2123
2181
  xhigh: string;
2182
+ max: string;
2124
2183
  };
2125
2184
  input: ("image" | "text")[];
2126
2185
  cost: {
@@ -2145,6 +2204,7 @@ export declare const MODELS: {
2145
2204
  reasoning: true;
2146
2205
  thinkingLevelMap: {
2147
2206
  xhigh: string;
2207
+ max: string;
2148
2208
  };
2149
2209
  input: ("image" | "text")[];
2150
2210
  cost: {
@@ -2200,6 +2260,9 @@ export declare const MODELS: {
2200
2260
  forceAdaptiveThinking: true;
2201
2261
  };
2202
2262
  reasoning: true;
2263
+ thinkingLevelMap: {
2264
+ max: string;
2265
+ };
2203
2266
  input: ("image" | "text")[];
2204
2267
  cost: {
2205
2268
  input: number;
@@ -2220,6 +2283,10 @@ export declare const MODELS: {
2220
2283
  forceAdaptiveThinking: true;
2221
2284
  };
2222
2285
  reasoning: true;
2286
+ thinkingLevelMap: {
2287
+ xhigh: string;
2288
+ max: string;
2289
+ };
2223
2290
  input: ("image" | "text")[];
2224
2291
  cost: {
2225
2292
  input: number;
@@ -2897,6 +2964,89 @@ export declare const MODELS: {
2897
2964
  contextWindow: number;
2898
2965
  maxTokens: number;
2899
2966
  };
2967
+ readonly "gpt-5.6-luna": {
2968
+ id: string;
2969
+ name: string;
2970
+ api: "azure-openai-responses";
2971
+ provider: string;
2972
+ baseUrl: string;
2973
+ reasoning: true;
2974
+ thinkingLevelMap: {
2975
+ off: null;
2976
+ xhigh: string;
2977
+ max: string;
2978
+ };
2979
+ input: ("image" | "text")[];
2980
+ cost: {
2981
+ input: number;
2982
+ output: number;
2983
+ cacheRead: number;
2984
+ cacheWrite: number;
2985
+ };
2986
+ contextWindow: number;
2987
+ maxTokens: number;
2988
+ };
2989
+ readonly "gpt-5.6-sol": {
2990
+ id: string;
2991
+ name: string;
2992
+ api: "azure-openai-responses";
2993
+ provider: string;
2994
+ baseUrl: string;
2995
+ reasoning: true;
2996
+ thinkingLevelMap: {
2997
+ off: null;
2998
+ xhigh: string;
2999
+ max: string;
3000
+ };
3001
+ input: ("image" | "text")[];
3002
+ cost: {
3003
+ input: number;
3004
+ output: number;
3005
+ cacheRead: number;
3006
+ cacheWrite: number;
3007
+ };
3008
+ contextWindow: number;
3009
+ maxTokens: number;
3010
+ };
3011
+ readonly "gpt-5.6-terra": {
3012
+ id: string;
3013
+ name: string;
3014
+ api: "azure-openai-responses";
3015
+ provider: string;
3016
+ baseUrl: string;
3017
+ reasoning: true;
3018
+ thinkingLevelMap: {
3019
+ off: null;
3020
+ xhigh: string;
3021
+ max: string;
3022
+ };
3023
+ input: ("image" | "text")[];
3024
+ cost: {
3025
+ input: number;
3026
+ output: number;
3027
+ cacheRead: number;
3028
+ cacheWrite: number;
3029
+ };
3030
+ contextWindow: number;
3031
+ maxTokens: number;
3032
+ };
3033
+ readonly "gpt-realtime-2.1": {
3034
+ id: string;
3035
+ name: string;
3036
+ api: "azure-openai-responses";
3037
+ provider: string;
3038
+ baseUrl: string;
3039
+ reasoning: true;
3040
+ input: ("image" | "text")[];
3041
+ cost: {
3042
+ input: number;
3043
+ output: number;
3044
+ cacheRead: number;
3045
+ cacheWrite: number;
3046
+ };
3047
+ contextWindow: number;
3048
+ maxTokens: number;
3049
+ };
2900
3050
  readonly o1: {
2901
3051
  id: string;
2902
3052
  name: string;
@@ -3234,6 +3384,7 @@ export declare const MODELS: {
3234
3384
  thinkingLevelMap: {
3235
3385
  off: null;
3236
3386
  xhigh: string;
3387
+ max: string;
3237
3388
  };
3238
3389
  input: ("image" | "text")[];
3239
3390
  cost: {
@@ -3337,7 +3488,7 @@ export declare const MODELS: {
3337
3488
  };
3338
3489
  reasoning: true;
3339
3490
  thinkingLevelMap: {
3340
- xhigh: string;
3491
+ max: string;
3341
3492
  };
3342
3493
  input: ("image" | "text")[];
3343
3494
  cost: {
@@ -3363,6 +3514,7 @@ export declare const MODELS: {
3363
3514
  reasoning: true;
3364
3515
  thinkingLevelMap: {
3365
3516
  xhigh: string;
3517
+ max: string;
3366
3518
  };
3367
3519
  input: ("image" | "text")[];
3368
3520
  cost: {
@@ -3388,6 +3540,7 @@ export declare const MODELS: {
3388
3540
  reasoning: true;
3389
3541
  thinkingLevelMap: {
3390
3542
  xhigh: string;
3543
+ max: string;
3391
3544
  };
3392
3545
  input: ("image" | "text")[];
3393
3546
  cost: {
@@ -3450,6 +3603,9 @@ export declare const MODELS: {
3450
3603
  forceAdaptiveThinking: true;
3451
3604
  };
3452
3605
  reasoning: true;
3606
+ thinkingLevelMap: {
3607
+ max: string;
3608
+ };
3453
3609
  input: ("image" | "text")[];
3454
3610
  cost: {
3455
3611
  input: number;
@@ -3471,6 +3627,10 @@ export declare const MODELS: {
3471
3627
  forceAdaptiveThinking: true;
3472
3628
  };
3473
3629
  reasoning: true;
3630
+ thinkingLevelMap: {
3631
+ xhigh: string;
3632
+ max: string;
3633
+ };
3474
3634
  input: ("image" | "text")[];
3475
3635
  cost: {
3476
3636
  input: number;
@@ -4204,7 +4364,7 @@ export declare const MODELS: {
4204
4364
  low: null;
4205
4365
  medium: null;
4206
4366
  high: string;
4207
- xhigh: string;
4367
+ max: string;
4208
4368
  };
4209
4369
  input: "text"[];
4210
4370
  cost: {
@@ -4234,7 +4394,7 @@ export declare const MODELS: {
4234
4394
  low: null;
4235
4395
  medium: null;
4236
4396
  high: string;
4237
- xhigh: string;
4397
+ max: string;
4238
4398
  };
4239
4399
  input: "text"[];
4240
4400
  cost: {
@@ -4333,7 +4493,7 @@ export declare const MODELS: {
4333
4493
  minimal: null;
4334
4494
  low: string;
4335
4495
  medium: string;
4336
- xhigh: string;
4496
+ max: string;
4337
4497
  };
4338
4498
  input: "text"[];
4339
4499
  cost: {
@@ -4545,7 +4705,7 @@ export declare const MODELS: {
4545
4705
  minimal: null;
4546
4706
  low: string;
4547
4707
  medium: string;
4548
- xhigh: string;
4708
+ max: string;
4549
4709
  };
4550
4710
  input: "text"[];
4551
4711
  cost: {
@@ -4722,7 +4882,7 @@ export declare const MODELS: {
4722
4882
  };
4723
4883
  reasoning: true;
4724
4884
  thinkingLevelMap: {
4725
- xhigh: string;
4885
+ max: string;
4726
4886
  };
4727
4887
  input: ("image" | "text")[];
4728
4888
  cost: {
@@ -4753,6 +4913,7 @@ export declare const MODELS: {
4753
4913
  reasoning: true;
4754
4914
  thinkingLevelMap: {
4755
4915
  xhigh: string;
4916
+ max: string;
4756
4917
  minimal: string;
4757
4918
  };
4758
4919
  input: ("image" | "text")[];
@@ -4784,6 +4945,7 @@ export declare const MODELS: {
4784
4945
  reasoning: true;
4785
4946
  thinkingLevelMap: {
4786
4947
  xhigh: string;
4948
+ max: string;
4787
4949
  minimal: string;
4788
4950
  };
4789
4951
  input: ("image" | "text")[];
@@ -4865,8 +5027,8 @@ export declare const MODELS: {
4865
5027
  };
4866
5028
  reasoning: true;
4867
5029
  thinkingLevelMap: {
5030
+ max: string;
4868
5031
  minimal: string;
4869
- xhigh: string;
4870
5032
  };
4871
5033
  input: ("image" | "text")[];
4872
5034
  cost: {
@@ -4894,6 +5056,10 @@ export declare const MODELS: {
4894
5056
  forceAdaptiveThinking: true;
4895
5057
  };
4896
5058
  reasoning: true;
5059
+ thinkingLevelMap: {
5060
+ xhigh: string;
5061
+ max: string;
5062
+ };
4897
5063
  input: ("image" | "text")[];
4898
5064
  cost: {
4899
5065
  input: number;
@@ -5267,6 +5433,93 @@ export declare const MODELS: {
5267
5433
  contextWindow: number;
5268
5434
  maxTokens: number;
5269
5435
  };
5436
+ readonly "gpt-5.6-luna": {
5437
+ id: string;
5438
+ name: string;
5439
+ api: "openai-responses";
5440
+ provider: string;
5441
+ baseUrl: string;
5442
+ headers: {
5443
+ "User-Agent": string;
5444
+ "Editor-Version": string;
5445
+ "Editor-Plugin-Version": string;
5446
+ "Copilot-Integration-Id": string;
5447
+ };
5448
+ reasoning: true;
5449
+ thinkingLevelMap: {
5450
+ off: null;
5451
+ minimal: string;
5452
+ xhigh: string;
5453
+ max: string;
5454
+ };
5455
+ input: ("image" | "text")[];
5456
+ cost: {
5457
+ input: number;
5458
+ output: number;
5459
+ cacheRead: number;
5460
+ cacheWrite: number;
5461
+ };
5462
+ contextWindow: number;
5463
+ maxTokens: number;
5464
+ };
5465
+ readonly "gpt-5.6-sol": {
5466
+ id: string;
5467
+ name: string;
5468
+ api: "openai-responses";
5469
+ provider: string;
5470
+ baseUrl: string;
5471
+ headers: {
5472
+ "User-Agent": string;
5473
+ "Editor-Version": string;
5474
+ "Editor-Plugin-Version": string;
5475
+ "Copilot-Integration-Id": string;
5476
+ };
5477
+ reasoning: true;
5478
+ thinkingLevelMap: {
5479
+ off: null;
5480
+ minimal: string;
5481
+ xhigh: string;
5482
+ max: string;
5483
+ };
5484
+ input: ("image" | "text")[];
5485
+ cost: {
5486
+ input: number;
5487
+ output: number;
5488
+ cacheRead: number;
5489
+ cacheWrite: number;
5490
+ };
5491
+ contextWindow: number;
5492
+ maxTokens: number;
5493
+ };
5494
+ readonly "gpt-5.6-terra": {
5495
+ id: string;
5496
+ name: string;
5497
+ api: "openai-responses";
5498
+ provider: string;
5499
+ baseUrl: string;
5500
+ headers: {
5501
+ "User-Agent": string;
5502
+ "Editor-Version": string;
5503
+ "Editor-Plugin-Version": string;
5504
+ "Copilot-Integration-Id": string;
5505
+ };
5506
+ reasoning: true;
5507
+ thinkingLevelMap: {
5508
+ off: null;
5509
+ minimal: string;
5510
+ xhigh: string;
5511
+ max: string;
5512
+ };
5513
+ input: ("image" | "text")[];
5514
+ cost: {
5515
+ input: number;
5516
+ output: number;
5517
+ cacheRead: number;
5518
+ cacheWrite: number;
5519
+ };
5520
+ contextWindow: number;
5521
+ maxTokens: number;
5522
+ };
5270
5523
  readonly "kimi-k2.7-code": {
5271
5524
  id: string;
5272
5525
  name: string;
@@ -9224,6 +9477,13 @@ export declare const MODELS: {
9224
9477
  output: number;
9225
9478
  cacheRead: number;
9226
9479
  cacheWrite: number;
9480
+ tiers: {
9481
+ inputTokensAbove: number;
9482
+ input: number;
9483
+ output: number;
9484
+ cacheRead: number;
9485
+ cacheWrite: number;
9486
+ }[];
9227
9487
  };
9228
9488
  contextWindow: number;
9229
9489
  maxTokens: number;
@@ -9287,6 +9547,13 @@ export declare const MODELS: {
9287
9547
  output: number;
9288
9548
  cacheRead: number;
9289
9549
  cacheWrite: number;
9550
+ tiers: {
9551
+ inputTokensAbove: number;
9552
+ input: number;
9553
+ output: number;
9554
+ cacheRead: number;
9555
+ cacheWrite: number;
9556
+ }[];
9290
9557
  };
9291
9558
  contextWindow: number;
9292
9559
  maxTokens: number;
@@ -9309,6 +9576,13 @@ export declare const MODELS: {
9309
9576
  output: number;
9310
9577
  cacheRead: number;
9311
9578
  cacheWrite: number;
9579
+ tiers: {
9580
+ inputTokensAbove: number;
9581
+ input: number;
9582
+ output: number;
9583
+ cacheRead: number;
9584
+ cacheWrite: number;
9585
+ }[];
9312
9586
  };
9313
9587
  contextWindow: number;
9314
9588
  maxTokens: number;
@@ -9332,62 +9606,105 @@ export declare const MODELS: {
9332
9606
  output: number;
9333
9607
  cacheRead: number;
9334
9608
  cacheWrite: number;
9609
+ tiers: {
9610
+ inputTokensAbove: number;
9611
+ input: number;
9612
+ output: number;
9613
+ cacheRead: number;
9614
+ cacheWrite: number;
9615
+ }[];
9335
9616
  };
9336
9617
  contextWindow: number;
9337
9618
  maxTokens: number;
9338
9619
  };
9339
- readonly o1: {
9620
+ readonly "gpt-5.6-luna": {
9340
9621
  id: string;
9341
9622
  name: string;
9342
9623
  api: "openai-responses";
9343
9624
  provider: string;
9344
9625
  baseUrl: string;
9345
9626
  reasoning: true;
9627
+ thinkingLevelMap: {
9628
+ off: string;
9629
+ xhigh: string;
9630
+ max: string;
9631
+ };
9346
9632
  input: ("image" | "text")[];
9347
9633
  cost: {
9348
9634
  input: number;
9349
9635
  output: number;
9350
9636
  cacheRead: number;
9351
9637
  cacheWrite: number;
9638
+ tiers: {
9639
+ inputTokensAbove: number;
9640
+ input: number;
9641
+ output: number;
9642
+ cacheRead: number;
9643
+ cacheWrite: number;
9644
+ }[];
9352
9645
  };
9353
9646
  contextWindow: number;
9354
9647
  maxTokens: number;
9355
9648
  };
9356
- readonly "o1-pro": {
9649
+ readonly "gpt-5.6-sol": {
9357
9650
  id: string;
9358
9651
  name: string;
9359
9652
  api: "openai-responses";
9360
9653
  provider: string;
9361
9654
  baseUrl: string;
9362
9655
  reasoning: true;
9656
+ thinkingLevelMap: {
9657
+ off: string;
9658
+ xhigh: string;
9659
+ max: string;
9660
+ };
9363
9661
  input: ("image" | "text")[];
9364
9662
  cost: {
9365
9663
  input: number;
9366
9664
  output: number;
9367
9665
  cacheRead: number;
9368
9666
  cacheWrite: number;
9667
+ tiers: {
9668
+ inputTokensAbove: number;
9669
+ input: number;
9670
+ output: number;
9671
+ cacheRead: number;
9672
+ cacheWrite: number;
9673
+ }[];
9369
9674
  };
9370
9675
  contextWindow: number;
9371
9676
  maxTokens: number;
9372
9677
  };
9373
- readonly o3: {
9678
+ readonly "gpt-5.6-terra": {
9374
9679
  id: string;
9375
9680
  name: string;
9376
9681
  api: "openai-responses";
9377
9682
  provider: string;
9378
9683
  baseUrl: string;
9379
9684
  reasoning: true;
9685
+ thinkingLevelMap: {
9686
+ off: string;
9687
+ xhigh: string;
9688
+ max: string;
9689
+ };
9380
9690
  input: ("image" | "text")[];
9381
9691
  cost: {
9382
9692
  input: number;
9383
9693
  output: number;
9384
9694
  cacheRead: number;
9385
9695
  cacheWrite: number;
9696
+ tiers: {
9697
+ inputTokensAbove: number;
9698
+ input: number;
9699
+ output: number;
9700
+ cacheRead: number;
9701
+ cacheWrite: number;
9702
+ }[];
9386
9703
  };
9387
9704
  contextWindow: number;
9388
9705
  maxTokens: number;
9389
9706
  };
9390
- readonly "o3-deep-research": {
9707
+ readonly "gpt-realtime-2.1": {
9391
9708
  id: string;
9392
9709
  name: string;
9393
9710
  api: "openai-responses";
@@ -9404,14 +9721,14 @@ export declare const MODELS: {
9404
9721
  contextWindow: number;
9405
9722
  maxTokens: number;
9406
9723
  };
9407
- readonly "o3-mini": {
9724
+ readonly o1: {
9408
9725
  id: string;
9409
9726
  name: string;
9410
9727
  api: "openai-responses";
9411
9728
  provider: string;
9412
9729
  baseUrl: string;
9413
9730
  reasoning: true;
9414
- input: "text"[];
9731
+ input: ("image" | "text")[];
9415
9732
  cost: {
9416
9733
  input: number;
9417
9734
  output: number;
@@ -9421,7 +9738,7 @@ export declare const MODELS: {
9421
9738
  contextWindow: number;
9422
9739
  maxTokens: number;
9423
9740
  };
9424
- readonly "o3-pro": {
9741
+ readonly "o1-pro": {
9425
9742
  id: string;
9426
9743
  name: string;
9427
9744
  api: "openai-responses";
@@ -9438,7 +9755,7 @@ export declare const MODELS: {
9438
9755
  contextWindow: number;
9439
9756
  maxTokens: number;
9440
9757
  };
9441
- readonly "o4-mini": {
9758
+ readonly o3: {
9442
9759
  id: string;
9443
9760
  name: string;
9444
9761
  api: "openai-responses";
@@ -9455,7 +9772,7 @@ export declare const MODELS: {
9455
9772
  contextWindow: number;
9456
9773
  maxTokens: number;
9457
9774
  };
9458
- readonly "o4-mini-deep-research": {
9775
+ readonly "o3-deep-research": {
9459
9776
  id: string;
9460
9777
  name: string;
9461
9778
  api: "openai-responses";
@@ -9472,19 +9789,13 @@ export declare const MODELS: {
9472
9789
  contextWindow: number;
9473
9790
  maxTokens: number;
9474
9791
  };
9475
- };
9476
- readonly "openai-codex": {
9477
- readonly "gpt-5.3-codex-spark": {
9792
+ readonly "o3-mini": {
9478
9793
  id: string;
9479
9794
  name: string;
9480
- api: "openai-codex-responses";
9795
+ api: "openai-responses";
9481
9796
  provider: string;
9482
9797
  baseUrl: string;
9483
9798
  reasoning: true;
9484
- thinkingLevelMap: {
9485
- xhigh: string;
9486
- minimal: string;
9487
- };
9488
9799
  input: "text"[];
9489
9800
  cost: {
9490
9801
  input: number;
@@ -9495,17 +9806,30 @@ export declare const MODELS: {
9495
9806
  contextWindow: number;
9496
9807
  maxTokens: number;
9497
9808
  };
9498
- readonly "gpt-5.4": {
9809
+ readonly "o3-pro": {
9499
9810
  id: string;
9500
9811
  name: string;
9501
- api: "openai-codex-responses";
9812
+ api: "openai-responses";
9502
9813
  provider: string;
9503
9814
  baseUrl: string;
9504
9815
  reasoning: true;
9505
- thinkingLevelMap: {
9506
- xhigh: string;
9507
- minimal: string;
9816
+ input: ("image" | "text")[];
9817
+ cost: {
9818
+ input: number;
9819
+ output: number;
9820
+ cacheRead: number;
9821
+ cacheWrite: number;
9508
9822
  };
9823
+ contextWindow: number;
9824
+ maxTokens: number;
9825
+ };
9826
+ readonly "o4-mini": {
9827
+ id: string;
9828
+ name: string;
9829
+ api: "openai-responses";
9830
+ provider: string;
9831
+ baseUrl: string;
9832
+ reasoning: true;
9509
9833
  input: ("image" | "text")[];
9510
9834
  cost: {
9511
9835
  input: number;
@@ -9516,6 +9840,74 @@ export declare const MODELS: {
9516
9840
  contextWindow: number;
9517
9841
  maxTokens: number;
9518
9842
  };
9843
+ readonly "o4-mini-deep-research": {
9844
+ id: string;
9845
+ name: string;
9846
+ api: "openai-responses";
9847
+ provider: string;
9848
+ baseUrl: string;
9849
+ reasoning: true;
9850
+ input: ("image" | "text")[];
9851
+ cost: {
9852
+ input: number;
9853
+ output: number;
9854
+ cacheRead: number;
9855
+ cacheWrite: number;
9856
+ };
9857
+ contextWindow: number;
9858
+ maxTokens: number;
9859
+ };
9860
+ };
9861
+ readonly "openai-codex": {
9862
+ readonly "gpt-5.3-codex-spark": {
9863
+ id: string;
9864
+ name: string;
9865
+ api: "openai-codex-responses";
9866
+ provider: string;
9867
+ baseUrl: string;
9868
+ reasoning: true;
9869
+ thinkingLevelMap: {
9870
+ xhigh: string;
9871
+ minimal: string;
9872
+ };
9873
+ input: "text"[];
9874
+ cost: {
9875
+ input: number;
9876
+ output: number;
9877
+ cacheRead: number;
9878
+ cacheWrite: number;
9879
+ };
9880
+ contextWindow: number;
9881
+ maxTokens: number;
9882
+ };
9883
+ readonly "gpt-5.4": {
9884
+ id: string;
9885
+ name: string;
9886
+ api: "openai-codex-responses";
9887
+ provider: string;
9888
+ baseUrl: string;
9889
+ reasoning: true;
9890
+ thinkingLevelMap: {
9891
+ xhigh: string;
9892
+ minimal: string;
9893
+ };
9894
+ input: ("image" | "text")[];
9895
+ cost: {
9896
+ input: number;
9897
+ output: number;
9898
+ cacheRead: number;
9899
+ cacheWrite: number;
9900
+ tiers: {
9901
+ inputTokensAbove: number;
9902
+ input: number;
9903
+ output: number;
9904
+ cacheRead: number;
9905
+ cacheWrite: number;
9906
+ }[];
9907
+ };
9908
+ contextWindow: number;
9909
+ maxTokens: number;
9910
+ };
9519
9911
  readonly "gpt-5.4-mini": {
9520
9912
  id: string;
9521
9913
  name: string;
@@ -9554,6 +9946,100 @@ export declare const MODELS: {
9554
9946
  output: number;
9555
9947
  cacheRead: number;
9556
9948
  cacheWrite: number;
9949
+ tiers: {
9950
+ inputTokensAbove: number;
9951
+ input: number;
9952
+ output: number;
9953
+ cacheRead: number;
9954
+ cacheWrite: number;
9955
+ }[];
9956
+ };
9957
+ contextWindow: number;
9958
+ maxTokens: number;
9959
+ };
9960
+ readonly "gpt-5.6-luna": {
9961
+ id: string;
9962
+ name: string;
9963
+ api: "openai-codex-responses";
9964
+ provider: string;
9965
+ baseUrl: string;
9966
+ reasoning: true;
9967
+ thinkingLevelMap: {
9968
+ xhigh: string;
9969
+ max: string;
9970
+ minimal: string;
9971
+ };
9972
+ input: ("image" | "text")[];
9973
+ cost: {
9974
+ input: number;
9975
+ output: number;
9976
+ cacheRead: number;
9977
+ cacheWrite: number;
9978
+ tiers: {
9979
+ inputTokensAbove: number;
9980
+ input: number;
9981
+ output: number;
9982
+ cacheRead: number;
9983
+ cacheWrite: number;
9984
+ }[];
9985
+ };
9986
+ contextWindow: number;
9987
+ maxTokens: number;
9988
+ };
9989
+ readonly "gpt-5.6-sol": {
9990
+ id: string;
9991
+ name: string;
9992
+ api: "openai-codex-responses";
9993
+ provider: string;
9994
+ baseUrl: string;
9995
+ reasoning: true;
9996
+ thinkingLevelMap: {
9997
+ xhigh: string;
9998
+ max: string;
9999
+ minimal: string;
10000
+ };
10001
+ input: ("image" | "text")[];
10002
+ cost: {
10003
+ input: number;
10004
+ output: number;
10005
+ cacheRead: number;
10006
+ cacheWrite: number;
10007
+ tiers: {
10008
+ inputTokensAbove: number;
10009
+ input: number;
10010
+ output: number;
10011
+ cacheRead: number;
10012
+ cacheWrite: number;
10013
+ }[];
10014
+ };
10015
+ contextWindow: number;
10016
+ maxTokens: number;
10017
+ };
10018
+ readonly "gpt-5.6-terra": {
10019
+ id: string;
10020
+ name: string;
10021
+ api: "openai-codex-responses";
10022
+ provider: string;
10023
+ baseUrl: string;
10024
+ reasoning: true;
10025
+ thinkingLevelMap: {
10026
+ xhigh: string;
10027
+ max: string;
10028
+ minimal: string;
10029
+ };
10030
+ input: ("image" | "text")[];
10031
+ cost: {
10032
+ input: number;
10033
+ output: number;
10034
+ cacheRead: number;
10035
+ cacheWrite: number;
10036
+ tiers: {
10037
+ inputTokensAbove: number;
10038
+ input: number;
10039
+ output: number;
10040
+ cacheRead: number;
10041
+ cacheWrite: number;
10042
+ }[];
9557
10043
  };
9558
10044
  contextWindow: number;
9559
10045
  maxTokens: number;
@@ -9595,6 +10081,7 @@ export declare const MODELS: {
9595
10081
  thinkingLevelMap: {
9596
10082
  off: null;
9597
10083
  xhigh: string;
10084
+ max: string;
9598
10085
  };
9599
10086
  input: ("image" | "text")[];
9600
10087
  cost: {
@@ -9668,7 +10155,7 @@ export declare const MODELS: {
9668
10155
  };
9669
10156
  reasoning: true;
9670
10157
  thinkingLevelMap: {
9671
- xhigh: string;
10158
+ max: string;
9672
10159
  };
9673
10160
  input: ("image" | "text")[];
9674
10161
  cost: {
@@ -9693,6 +10180,7 @@ export declare const MODELS: {
9693
10180
  reasoning: true;
9694
10181
  thinkingLevelMap: {
9695
10182
  xhigh: string;
10183
+ max: string;
9696
10184
  };
9697
10185
  input: ("image" | "text")[];
9698
10186
  cost: {
@@ -9717,6 +10205,7 @@ export declare const MODELS: {
9717
10205
  reasoning: true;
9718
10206
  thinkingLevelMap: {
9719
10207
  xhigh: string;
10208
+ max: string;
9720
10209
  };
9721
10210
  input: ("image" | "text")[];
9722
10211
  cost: {
@@ -9772,6 +10261,9 @@ export declare const MODELS: {
9772
10261
  forceAdaptiveThinking: true;
9773
10262
  };
9774
10263
  reasoning: true;
10264
+ thinkingLevelMap: {
10265
+ max: string;
10266
+ };
9775
10267
  input: ("image" | "text")[];
9776
10268
  cost: {
9777
10269
  input: number;
@@ -9792,6 +10284,10 @@ export declare const MODELS: {
9792
10284
  forceAdaptiveThinking: true;
9793
10285
  };
9794
10286
  reasoning: true;
10287
+ thinkingLevelMap: {
10288
+ xhigh: string;
10289
+ max: string;
10290
+ };
9795
10291
  input: ("image" | "text")[];
9796
10292
  cost: {
9797
10293
  input: number;
@@ -9821,7 +10317,7 @@ export declare const MODELS: {
9821
10317
  low: null;
9822
10318
  medium: null;
9823
10319
  high: string;
9824
- xhigh: string;
10320
+ max: string;
9825
10321
  };
9826
10322
  input: "text"[];
9827
10323
  cost: {
@@ -9851,7 +10347,7 @@ export declare const MODELS: {
9851
10347
  low: null;
9852
10348
  medium: null;
9853
10349
  high: string;
9854
- xhigh: string;
10350
+ max: string;
9855
10351
  };
9856
10352
  input: "text"[];
9857
10353
  cost: {
@@ -9882,7 +10378,7 @@ export declare const MODELS: {
9882
10378
  low: null;
9883
10379
  medium: null;
9884
10380
  high: string;
9885
- xhigh: string;
10381
+ max: string;
9886
10382
  };
9887
10383
  input: "text"[];
9888
10384
  cost: {
@@ -10355,6 +10851,94 @@ export declare const MODELS: {
10355
10851
  contextWindow: number;
10356
10852
  maxTokens: number;
10357
10853
  };
10854
+ readonly "gpt-5.6-luna": {
10855
+ id: string;
10856
+ name: string;
10857
+ api: "openai-responses";
10858
+ provider: string;
10859
+ baseUrl: string;
10860
+ reasoning: true;
10861
+ thinkingLevelMap: {
10862
+ off: null;
10863
+ xhigh: string;
10864
+ max: string;
10865
+ };
10866
+ input: ("image" | "text")[];
10867
+ cost: {
10868
+ input: number;
10869
+ output: number;
10870
+ cacheRead: number;
10871
+ cacheWrite: number;
10872
+ };
10873
+ contextWindow: number;
10874
+ maxTokens: number;
10875
+ };
10876
+ readonly "gpt-5.6-sol": {
10877
+ id: string;
10878
+ name: string;
10879
+ api: "openai-responses";
10880
+ provider: string;
10881
+ baseUrl: string;
10882
+ reasoning: true;
10883
+ thinkingLevelMap: {
10884
+ off: null;
10885
+ xhigh: string;
10886
+ max: string;
10887
+ };
10888
+ input: ("image" | "text")[];
10889
+ cost: {
10890
+ input: number;
10891
+ output: number;
10892
+ cacheRead: number;
10893
+ cacheWrite: number;
10894
+ };
10895
+ contextWindow: number;
10896
+ maxTokens: number;
10897
+ };
10898
+ readonly "gpt-5.6-terra": {
10899
+ id: string;
10900
+ name: string;
10901
+ api: "openai-responses";
10902
+ provider: string;
10903
+ baseUrl: string;
10904
+ reasoning: true;
10905
+ thinkingLevelMap: {
10906
+ off: null;
10907
+ xhigh: string;
10908
+ max: string;
10909
+ };
10910
+ input: ("image" | "text")[];
10911
+ cost: {
10912
+ input: number;
10913
+ output: number;
10914
+ cacheRead: number;
10915
+ cacheWrite: number;
10916
+ };
10917
+ contextWindow: number;
10918
+ maxTokens: number;
10919
+ };
10920
+ readonly "grok-4.5": {
10921
+ id: string;
10922
+ name: string;
10923
+ api: "openai-completions";
10924
+ provider: string;
10925
+ baseUrl: string;
10926
+ compat: {
10927
+ supportsStore: false;
10928
+ supportsDeveloperRole: false;
10929
+ maxTokensField: "max_tokens";
10930
+ };
10931
+ reasoning: true;
10932
+ input: ("image" | "text")[];
10933
+ cost: {
10934
+ input: number;
10935
+ output: number;
10936
+ cacheRead: number;
10937
+ cacheWrite: number;
10938
+ };
10939
+ contextWindow: number;
10940
+ maxTokens: number;
10941
+ };
10358
10942
  readonly "grok-build-0.1": {
10359
10943
  id: string;
10360
10944
  name: string;
@@ -10664,7 +11248,7 @@ export declare const MODELS: {
10664
11248
  low: null;
10665
11249
  medium: null;
10666
11250
  high: string;
10667
- xhigh: string;
11251
+ max: string;
10668
11252
  };
10669
11253
  input: "text"[];
10670
11254
  cost: {
@@ -10695,7 +11279,7 @@ export declare const MODELS: {
10695
11279
  low: null;
10696
11280
  medium: null;
10697
11281
  high: string;
10698
- xhigh: string;
11282
+ max: string;
10699
11283
  };
10700
11284
  input: "text"[];
10701
11285
  cost: {
@@ -10747,7 +11331,7 @@ export declare const MODELS: {
10747
11331
  low: null;
10748
11332
  medium: null;
10749
11333
  high: string;
10750
- xhigh: string;
11334
+ max: string;
10751
11335
  };
10752
11336
  input: "text"[];
10753
11337
  cost: {
@@ -10974,6 +11558,69 @@ export declare const MODELS: {
10974
11558
  contextWindow: number;
10975
11559
  maxTokens: number;
10976
11560
  };
11561
+ readonly "aion-labs/aion-2.0": {
11562
+ id: string;
11563
+ name: string;
11564
+ api: "openai-completions";
11565
+ provider: string;
11566
+ baseUrl: string;
11567
+ compat: {
11568
+ supportsDeveloperRole: false;
11569
+ thinkingFormat: "openrouter";
11570
+ };
11571
+ reasoning: true;
11572
+ input: "text"[];
11573
+ cost: {
11574
+ input: number;
11575
+ output: number;
11576
+ cacheRead: number;
11577
+ cacheWrite: number;
11578
+ };
11579
+ contextWindow: number;
11580
+ maxTokens: number;
11581
+ };
11582
+ readonly "aion-labs/aion-3.0": {
11583
+ id: string;
11584
+ name: string;
11585
+ api: "openai-completions";
11586
+ provider: string;
11587
+ baseUrl: string;
11588
+ compat: {
11589
+ supportsDeveloperRole: false;
11590
+ thinkingFormat: "openrouter";
11591
+ };
11592
+ reasoning: true;
11593
+ input: "text"[];
11594
+ cost: {
11595
+ input: number;
11596
+ output: number;
11597
+ cacheRead: number;
11598
+ cacheWrite: number;
11599
+ };
11600
+ contextWindow: number;
11601
+ maxTokens: number;
11602
+ };
11603
+ readonly "aion-labs/aion-3.0-mini": {
11604
+ id: string;
11605
+ name: string;
11606
+ api: "openai-completions";
11607
+ provider: string;
11608
+ baseUrl: string;
11609
+ compat: {
11610
+ supportsDeveloperRole: false;
11611
+ thinkingFormat: "openrouter";
11612
+ };
11613
+ reasoning: true;
11614
+ input: "text"[];
11615
+ cost: {
11616
+ input: number;
11617
+ output: number;
11618
+ cacheRead: number;
11619
+ cacheWrite: number;
11620
+ };
11621
+ contextWindow: number;
11622
+ maxTokens: number;
11623
+ };
10977
11624
  readonly "amazon/nova-2-lite-v1": {
10978
11625
  id: string;
10979
11626
  name: string;
@@ -11217,7 +11864,7 @@ export declare const MODELS: {
11217
11864
  };
11218
11865
  reasoning: true;
11219
11866
  thinkingLevelMap: {
11220
- xhigh: string;
11867
+ max: string;
11221
11868
  };
11222
11869
  input: ("image" | "text")[];
11223
11870
  cost: {
@@ -11242,6 +11889,7 @@ export declare const MODELS: {
11242
11889
  reasoning: true;
11243
11890
  thinkingLevelMap: {
11244
11891
  xhigh: string;
11892
+ max: string;
11245
11893
  };
11246
11894
  input: ("image" | "text")[];
11247
11895
  cost: {
@@ -11266,6 +11914,7 @@ export declare const MODELS: {
11266
11914
  reasoning: true;
11267
11915
  thinkingLevelMap: {
11268
11916
  xhigh: string;
11917
+ max: string;
11269
11918
  };
11270
11919
  input: ("image" | "text")[];
11271
11920
  cost: {
@@ -11290,6 +11939,7 @@ export declare const MODELS: {
11290
11939
  reasoning: true;
11291
11940
  thinkingLevelMap: {
11292
11941
  xhigh: string;
11942
+ max: string;
11293
11943
  };
11294
11944
  input: ("image" | "text")[];
11295
11945
  cost: {
@@ -11314,6 +11964,7 @@ export declare const MODELS: {
11314
11964
  reasoning: true;
11315
11965
  thinkingLevelMap: {
11316
11966
  xhigh: string;
11967
+ max: string;
11317
11968
  };
11318
11969
  input: ("image" | "text")[];
11319
11970
  cost: {
@@ -11378,6 +12029,9 @@ export declare const MODELS: {
11378
12029
  cacheControlFormat: "anthropic";
11379
12030
  };
11380
12031
  reasoning: true;
12032
+ thinkingLevelMap: {
12033
+ max: string;
12034
+ };
11381
12035
  input: ("image" | "text")[];
11382
12036
  cost: {
11383
12037
  input: number;
@@ -11399,6 +12053,10 @@ export declare const MODELS: {
11399
12053
  cacheControlFormat: "anthropic";
11400
12054
  };
11401
12055
  reasoning: true;
12056
+ thinkingLevelMap: {
12057
+ xhigh: string;
12058
+ max: string;
12059
+ };
11402
12060
  input: ("image" | "text")[];
11403
12061
  cost: {
11404
12062
  input: number;
@@ -11430,27 +12088,6 @@ export declare const MODELS: {
11430
12088
  contextWindow: number;
11431
12089
  maxTokens: number;
11432
12090
  };
11433
- readonly "arcee-ai/trinity-mini": {
11434
- id: string;
11435
- name: string;
11436
- api: "openai-completions";
11437
- provider: string;
11438
- baseUrl: string;
11439
- compat: {
11440
- supportsDeveloperRole: false;
11441
- thinkingFormat: "openrouter";
11442
- };
11443
- reasoning: true;
11444
- input: "text"[];
11445
- cost: {
11446
- input: number;
11447
- output: number;
11448
- cacheRead: number;
11449
- cacheWrite: number;
11450
- };
11451
- contextWindow: number;
11452
- maxTokens: number;
11453
- };
11454
12091
  readonly "arcee-ai/virtuoso-large": {
11455
12092
  id: string;
11456
12093
  name: string;
@@ -11825,6 +12462,7 @@ export declare const MODELS: {
11825
12462
  low: null;
11826
12463
  medium: null;
11827
12464
  high: string;
12465
+ max: null;
11828
12466
  xhigh: string;
11829
12467
  };
11830
12468
  input: "text"[];
@@ -11854,30 +12492,10 @@ export declare const MODELS: {
11854
12492
  low: null;
11855
12493
  medium: null;
11856
12494
  high: string;
12495
+ max: null;
11857
12496
  xhigh: string;
11858
12497
  };
11859
- input: "text"[];
11860
- cost: {
11861
- input: number;
11862
- output: number;
11863
- cacheRead: number;
11864
- cacheWrite: number;
11865
- };
11866
- contextWindow: number;
11867
- maxTokens: number;
11868
- };
11869
- readonly "google/gemini-2.5-flash": {
11870
- id: string;
11871
- name: string;
11872
- api: "openai-completions";
11873
- provider: string;
11874
- baseUrl: string;
11875
- compat: {
11876
- supportsDeveloperRole: false;
11877
- thinkingFormat: "openrouter";
11878
- };
11879
- reasoning: true;
11880
- input: ("image" | "text")[];
12498
+ input: "text"[];
11881
12499
  cost: {
11882
12500
  input: number;
11883
12501
  output: number;
@@ -11887,7 +12505,7 @@ export declare const MODELS: {
11887
12505
  contextWindow: number;
11888
12506
  maxTokens: number;
11889
12507
  };
11890
- readonly "google/gemini-2.5-flash-lite": {
12508
+ readonly "google/gemini-2.5-flash": {
11891
12509
  id: string;
11892
12510
  name: string;
11893
12511
  api: "openai-completions";
@@ -11908,7 +12526,7 @@ export declare const MODELS: {
11908
12526
  contextWindow: number;
11909
12527
  maxTokens: number;
11910
12528
  };
11911
- readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
12529
+ readonly "google/gemini-2.5-flash-lite": {
11912
12530
  id: string;
11913
12531
  name: string;
11914
12532
  api: "openai-completions";
@@ -14182,7 +14800,7 @@ export declare const MODELS: {
14182
14800
  contextWindow: number;
14183
14801
  maxTokens: number;
14184
14802
  };
14185
- readonly "openai/gpt-audio": {
14803
+ readonly "openai/gpt-5.6-luna": {
14186
14804
  id: string;
14187
14805
  name: string;
14188
14806
  api: "openai-completions";
@@ -14191,8 +14809,12 @@ export declare const MODELS: {
14191
14809
  compat: {
14192
14810
  thinkingFormat: "openrouter";
14193
14811
  };
14194
- reasoning: false;
14195
- input: "text"[];
14812
+ reasoning: true;
14813
+ thinkingLevelMap: {
14814
+ xhigh: string;
14815
+ max: string;
14816
+ };
14817
+ input: ("image" | "text")[];
14196
14818
  cost: {
14197
14819
  input: number;
14198
14820
  output: number;
@@ -14202,7 +14824,7 @@ export declare const MODELS: {
14202
14824
  contextWindow: number;
14203
14825
  maxTokens: number;
14204
14826
  };
14205
- readonly "openai/gpt-audio-mini": {
14827
+ readonly "openai/gpt-5.6-luna-pro": {
14206
14828
  id: string;
14207
14829
  name: string;
14208
14830
  api: "openai-completions";
@@ -14211,8 +14833,12 @@ export declare const MODELS: {
14211
14833
  compat: {
14212
14834
  thinkingFormat: "openrouter";
14213
14835
  };
14214
- reasoning: false;
14215
- input: "text"[];
14836
+ reasoning: true;
14837
+ thinkingLevelMap: {
14838
+ xhigh: string;
14839
+ max: string;
14840
+ };
14841
+ input: ("image" | "text")[];
14216
14842
  cost: {
14217
14843
  input: number;
14218
14844
  output: number;
@@ -14222,7 +14848,7 @@ export declare const MODELS: {
14222
14848
  contextWindow: number;
14223
14849
  maxTokens: number;
14224
14850
  };
14225
- readonly "openai/gpt-chat-latest": {
14851
+ readonly "openai/gpt-5.6-sol": {
14226
14852
  id: string;
14227
14853
  name: string;
14228
14854
  api: "openai-completions";
@@ -14231,7 +14857,11 @@ export declare const MODELS: {
14231
14857
  compat: {
14232
14858
  thinkingFormat: "openrouter";
14233
14859
  };
14234
- reasoning: false;
14860
+ reasoning: true;
14861
+ thinkingLevelMap: {
14862
+ xhigh: string;
14863
+ max: string;
14864
+ };
14235
14865
  input: ("image" | "text")[];
14236
14866
  cost: {
14237
14867
  input: number;
@@ -14242,7 +14872,7 @@ export declare const MODELS: {
14242
14872
  contextWindow: number;
14243
14873
  maxTokens: number;
14244
14874
  };
14245
- readonly "openai/gpt-oss-120b": {
14875
+ readonly "openai/gpt-5.6-sol-pro": {
14246
14876
  id: string;
14247
14877
  name: string;
14248
14878
  api: "openai-completions";
@@ -14252,7 +14882,11 @@ export declare const MODELS: {
14252
14882
  thinkingFormat: "openrouter";
14253
14883
  };
14254
14884
  reasoning: true;
14255
- input: "text"[];
14885
+ thinkingLevelMap: {
14886
+ xhigh: string;
14887
+ max: string;
14888
+ };
14889
+ input: ("image" | "text")[];
14256
14890
  cost: {
14257
14891
  input: number;
14258
14892
  output: number;
@@ -14262,7 +14896,7 @@ export declare const MODELS: {
14262
14896
  contextWindow: number;
14263
14897
  maxTokens: number;
14264
14898
  };
14265
- readonly "openai/gpt-oss-120b:free": {
14899
+ readonly "openai/gpt-5.6-terra": {
14266
14900
  id: string;
14267
14901
  name: string;
14268
14902
  api: "openai-completions";
@@ -14272,7 +14906,11 @@ export declare const MODELS: {
14272
14906
  thinkingFormat: "openrouter";
14273
14907
  };
14274
14908
  reasoning: true;
14275
- input: "text"[];
14909
+ thinkingLevelMap: {
14910
+ xhigh: string;
14911
+ max: string;
14912
+ };
14913
+ input: ("image" | "text")[];
14276
14914
  cost: {
14277
14915
  input: number;
14278
14916
  output: number;
@@ -14282,7 +14920,7 @@ export declare const MODELS: {
14282
14920
  contextWindow: number;
14283
14921
  maxTokens: number;
14284
14922
  };
14285
- readonly "openai/gpt-oss-20b": {
14923
+ readonly "openai/gpt-5.6-terra-pro": {
14286
14924
  id: string;
14287
14925
  name: string;
14288
14926
  api: "openai-completions";
@@ -14292,6 +14930,30 @@ export declare const MODELS: {
14292
14930
  thinkingFormat: "openrouter";
14293
14931
  };
14294
14932
  reasoning: true;
14933
+ thinkingLevelMap: {
14934
+ xhigh: string;
14935
+ max: string;
14936
+ };
14937
+ input: ("image" | "text")[];
14938
+ cost: {
14939
+ input: number;
14940
+ output: number;
14941
+ cacheRead: number;
14942
+ cacheWrite: number;
14943
+ };
14944
+ contextWindow: number;
14945
+ maxTokens: number;
14946
+ };
14947
+ readonly "openai/gpt-audio": {
14948
+ id: string;
14949
+ name: string;
14950
+ api: "openai-completions";
14951
+ provider: string;
14952
+ baseUrl: string;
14953
+ compat: {
14954
+ thinkingFormat: "openrouter";
14955
+ };
14956
+ reasoning: false;
14295
14957
  input: "text"[];
14296
14958
  cost: {
14297
14959
  input: number;
@@ -14302,7 +14964,7 @@ export declare const MODELS: {
14302
14964
  contextWindow: number;
14303
14965
  maxTokens: number;
14304
14966
  };
14305
- readonly "openai/gpt-oss-20b:free": {
14967
+ readonly "openai/gpt-audio-mini": {
14306
14968
  id: string;
14307
14969
  name: string;
14308
14970
  api: "openai-completions";
@@ -14311,7 +14973,7 @@ export declare const MODELS: {
14311
14973
  compat: {
14312
14974
  thinkingFormat: "openrouter";
14313
14975
  };
14314
- reasoning: true;
14976
+ reasoning: false;
14315
14977
  input: "text"[];
14316
14978
  cost: {
14317
14979
  input: number;
@@ -14322,7 +14984,27 @@ export declare const MODELS: {
14322
14984
  contextWindow: number;
14323
14985
  maxTokens: number;
14324
14986
  };
14325
- readonly "openai/gpt-oss-safeguard-20b": {
14987
+ readonly "openai/gpt-chat-latest": {
14988
+ id: string;
14989
+ name: string;
14990
+ api: "openai-completions";
14991
+ provider: string;
14992
+ baseUrl: string;
14993
+ compat: {
14994
+ thinkingFormat: "openrouter";
14995
+ };
14996
+ reasoning: false;
14997
+ input: ("image" | "text")[];
14998
+ cost: {
14999
+ input: number;
15000
+ output: number;
15001
+ cacheRead: number;
15002
+ cacheWrite: number;
15003
+ };
15004
+ contextWindow: number;
15005
+ maxTokens: number;
15006
+ };
15007
+ readonly "openai/gpt-oss-120b": {
14326
15008
  id: string;
14327
15009
  name: string;
14328
15010
  api: "openai-completions";
@@ -14342,7 +15024,7 @@ export declare const MODELS: {
14342
15024
  contextWindow: number;
14343
15025
  maxTokens: number;
14344
15026
  };
14345
- readonly "openai/o1": {
15027
+ readonly "openai/gpt-oss-120b:free": {
14346
15028
  id: string;
14347
15029
  name: string;
14348
15030
  api: "openai-completions";
@@ -14352,7 +15034,7 @@ export declare const MODELS: {
14352
15034
  thinkingFormat: "openrouter";
14353
15035
  };
14354
15036
  reasoning: true;
14355
- input: ("image" | "text")[];
15037
+ input: "text"[];
14356
15038
  cost: {
14357
15039
  input: number;
14358
15040
  output: number;
@@ -14362,7 +15044,7 @@ export declare const MODELS: {
14362
15044
  contextWindow: number;
14363
15045
  maxTokens: number;
14364
15046
  };
14365
- readonly "openai/o3": {
15047
+ readonly "openai/gpt-oss-20b": {
14366
15048
  id: string;
14367
15049
  name: string;
14368
15050
  api: "openai-completions";
@@ -14372,7 +15054,7 @@ export declare const MODELS: {
14372
15054
  thinkingFormat: "openrouter";
14373
15055
  };
14374
15056
  reasoning: true;
14375
- input: ("image" | "text")[];
15057
+ input: "text"[];
14376
15058
  cost: {
14377
15059
  input: number;
14378
15060
  output: number;
@@ -14382,7 +15064,7 @@ export declare const MODELS: {
14382
15064
  contextWindow: number;
14383
15065
  maxTokens: number;
14384
15066
  };
14385
- readonly "openai/o3-deep-research": {
15067
+ readonly "openai/gpt-oss-20b:free": {
14386
15068
  id: string;
14387
15069
  name: string;
14388
15070
  api: "openai-completions";
@@ -14392,7 +15074,7 @@ export declare const MODELS: {
14392
15074
  thinkingFormat: "openrouter";
14393
15075
  };
14394
15076
  reasoning: true;
14395
- input: ("image" | "text")[];
15077
+ input: "text"[];
14396
15078
  cost: {
14397
15079
  input: number;
14398
15080
  output: number;
@@ -14402,7 +15084,7 @@ export declare const MODELS: {
14402
15084
  contextWindow: number;
14403
15085
  maxTokens: number;
14404
15086
  };
14405
- readonly "openai/o3-mini": {
15087
+ readonly "openai/gpt-oss-safeguard-20b": {
14406
15088
  id: string;
14407
15089
  name: string;
14408
15090
  api: "openai-completions";
@@ -14422,7 +15104,7 @@ export declare const MODELS: {
14422
15104
  contextWindow: number;
14423
15105
  maxTokens: number;
14424
15106
  };
14425
- readonly "openai/o3-mini-high": {
15107
+ readonly "openai/o1": {
14426
15108
  id: string;
14427
15109
  name: string;
14428
15110
  api: "openai-completions";
@@ -14432,7 +15114,7 @@ export declare const MODELS: {
14432
15114
  thinkingFormat: "openrouter";
14433
15115
  };
14434
15116
  reasoning: true;
14435
- input: "text"[];
15117
+ input: ("image" | "text")[];
14436
15118
  cost: {
14437
15119
  input: number;
14438
15120
  output: number;
@@ -14442,7 +15124,7 @@ export declare const MODELS: {
14442
15124
  contextWindow: number;
14443
15125
  maxTokens: number;
14444
15126
  };
14445
- readonly "openai/o3-pro": {
15127
+ readonly "openai/o3": {
14446
15128
  id: string;
14447
15129
  name: string;
14448
15130
  api: "openai-completions";
@@ -14462,7 +15144,7 @@ export declare const MODELS: {
14462
15144
  contextWindow: number;
14463
15145
  maxTokens: number;
14464
15146
  };
14465
- readonly "openai/o4-mini": {
15147
+ readonly "openai/o3-deep-research": {
14466
15148
  id: string;
14467
15149
  name: string;
14468
15150
  api: "openai-completions";
@@ -14482,7 +15164,47 @@ export declare const MODELS: {
14482
15164
  contextWindow: number;
14483
15165
  maxTokens: number;
14484
15166
  };
14485
- readonly "openai/o4-mini-deep-research": {
15167
+ readonly "openai/o3-mini": {
15168
+ id: string;
15169
+ name: string;
15170
+ api: "openai-completions";
15171
+ provider: string;
15172
+ baseUrl: string;
15173
+ compat: {
15174
+ thinkingFormat: "openrouter";
15175
+ };
15176
+ reasoning: true;
15177
+ input: "text"[];
15178
+ cost: {
15179
+ input: number;
15180
+ output: number;
15181
+ cacheRead: number;
15182
+ cacheWrite: number;
15183
+ };
15184
+ contextWindow: number;
15185
+ maxTokens: number;
15186
+ };
15187
+ readonly "openai/o3-mini-high": {
15188
+ id: string;
15189
+ name: string;
15190
+ api: "openai-completions";
15191
+ provider: string;
15192
+ baseUrl: string;
15193
+ compat: {
15194
+ thinkingFormat: "openrouter";
15195
+ };
15196
+ reasoning: true;
15197
+ input: "text"[];
15198
+ cost: {
15199
+ input: number;
15200
+ output: number;
15201
+ cacheRead: number;
15202
+ cacheWrite: number;
15203
+ };
15204
+ contextWindow: number;
15205
+ maxTokens: number;
15206
+ };
15207
+ readonly "openai/o3-pro": {
14486
15208
  id: string;
14487
15209
  name: string;
14488
15210
  api: "openai-completions";
@@ -14502,7 +15224,7 @@ export declare const MODELS: {
14502
15224
  contextWindow: number;
14503
15225
  maxTokens: number;
14504
15226
  };
14505
- readonly "openai/o4-mini-high": {
15227
+ readonly "openai/o4-mini": {
14506
15228
  id: string;
14507
15229
  name: string;
14508
15230
  api: "openai-completions";
@@ -14522,14 +15244,13 @@ export declare const MODELS: {
14522
15244
  contextWindow: number;
14523
15245
  maxTokens: number;
14524
15246
  };
14525
- readonly "openrouter/auto": {
15247
+ readonly "openai/o4-mini-deep-research": {
14526
15248
  id: string;
14527
15249
  name: string;
14528
15250
  api: "openai-completions";
14529
15251
  provider: string;
14530
15252
  baseUrl: string;
14531
15253
  compat: {
14532
- supportsDeveloperRole: false;
14533
15254
  thinkingFormat: "openrouter";
14534
15255
  };
14535
15256
  reasoning: true;
@@ -14543,14 +15264,13 @@ export declare const MODELS: {
14543
15264
  contextWindow: number;
14544
15265
  maxTokens: number;
14545
15266
  };
14546
- readonly "openrouter/free": {
15267
+ readonly "openai/o4-mini-high": {
14547
15268
  id: string;
14548
15269
  name: string;
14549
15270
  api: "openai-completions";
14550
15271
  provider: string;
14551
15272
  baseUrl: string;
14552
15273
  compat: {
14553
- supportsDeveloperRole: false;
14554
15274
  thinkingFormat: "openrouter";
14555
15275
  };
14556
15276
  reasoning: true;
@@ -14564,7 +15284,7 @@ export declare const MODELS: {
14564
15284
  contextWindow: number;
14565
15285
  maxTokens: number;
14566
15286
  };
14567
- readonly "openrouter/fusion": {
15287
+ readonly "openrouter/auto": {
14568
15288
  id: string;
14569
15289
  name: string;
14570
15290
  api: "openai-completions";
@@ -14575,7 +15295,7 @@ export declare const MODELS: {
14575
15295
  thinkingFormat: "openrouter";
14576
15296
  };
14577
15297
  reasoning: true;
14578
- input: "text"[];
15298
+ input: ("image" | "text")[];
14579
15299
  cost: {
14580
15300
  input: number;
14581
15301
  output: number;
@@ -14585,7 +15305,7 @@ export declare const MODELS: {
14585
15305
  contextWindow: number;
14586
15306
  maxTokens: number;
14587
15307
  };
14588
- readonly "poolside/laguna-m.1": {
15308
+ readonly "openrouter/free": {
14589
15309
  id: string;
14590
15310
  name: string;
14591
15311
  api: "openai-completions";
@@ -14596,7 +15316,7 @@ export declare const MODELS: {
14596
15316
  thinkingFormat: "openrouter";
14597
15317
  };
14598
15318
  reasoning: true;
14599
- input: "text"[];
15319
+ input: ("image" | "text")[];
14600
15320
  cost: {
14601
15321
  input: number;
14602
15322
  output: number;
@@ -14606,7 +15326,7 @@ export declare const MODELS: {
14606
15326
  contextWindow: number;
14607
15327
  maxTokens: number;
14608
15328
  };
14609
- readonly "poolside/laguna-m.1:free": {
15329
+ readonly "openrouter/fusion": {
14610
15330
  id: string;
14611
15331
  name: string;
14612
15332
  api: "openai-completions";
@@ -14627,7 +15347,7 @@ export declare const MODELS: {
14627
15347
  contextWindow: number;
14628
15348
  maxTokens: number;
14629
15349
  };
14630
- readonly "poolside/laguna-xs-2.1": {
15350
+ readonly "poolside/laguna-m.1": {
14631
15351
  id: string;
14632
15352
  name: string;
14633
15353
  api: "openai-completions";
@@ -14648,7 +15368,7 @@ export declare const MODELS: {
14648
15368
  contextWindow: number;
14649
15369
  maxTokens: number;
14650
15370
  };
14651
- readonly "poolside/laguna-xs-2.1:free": {
15371
+ readonly "poolside/laguna-m.1:free": {
14652
15372
  id: string;
14653
15373
  name: string;
14654
15374
  api: "openai-completions";
@@ -14669,7 +15389,7 @@ export declare const MODELS: {
14669
15389
  contextWindow: number;
14670
15390
  maxTokens: number;
14671
15391
  };
14672
- readonly "poolside/laguna-xs.2": {
15392
+ readonly "poolside/laguna-xs-2.1": {
14673
15393
  id: string;
14674
15394
  name: string;
14675
15395
  api: "openai-completions";
@@ -14690,7 +15410,7 @@ export declare const MODELS: {
14690
15410
  contextWindow: number;
14691
15411
  maxTokens: number;
14692
15412
  };
14693
- readonly "poolside/laguna-xs.2:free": {
15413
+ readonly "poolside/laguna-xs-2.1:free": {
14694
15414
  id: string;
14695
15415
  name: string;
14696
15416
  api: "openai-completions";
@@ -15971,6 +16691,27 @@ export declare const MODELS: {
15971
16691
  contextWindow: number;
15972
16692
  maxTokens: number;
15973
16693
  };
16694
+ readonly "x-ai/grok-4.5": {
16695
+ id: string;
16696
+ name: string;
16697
+ api: "openai-completions";
16698
+ provider: string;
16699
+ baseUrl: string;
16700
+ compat: {
16701
+ supportsDeveloperRole: false;
16702
+ thinkingFormat: "openrouter";
16703
+ };
16704
+ reasoning: true;
16705
+ input: ("image" | "text")[];
16706
+ cost: {
16707
+ input: number;
16708
+ output: number;
16709
+ cacheRead: number;
16710
+ cacheWrite: number;
16711
+ };
16712
+ contextWindow: number;
16713
+ maxTokens: number;
16714
+ };
15974
16715
  readonly "x-ai/grok-build-0.1": {
15975
16716
  id: string;
15976
16717
  name: string;
@@ -16478,6 +17219,27 @@ export declare const MODELS: {
16478
17219
  contextWindow: number;
16479
17220
  maxTokens: number;
16480
17221
  };
17222
+ readonly "~x-ai/grok-latest": {
17223
+ id: string;
17224
+ name: string;
17225
+ api: "openai-completions";
17226
+ provider: string;
17227
+ baseUrl: string;
17228
+ compat: {
17229
+ supportsDeveloperRole: false;
17230
+ thinkingFormat: "openrouter";
17231
+ };
17232
+ reasoning: true;
17233
+ input: ("image" | "text")[];
17234
+ cost: {
17235
+ input: number;
17236
+ output: number;
17237
+ cacheRead: number;
17238
+ cacheWrite: number;
17239
+ };
17240
+ contextWindow: number;
17241
+ maxTokens: number;
17242
+ };
16481
17243
  };
16482
17244
  readonly together: {
16483
17245
  readonly "MiniMaxAI/MiniMax-M2.7": {
@@ -17600,6 +18362,7 @@ export declare const MODELS: {
17600
18362
  thinkingLevelMap: {
17601
18363
  off: null;
17602
18364
  xhigh: string;
18365
+ max: string;
17603
18366
  };
17604
18367
  input: ("image" | "text")[];
17605
18368
  cost: {
@@ -17690,7 +18453,7 @@ export declare const MODELS: {
17690
18453
  };
17691
18454
  reasoning: true;
17692
18455
  thinkingLevelMap: {
17693
- xhigh: string;
18456
+ max: string;
17694
18457
  };
17695
18458
  input: ("image" | "text")[];
17696
18459
  cost: {
@@ -17715,6 +18478,7 @@ export declare const MODELS: {
17715
18478
  reasoning: true;
17716
18479
  thinkingLevelMap: {
17717
18480
  xhigh: string;
18481
+ max: string;
17718
18482
  };
17719
18483
  input: ("image" | "text")[];
17720
18484
  cost: {
@@ -17739,6 +18503,7 @@ export declare const MODELS: {
17739
18503
  reasoning: true;
17740
18504
  thinkingLevelMap: {
17741
18505
  xhigh: string;
18506
+ max: string;
17742
18507
  };
17743
18508
  input: ("image" | "text")[];
17744
18509
  cost: {
@@ -17794,6 +18559,9 @@ export declare const MODELS: {
17794
18559
  forceAdaptiveThinking: true;
17795
18560
  };
17796
18561
  reasoning: true;
18562
+ thinkingLevelMap: {
18563
+ max: string;
18564
+ };
17797
18565
  input: ("image" | "text")[];
17798
18566
  cost: {
17799
18567
  input: number;
@@ -17814,6 +18582,10 @@ export declare const MODELS: {
17814
18582
  forceAdaptiveThinking: true;
17815
18583
  };
17816
18584
  reasoning: true;
18585
+ thinkingLevelMap: {
18586
+ xhigh: string;
18587
+ max: string;
18588
+ };
17817
18589
  input: ("image" | "text")[];
17818
18590
  cost: {
17819
18591
  input: number;
@@ -18249,14 +19021,48 @@ export declare const MODELS: {
18249
19021
  contextWindow: number;
18250
19022
  maxTokens: number;
18251
19023
  };
18252
- readonly "inception/mercury-2": {
19024
+ readonly "inception/mercury-2": {
19025
+ id: string;
19026
+ name: string;
19027
+ api: "anthropic-messages";
19028
+ provider: string;
19029
+ baseUrl: string;
19030
+ reasoning: true;
19031
+ input: "text"[];
19032
+ cost: {
19033
+ input: number;
19034
+ output: number;
19035
+ cacheRead: number;
19036
+ cacheWrite: number;
19037
+ };
19038
+ contextWindow: number;
19039
+ maxTokens: number;
19040
+ };
19041
+ readonly "inception/mercury-coder-small": {
19042
+ id: string;
19043
+ name: string;
19044
+ api: "anthropic-messages";
19045
+ provider: string;
19046
+ baseUrl: string;
19047
+ reasoning: false;
19048
+ input: "text"[];
19049
+ cost: {
19050
+ input: number;
19051
+ output: number;
19052
+ cacheRead: number;
19053
+ cacheWrite: number;
19054
+ };
19055
+ contextWindow: number;
19056
+ maxTokens: number;
19057
+ };
19058
+ readonly "interfaze/interfaze-beta": {
18253
19059
  id: string;
18254
19060
  name: string;
18255
19061
  api: "anthropic-messages";
18256
19062
  provider: string;
18257
19063
  baseUrl: string;
18258
19064
  reasoning: true;
18259
- input: "text"[];
19065
+ input: ("image" | "text")[];
18260
19066
  cost: {
18261
19067
  input: number;
18262
19068
  output: number;
@@ -18266,13 +19072,13 @@ export declare const MODELS: {
18266
19072
  contextWindow: number;
18267
19073
  maxTokens: number;
18268
19074
  };
18269
- readonly "inception/mercury-coder-small": {
19075
+ readonly "kwaipilot/kat-coder-air-v2.5": {
18270
19076
  id: string;
18271
19077
  name: string;
18272
19078
  api: "anthropic-messages";
18273
19079
  provider: string;
18274
19080
  baseUrl: string;
18275
- reasoning: false;
19081
+ reasoning: true;
18276
19082
  input: "text"[];
18277
19083
  cost: {
18278
19084
  input: number;
@@ -18283,14 +19089,14 @@ export declare const MODELS: {
18283
19089
  contextWindow: number;
18284
19090
  maxTokens: number;
18285
19091
  };
18286
- readonly "interfaze/interfaze-beta": {
19092
+ readonly "kwaipilot/kat-coder-pro-v1": {
18287
19093
  id: string;
18288
19094
  name: string;
18289
19095
  api: "anthropic-messages";
18290
19096
  provider: string;
18291
19097
  baseUrl: string;
18292
- reasoning: true;
18293
- input: ("image" | "text")[];
19098
+ reasoning: false;
19099
+ input: "text"[];
18294
19100
  cost: {
18295
19101
  input: number;
18296
19102
  output: number;
@@ -18300,13 +19106,13 @@ export declare const MODELS: {
18300
19106
  contextWindow: number;
18301
19107
  maxTokens: number;
18302
19108
  };
18303
- readonly "kwaipilot/kat-coder-pro-v1": {
19109
+ readonly "kwaipilot/kat-coder-pro-v2": {
18304
19110
  id: string;
18305
19111
  name: string;
18306
19112
  api: "anthropic-messages";
18307
19113
  provider: string;
18308
19114
  baseUrl: string;
18309
- reasoning: false;
19115
+ reasoning: true;
18310
19116
  input: "text"[];
18311
19117
  cost: {
18312
19118
  input: number;
@@ -18317,7 +19123,7 @@ export declare const MODELS: {
18317
19123
  contextWindow: number;
18318
19124
  maxTokens: number;
18319
19125
  };
18320
- readonly "kwaipilot/kat-coder-pro-v2": {
19126
+ readonly "kwaipilot/kat-coder-pro-v2.5": {
18321
19127
  id: string;
18322
19128
  name: string;
18323
19129
  api: "anthropic-messages";
@@ -18487,6 +19293,23 @@ export declare const MODELS: {
18487
19293
  contextWindow: number;
18488
19294
  maxTokens: number;
18489
19295
  };
19296
+ readonly "meta/muse-spark-1.1": {
19297
+ id: string;
19298
+ name: string;
19299
+ api: "anthropic-messages";
19300
+ provider: string;
19301
+ baseUrl: string;
19302
+ reasoning: true;
19303
+ input: ("image" | "text")[];
19304
+ cost: {
19305
+ input: number;
19306
+ output: number;
19307
+ cacheRead: number;
19308
+ cacheWrite: number;
19309
+ };
19310
+ contextWindow: number;
19311
+ maxTokens: number;
19312
+ };
18490
19313
  readonly "minimax/minimax-m2": {
18491
19314
  id: string;
18492
19315
  name: string;
@@ -19631,6 +20454,66 @@ export declare const MODELS: {
19631
20454
  contextWindow: number;
19632
20455
  maxTokens: number;
19633
20456
  };
20457
+ readonly "openai/gpt-5.6-luna": {
20458
+ id: string;
20459
+ name: string;
20460
+ api: "anthropic-messages";
20461
+ provider: string;
20462
+ baseUrl: string;
20463
+ reasoning: true;
20464
+ thinkingLevelMap: {
20465
+ xhigh: string;
20466
+ };
20467
+ input: ("image" | "text")[];
20468
+ cost: {
20469
+ input: number;
20470
+ output: number;
20471
+ cacheRead: number;
20472
+ cacheWrite: number;
20473
+ };
20474
+ contextWindow: number;
20475
+ maxTokens: number;
20476
+ };
20477
+ readonly "openai/gpt-5.6-sol": {
20478
+ id: string;
20479
+ name: string;
20480
+ api: "anthropic-messages";
20481
+ provider: string;
20482
+ baseUrl: string;
20483
+ reasoning: true;
20484
+ thinkingLevelMap: {
20485
+ xhigh: string;
20486
+ };
20487
+ input: ("image" | "text")[];
20488
+ cost: {
20489
+ input: number;
20490
+ output: number;
20491
+ cacheRead: number;
20492
+ cacheWrite: number;
20493
+ };
20494
+ contextWindow: number;
20495
+ maxTokens: number;
20496
+ };
20497
+ readonly "openai/gpt-5.6-terra": {
20498
+ id: string;
20499
+ name: string;
20500
+ api: "anthropic-messages";
20501
+ provider: string;
20502
+ baseUrl: string;
20503
+ reasoning: true;
20504
+ thinkingLevelMap: {
20505
+ xhigh: string;
20506
+ };
20507
+ input: ("image" | "text")[];
20508
+ cost: {
20509
+ input: number;
20510
+ output: number;
20511
+ cacheRead: number;
20512
+ cacheWrite: number;
20513
+ };
20514
+ contextWindow: number;
20515
+ maxTokens: number;
20516
+ };
19634
20517
  readonly "openai/gpt-oss-120b": {
19635
20518
  id: string;
19636
20519
  name: string;
@@ -19988,6 +20871,23 @@ export declare const MODELS: {
19988
20871
  contextWindow: number;
19989
20872
  maxTokens: number;
19990
20873
  };
20874
+ readonly "xai/grok-4.5": {
20875
+ id: string;
20876
+ name: string;
20877
+ api: "anthropic-messages";
20878
+ provider: string;
20879
+ baseUrl: string;
20880
+ reasoning: true;
20881
+ input: ("image" | "text")[];
20882
+ cost: {
20883
+ input: number;
20884
+ output: number;
20885
+ cacheRead: number;
20886
+ cacheWrite: number;
20887
+ };
20888
+ contextWindow: number;
20889
+ maxTokens: number;
20890
+ };
19991
20891
  readonly "xai/grok-build-0.1": {
19992
20892
  id: string;
19993
20893
  name: string;
@@ -20440,6 +21340,28 @@ export declare const MODELS: {
20440
21340
  contextWindow: number;
20441
21341
  maxTokens: number;
20442
21342
  };
21343
+ readonly "grok-4.5": {
21344
+ id: string;
21345
+ name: string;
21346
+ api: "openai-completions";
21347
+ provider: string;
21348
+ baseUrl: string;
21349
+ compat: {
21350
+ supportsStore: false;
21351
+ supportsDeveloperRole: false;
21352
+ supportsReasoningEffort: false;
21353
+ };
21354
+ reasoning: true;
21355
+ input: ("image" | "text")[];
21356
+ cost: {
21357
+ input: number;
21358
+ output: number;
21359
+ cacheRead: number;
21360
+ cacheWrite: number;
21361
+ };
21362
+ contextWindow: number;
21363
+ maxTokens: number;
21364
+ };
20443
21365
  readonly "grok-build-0.1": {
20444
21366
  id: string;
20445
21367
  name: string;
@@ -20614,27 +21536,6 @@ export declare const MODELS: {
20614
21536
  };
20615
21537
  };
20616
21538
  readonly "xiaomi-token-plan-ams": {
20617
- readonly "mimo-v2-omni": {
20618
- id: string;
20619
- name: string;
20620
- api: "openai-completions";
20621
- provider: string;
20622
- baseUrl: string;
20623
- compat: {
20624
- requiresReasoningContentOnAssistantMessages: true;
20625
- thinkingFormat: "deepseek";
20626
- };
20627
- reasoning: true;
20628
- input: ("image" | "text")[];
20629
- cost: {
20630
- input: number;
20631
- output: number;
20632
- cacheRead: number;
20633
- cacheWrite: number;
20634
- };
20635
- contextWindow: number;
20636
- maxTokens: number;
20637
- };
20638
21539
  readonly "mimo-v2-pro": {
20639
21540
  id: string;
20640
21541
  name: string;
@@ -20698,50 +21599,8 @@ export declare const MODELS: {
20698
21599
  contextWindow: number;
20699
21600
  maxTokens: number;
20700
21601
  };
20701
- readonly "mimo-v2.5-pro-ultraspeed": {
20702
- id: string;
20703
- name: string;
20704
- api: "openai-completions";
20705
- provider: string;
20706
- baseUrl: string;
20707
- compat: {
20708
- requiresReasoningContentOnAssistantMessages: true;
20709
- thinkingFormat: "deepseek";
20710
- };
20711
- reasoning: true;
20712
- input: "text"[];
20713
- cost: {
20714
- input: number;
20715
- output: number;
20716
- cacheRead: number;
20717
- cacheWrite: number;
20718
- };
20719
- contextWindow: number;
20720
- maxTokens: number;
20721
- };
20722
21602
  };
20723
21603
  readonly "xiaomi-token-plan-cn": {
20724
- readonly "mimo-v2-omni": {
20725
- id: string;
20726
- name: string;
20727
- api: "openai-completions";
20728
- provider: string;
20729
- baseUrl: string;
20730
- compat: {
20731
- requiresReasoningContentOnAssistantMessages: true;
20732
- thinkingFormat: "deepseek";
20733
- };
20734
- reasoning: true;
20735
- input: ("image" | "text")[];
20736
- cost: {
20737
- input: number;
20738
- output: number;
20739
- cacheRead: number;
20740
- cacheWrite: number;
20741
- };
20742
- contextWindow: number;
20743
- maxTokens: number;
20744
- };
20745
21604
  readonly "mimo-v2-pro": {
20746
21605
  id: string;
20747
21606
  name: string;
@@ -20805,50 +21664,8 @@ export declare const MODELS: {
20805
21664
  contextWindow: number;
20806
21665
  maxTokens: number;
20807
21666
  };
20808
- readonly "mimo-v2.5-pro-ultraspeed": {
20809
- id: string;
20810
- name: string;
20811
- api: "openai-completions";
20812
- provider: string;
20813
- baseUrl: string;
20814
- compat: {
20815
- requiresReasoningContentOnAssistantMessages: true;
20816
- thinkingFormat: "deepseek";
20817
- };
20818
- reasoning: true;
20819
- input: "text"[];
20820
- cost: {
20821
- input: number;
20822
- output: number;
20823
- cacheRead: number;
20824
- cacheWrite: number;
20825
- };
20826
- contextWindow: number;
20827
- maxTokens: number;
20828
- };
20829
21667
  };
20830
21668
  readonly "xiaomi-token-plan-sgp": {
20831
- readonly "mimo-v2-omni": {
20832
- id: string;
20833
- name: string;
20834
- api: "openai-completions";
20835
- provider: string;
20836
- baseUrl: string;
20837
- compat: {
20838
- requiresReasoningContentOnAssistantMessages: true;
20839
- thinkingFormat: "deepseek";
20840
- };
20841
- reasoning: true;
20842
- input: ("image" | "text")[];
20843
- cost: {
20844
- input: number;
20845
- output: number;
20846
- cacheRead: number;
20847
- cacheWrite: number;
20848
- };
20849
- contextWindow: number;
20850
- maxTokens: number;
20851
- };
20852
21669
  readonly "mimo-v2-pro": {
20853
21670
  id: string;
20854
21671
  name: string;
@@ -20912,27 +21729,6 @@ export declare const MODELS: {
20912
21729
  contextWindow: number;
20913
21730
  maxTokens: number;
20914
21731
  };
20915
- readonly "mimo-v2.5-pro-ultraspeed": {
20916
- id: string;
20917
- name: string;
20918
- api: "openai-completions";
20919
- provider: string;
20920
- baseUrl: string;
20921
- compat: {
20922
- requiresReasoningContentOnAssistantMessages: true;
20923
- thinkingFormat: "deepseek";
20924
- };
20925
- reasoning: true;
20926
- input: "text"[];
20927
- cost: {
20928
- input: number;
20929
- output: number;
20930
- cacheRead: number;
20931
- cacheWrite: number;
20932
- };
20933
- contextWindow: number;
20934
- maxTokens: number;
20935
- };
20936
21732
  };
20937
21733
  readonly zai: {
20938
21734
  readonly "glm-4.5-air": {
@@ -21049,7 +21845,7 @@ export declare const MODELS: {
21049
21845
  low: string;
21050
21846
  medium: string;
21051
21847
  high: string;
21052
- xhigh: string;
21848
+ max: string;
21053
21849
  };
21054
21850
  input: "text"[];
21055
21851
  cost: {
@@ -21201,7 +21997,7 @@ export declare const MODELS: {
21201
21997
  low: string;
21202
21998
  medium: string;
21203
21999
  high: string;
21204
- xhigh: string;
22000
+ max: string;
21205
22001
  };
21206
22002
  input: "text"[];
21207
22003
  cost: {