@code-yeongyu/senpi 2026.7.10-2 → 2026.7.10

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 (150) hide show
  1. package/CHANGELOG.md +0 -21
  2. package/README.md +1 -1
  3. package/dist/core/extensions/types.d.ts +7 -2
  4. package/dist/core/extensions/types.d.ts.map +1 -1
  5. package/dist/core/extensions/types.js.map +1 -1
  6. package/dist/core/model-registry.d.ts +6 -1
  7. package/dist/core/model-registry.d.ts.map +1 -1
  8. package/dist/core/model-registry.js +6 -17
  9. package/dist/core/model-registry.js.map +1 -1
  10. package/dist/core/settings-manager.d.ts +3 -4
  11. package/dist/core/settings-manager.d.ts.map +1 -1
  12. package/dist/core/settings-manager.js +1 -2
  13. package/dist/core/settings-manager.js.map +1 -1
  14. package/dist/modes/interactive/components/settings-selector.js +1 -1
  15. package/dist/modes/interactive/components/settings-selector.js.map +1 -1
  16. package/dist/modes/interactive/components/thinking-selector.js +1 -1
  17. package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
  18. package/dist/modes/interactive/theme/dark.json +0 -1
  19. package/dist/modes/interactive/theme/light.json +0 -1
  20. package/dist/modes/interactive/theme/theme-schema.json +2 -6
  21. package/dist/modes/interactive/theme/theme.d.ts +2 -3
  22. package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
  23. package/dist/modes/interactive/theme/theme.js +4 -11
  24. package/dist/modes/interactive/theme/theme.js.map +1 -1
  25. package/docs/custom-provider.md +3 -4
  26. package/docs/extensions.md +1 -1
  27. package/docs/models.md +4 -45
  28. package/docs/rpc.md +2 -2
  29. package/docs/sdk.md +1 -1
  30. package/docs/settings.md +2 -2
  31. package/docs/themes.md +3 -5
  32. package/docs/tui.md +1 -1
  33. package/docs/usage.md +1 -1
  34. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  35. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  36. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  37. package/examples/extensions/gondolin/package-lock.json +2 -2
  38. package/examples/extensions/gondolin/package.json +1 -1
  39. package/examples/extensions/sandbox/package-lock.json +2 -2
  40. package/examples/extensions/sandbox/package.json +1 -1
  41. package/examples/extensions/with-deps/package-lock.json +2 -2
  42. package/examples/extensions/with-deps/package.json +1 -1
  43. package/node_modules/@code-yeongyu/senpi-codemode/package.json +3 -3
  44. package/node_modules/@earendil-works/pi-agent-core/README.md +1 -1
  45. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +3 -2
  46. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
  47. package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
  48. package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
  49. package/node_modules/@earendil-works/pi-ai/README.md +2 -4
  50. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
  51. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +8 -7
  52. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
  53. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts +1 -1
  54. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts.map +1 -1
  55. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
  56. package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +6 -3
  57. package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
  58. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts +1 -1
  59. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
  60. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +1 -5
  61. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
  62. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts +1 -1
  63. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts.map +1 -1
  64. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +1 -5
  65. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
  66. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.d.ts.map +1 -1
  67. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +4 -6
  68. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js.map +1 -1
  69. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts +1 -1
  70. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
  71. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
  72. package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.d.ts.map +1 -1
  73. package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js +3 -4
  74. package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js.map +1 -1
  75. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
  76. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +66 -239
  77. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
  78. package/node_modules/@earendil-works/pi-ai/dist/models.js +4 -13
  79. package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
  80. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts +5 -62
  81. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
  82. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +20 -32
  83. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js.map +1 -1
  84. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +1 -11
  85. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts.map +1 -1
  86. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +4 -6
  87. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js.map +1 -1
  88. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts +21 -3
  89. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
  90. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +21 -3
  91. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js.map +1 -1
  92. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +1 -11
  93. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
  94. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +4 -6
  95. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
  96. package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts +2 -2
  97. package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts.map +1 -1
  98. package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js +2 -2
  99. package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js.map +1 -1
  100. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts +2 -2
  101. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts.map +1 -1
  102. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +2 -2
  103. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js.map +1 -1
  104. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts +2 -8
  105. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts.map +1 -1
  106. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +4 -5
  107. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js.map +1 -1
  108. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts +0 -38
  109. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts.map +1 -1
  110. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js +9 -14
  111. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js.map +1 -1
  112. package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts +21 -52
  113. package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts.map +1 -1
  114. package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +24 -13
  115. package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js.map +1 -1
  116. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts +3 -3
  117. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts.map +1 -1
  118. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +3 -3
  119. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js.map +1 -1
  120. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts +4 -14
  121. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts.map +1 -1
  122. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +7 -9
  123. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js.map +1 -1
  124. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts +1 -20
  125. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts.map +1 -1
  126. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +17 -19
  127. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
  128. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts +1 -11
  129. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
  130. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +4 -6
  131. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js.map +1 -1
  132. package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts +1 -1
  133. package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
  134. package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js +1 -1
  135. package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js.map +1 -1
  136. package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts +1 -1
  137. package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts.map +1 -1
  138. package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js +1 -1
  139. package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js.map +1 -1
  140. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +6 -15
  141. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
  142. package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
  143. package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.d.ts +3 -3
  144. package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.d.ts.map +1 -1
  145. package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js +9 -17
  146. package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js.map +1 -1
  147. package/node_modules/@earendil-works/pi-ai/package.json +1 -1
  148. package/node_modules/@earendil-works/pi-pty/package.json +1 -1
  149. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  150. package/package.json +6 -6
@@ -78,7 +78,6 @@ export declare const MODELS: {
78
78
  thinkingLevelMap: {
79
79
  off: null;
80
80
  xhigh: string;
81
- max: string;
82
81
  };
83
82
  input: ("image" | "text")[];
84
83
  cost: {
@@ -149,7 +148,7 @@ export declare const MODELS: {
149
148
  baseUrl: string;
150
149
  reasoning: true;
151
150
  thinkingLevelMap: {
152
- max: string;
151
+ xhigh: string;
153
152
  };
154
153
  input: ("image" | "text")[];
155
154
  cost: {
@@ -170,7 +169,6 @@ export declare const MODELS: {
170
169
  reasoning: true;
171
170
  thinkingLevelMap: {
172
171
  xhigh: string;
173
- max: string;
174
172
  };
175
173
  input: ("image" | "text")[];
176
174
  cost: {
@@ -191,7 +189,6 @@ export declare const MODELS: {
191
189
  reasoning: true;
192
190
  thinkingLevelMap: {
193
191
  xhigh: string;
194
- max: string;
195
192
  };
196
193
  input: ("image" | "text")[];
197
194
  cost: {
@@ -227,9 +224,6 @@ export declare const MODELS: {
227
224
  provider: string;
228
225
  baseUrl: string;
229
226
  reasoning: true;
230
- thinkingLevelMap: {
231
- max: string;
232
- };
233
227
  input: ("image" | "text")[];
234
228
  cost: {
235
229
  input: number;
@@ -247,10 +241,6 @@ export declare const MODELS: {
247
241
  provider: string;
248
242
  baseUrl: string;
249
243
  reasoning: true;
250
- thinkingLevelMap: {
251
- xhigh: string;
252
- max: string;
253
- };
254
244
  input: ("image" | "text")[];
255
245
  cost: {
256
246
  input: number;
@@ -286,7 +276,7 @@ export declare const MODELS: {
286
276
  baseUrl: string;
287
277
  reasoning: true;
288
278
  thinkingLevelMap: {
289
- max: string;
279
+ xhigh: string;
290
280
  };
291
281
  input: ("image" | "text")[];
292
282
  cost: {
@@ -307,7 +297,6 @@ export declare const MODELS: {
307
297
  reasoning: true;
308
298
  thinkingLevelMap: {
309
299
  xhigh: string;
310
- max: string;
311
300
  };
312
301
  input: ("image" | "text")[];
313
302
  cost: {
@@ -343,9 +332,6 @@ export declare const MODELS: {
343
332
  provider: string;
344
333
  baseUrl: string;
345
334
  reasoning: true;
346
- thinkingLevelMap: {
347
- max: string;
348
- };
349
335
  input: ("image" | "text")[];
350
336
  cost: {
351
337
  input: number;
@@ -363,10 +349,6 @@ export declare const MODELS: {
363
349
  provider: string;
364
350
  baseUrl: string;
365
351
  reasoning: true;
366
- thinkingLevelMap: {
367
- xhigh: string;
368
- max: string;
369
- };
370
352
  input: ("image" | "text")[];
371
353
  cost: {
372
354
  input: number;
@@ -438,7 +420,6 @@ export declare const MODELS: {
438
420
  thinkingLevelMap: {
439
421
  off: null;
440
422
  xhigh: string;
441
- max: string;
442
423
  };
443
424
  input: ("image" | "text")[];
444
425
  cost: {
@@ -492,7 +473,7 @@ export declare const MODELS: {
492
473
  baseUrl: string;
493
474
  reasoning: true;
494
475
  thinkingLevelMap: {
495
- max: string;
476
+ xhigh: string;
496
477
  };
497
478
  input: ("image" | "text")[];
498
479
  cost: {
@@ -513,7 +494,6 @@ export declare const MODELS: {
513
494
  reasoning: true;
514
495
  thinkingLevelMap: {
515
496
  xhigh: string;
516
- max: string;
517
497
  };
518
498
  input: ("image" | "text")[];
519
499
  cost: {
@@ -534,7 +514,6 @@ export declare const MODELS: {
534
514
  reasoning: true;
535
515
  thinkingLevelMap: {
536
516
  xhigh: string;
537
- max: string;
538
517
  };
539
518
  input: ("image" | "text")[];
540
519
  cost: {
@@ -570,9 +549,6 @@ export declare const MODELS: {
570
549
  provider: string;
571
550
  baseUrl: string;
572
551
  reasoning: true;
573
- thinkingLevelMap: {
574
- max: string;
575
- };
576
552
  input: ("image" | "text")[];
577
553
  cost: {
578
554
  input: number;
@@ -590,10 +566,6 @@ export declare const MODELS: {
590
566
  provider: string;
591
567
  baseUrl: string;
592
568
  reasoning: true;
593
- thinkingLevelMap: {
594
- xhigh: string;
595
- max: string;
596
- };
597
569
  input: ("image" | "text")[];
598
570
  cost: {
599
571
  input: number;
@@ -614,7 +586,6 @@ export declare const MODELS: {
614
586
  thinkingLevelMap: {
615
587
  off: null;
616
588
  xhigh: string;
617
- max: string;
618
589
  };
619
590
  input: ("image" | "text")[];
620
591
  cost: {
@@ -668,7 +639,7 @@ export declare const MODELS: {
668
639
  baseUrl: string;
669
640
  reasoning: true;
670
641
  thinkingLevelMap: {
671
- max: string;
642
+ xhigh: string;
672
643
  };
673
644
  input: ("image" | "text")[];
674
645
  cost: {
@@ -689,7 +660,6 @@ export declare const MODELS: {
689
660
  reasoning: true;
690
661
  thinkingLevelMap: {
691
662
  xhigh: string;
692
- max: string;
693
663
  };
694
664
  input: ("image" | "text")[];
695
665
  cost: {
@@ -710,7 +680,6 @@ export declare const MODELS: {
710
680
  reasoning: true;
711
681
  thinkingLevelMap: {
712
682
  xhigh: string;
713
- max: string;
714
683
  };
715
684
  input: ("image" | "text")[];
716
685
  cost: {
@@ -746,9 +715,6 @@ export declare const MODELS: {
746
715
  provider: string;
747
716
  baseUrl: string;
748
717
  reasoning: true;
749
- thinkingLevelMap: {
750
- max: string;
751
- };
752
718
  input: ("image" | "text")[];
753
719
  cost: {
754
720
  input: number;
@@ -766,10 +732,6 @@ export declare const MODELS: {
766
732
  provider: string;
767
733
  baseUrl: string;
768
734
  reasoning: true;
769
- thinkingLevelMap: {
770
- xhigh: string;
771
- max: string;
772
- };
773
735
  input: ("image" | "text")[];
774
736
  cost: {
775
737
  input: number;
@@ -840,7 +802,6 @@ export declare const MODELS: {
840
802
  reasoning: true;
841
803
  thinkingLevelMap: {
842
804
  xhigh: string;
843
- max: string;
844
805
  };
845
806
  input: ("image" | "text")[];
846
807
  cost: {
@@ -861,7 +822,6 @@ export declare const MODELS: {
861
822
  reasoning: true;
862
823
  thinkingLevelMap: {
863
824
  xhigh: string;
864
- max: string;
865
825
  };
866
826
  input: ("image" | "text")[];
867
827
  cost: {
@@ -897,9 +857,6 @@ export declare const MODELS: {
897
857
  provider: string;
898
858
  baseUrl: string;
899
859
  reasoning: true;
900
- thinkingLevelMap: {
901
- max: string;
902
- };
903
860
  input: ("image" | "text")[];
904
861
  cost: {
905
862
  input: number;
@@ -917,10 +874,6 @@ export declare const MODELS: {
917
874
  provider: string;
918
875
  baseUrl: string;
919
876
  reasoning: true;
920
- thinkingLevelMap: {
921
- xhigh: string;
922
- max: string;
923
- };
924
877
  input: ("image" | "text")[];
925
878
  cost: {
926
879
  input: number;
@@ -1593,7 +1546,6 @@ export declare const MODELS: {
1593
1546
  thinkingLevelMap: {
1594
1547
  off: null;
1595
1548
  xhigh: string;
1596
- max: string;
1597
1549
  };
1598
1550
  input: ("image" | "text")[];
1599
1551
  cost: {
@@ -1664,7 +1616,7 @@ export declare const MODELS: {
1664
1616
  baseUrl: string;
1665
1617
  reasoning: true;
1666
1618
  thinkingLevelMap: {
1667
- max: string;
1619
+ xhigh: string;
1668
1620
  };
1669
1621
  input: ("image" | "text")[];
1670
1622
  cost: {
@@ -1685,7 +1637,6 @@ export declare const MODELS: {
1685
1637
  reasoning: true;
1686
1638
  thinkingLevelMap: {
1687
1639
  xhigh: string;
1688
- max: string;
1689
1640
  };
1690
1641
  input: ("image" | "text")[];
1691
1642
  cost: {
@@ -1706,7 +1657,6 @@ export declare const MODELS: {
1706
1657
  reasoning: true;
1707
1658
  thinkingLevelMap: {
1708
1659
  xhigh: string;
1709
- max: string;
1710
1660
  };
1711
1661
  input: ("image" | "text")[];
1712
1662
  cost: {
@@ -1742,9 +1692,6 @@ export declare const MODELS: {
1742
1692
  provider: string;
1743
1693
  baseUrl: string;
1744
1694
  reasoning: true;
1745
- thinkingLevelMap: {
1746
- max: string;
1747
- };
1748
1695
  input: ("image" | "text")[];
1749
1696
  cost: {
1750
1697
  input: number;
@@ -1762,10 +1709,6 @@ export declare const MODELS: {
1762
1709
  provider: string;
1763
1710
  baseUrl: string;
1764
1711
  reasoning: true;
1765
- thinkingLevelMap: {
1766
- xhigh: string;
1767
- max: string;
1768
- };
1769
1712
  input: ("image" | "text")[];
1770
1713
  cost: {
1771
1714
  input: number;
@@ -2029,7 +1972,6 @@ export declare const MODELS: {
2029
1972
  thinkingLevelMap: {
2030
1973
  off: null;
2031
1974
  xhigh: string;
2032
- max: string;
2033
1975
  };
2034
1976
  input: ("image" | "text")[];
2035
1977
  cost: {
@@ -2154,7 +2096,7 @@ export declare const MODELS: {
2154
2096
  };
2155
2097
  reasoning: true;
2156
2098
  thinkingLevelMap: {
2157
- max: string;
2099
+ xhigh: string;
2158
2100
  };
2159
2101
  input: ("image" | "text")[];
2160
2102
  cost: {
@@ -2179,7 +2121,6 @@ export declare const MODELS: {
2179
2121
  reasoning: true;
2180
2122
  thinkingLevelMap: {
2181
2123
  xhigh: string;
2182
- max: string;
2183
2124
  };
2184
2125
  input: ("image" | "text")[];
2185
2126
  cost: {
@@ -2204,7 +2145,6 @@ export declare const MODELS: {
2204
2145
  reasoning: true;
2205
2146
  thinkingLevelMap: {
2206
2147
  xhigh: string;
2207
- max: string;
2208
2148
  };
2209
2149
  input: ("image" | "text")[];
2210
2150
  cost: {
@@ -2260,9 +2200,6 @@ export declare const MODELS: {
2260
2200
  forceAdaptiveThinking: true;
2261
2201
  };
2262
2202
  reasoning: true;
2263
- thinkingLevelMap: {
2264
- max: string;
2265
- };
2266
2203
  input: ("image" | "text")[];
2267
2204
  cost: {
2268
2205
  input: number;
@@ -2283,10 +2220,6 @@ export declare const MODELS: {
2283
2220
  forceAdaptiveThinking: true;
2284
2221
  };
2285
2222
  reasoning: true;
2286
- thinkingLevelMap: {
2287
- xhigh: string;
2288
- max: string;
2289
- };
2290
2223
  input: ("image" | "text")[];
2291
2224
  cost: {
2292
2225
  input: number;
@@ -2964,6 +2897,27 @@ export declare const MODELS: {
2964
2897
  contextWindow: number;
2965
2898
  maxTokens: number;
2966
2899
  };
2900
+ readonly "gpt-5.6": {
2901
+ id: string;
2902
+ name: string;
2903
+ api: "azure-openai-responses";
2904
+ provider: string;
2905
+ baseUrl: string;
2906
+ reasoning: true;
2907
+ thinkingLevelMap: {
2908
+ off: null;
2909
+ xhigh: string;
2910
+ };
2911
+ input: ("image" | "text")[];
2912
+ cost: {
2913
+ input: number;
2914
+ output: number;
2915
+ cacheRead: number;
2916
+ cacheWrite: number;
2917
+ };
2918
+ contextWindow: number;
2919
+ maxTokens: number;
2920
+ };
2967
2921
  readonly "gpt-5.6-luna": {
2968
2922
  id: string;
2969
2923
  name: string;
@@ -2974,7 +2928,6 @@ export declare const MODELS: {
2974
2928
  thinkingLevelMap: {
2975
2929
  off: null;
2976
2930
  xhigh: string;
2977
- max: string;
2978
2931
  };
2979
2932
  input: ("image" | "text")[];
2980
2933
  cost: {
@@ -2996,7 +2949,6 @@ export declare const MODELS: {
2996
2949
  thinkingLevelMap: {
2997
2950
  off: null;
2998
2951
  xhigh: string;
2999
- max: string;
3000
2952
  };
3001
2953
  input: ("image" | "text")[];
3002
2954
  cost: {
@@ -3018,7 +2970,6 @@ export declare const MODELS: {
3018
2970
  thinkingLevelMap: {
3019
2971
  off: null;
3020
2972
  xhigh: string;
3021
- max: string;
3022
2973
  };
3023
2974
  input: ("image" | "text")[];
3024
2975
  cost: {
@@ -3367,7 +3318,6 @@ export declare const MODELS: {
3367
3318
  thinkingLevelMap: {
3368
3319
  off: null;
3369
3320
  xhigh: string;
3370
- max: string;
3371
3321
  };
3372
3322
  input: ("image" | "text")[];
3373
3323
  cost: {
@@ -3471,7 +3421,7 @@ export declare const MODELS: {
3471
3421
  };
3472
3422
  reasoning: true;
3473
3423
  thinkingLevelMap: {
3474
- max: string;
3424
+ xhigh: string;
3475
3425
  };
3476
3426
  input: ("image" | "text")[];
3477
3427
  cost: {
@@ -3497,7 +3447,6 @@ export declare const MODELS: {
3497
3447
  reasoning: true;
3498
3448
  thinkingLevelMap: {
3499
3449
  xhigh: string;
3500
- max: string;
3501
3450
  };
3502
3451
  input: ("image" | "text")[];
3503
3452
  cost: {
@@ -3523,7 +3472,6 @@ export declare const MODELS: {
3523
3472
  reasoning: true;
3524
3473
  thinkingLevelMap: {
3525
3474
  xhigh: string;
3526
- max: string;
3527
3475
  };
3528
3476
  input: ("image" | "text")[];
3529
3477
  cost: {
@@ -3586,9 +3534,6 @@ export declare const MODELS: {
3586
3534
  forceAdaptiveThinking: true;
3587
3535
  };
3588
3536
  reasoning: true;
3589
- thinkingLevelMap: {
3590
- max: string;
3591
- };
3592
3537
  input: ("image" | "text")[];
3593
3538
  cost: {
3594
3539
  input: number;
@@ -3610,10 +3555,6 @@ export declare const MODELS: {
3610
3555
  forceAdaptiveThinking: true;
3611
3556
  };
3612
3557
  reasoning: true;
3613
- thinkingLevelMap: {
3614
- xhigh: string;
3615
- max: string;
3616
- };
3617
3558
  input: ("image" | "text")[];
3618
3559
  cost: {
3619
3560
  input: number;
@@ -4347,7 +4288,7 @@ export declare const MODELS: {
4347
4288
  low: null;
4348
4289
  medium: null;
4349
4290
  high: string;
4350
- max: string;
4291
+ xhigh: string;
4351
4292
  };
4352
4293
  input: "text"[];
4353
4294
  cost: {
@@ -4377,7 +4318,7 @@ export declare const MODELS: {
4377
4318
  low: null;
4378
4319
  medium: null;
4379
4320
  high: string;
4380
- max: string;
4321
+ xhigh: string;
4381
4322
  };
4382
4323
  input: "text"[];
4383
4324
  cost: {
@@ -4476,7 +4417,7 @@ export declare const MODELS: {
4476
4417
  minimal: null;
4477
4418
  low: string;
4478
4419
  medium: string;
4479
- max: string;
4420
+ xhigh: string;
4480
4421
  };
4481
4422
  input: "text"[];
4482
4423
  cost: {
@@ -4688,7 +4629,7 @@ export declare const MODELS: {
4688
4629
  minimal: null;
4689
4630
  low: string;
4690
4631
  medium: string;
4691
- max: string;
4632
+ xhigh: string;
4692
4633
  };
4693
4634
  input: "text"[];
4694
4635
  cost: {
@@ -4865,7 +4806,7 @@ export declare const MODELS: {
4865
4806
  };
4866
4807
  reasoning: true;
4867
4808
  thinkingLevelMap: {
4868
- max: string;
4809
+ xhigh: string;
4869
4810
  };
4870
4811
  input: ("image" | "text")[];
4871
4812
  cost: {
@@ -4896,7 +4837,6 @@ export declare const MODELS: {
4896
4837
  reasoning: true;
4897
4838
  thinkingLevelMap: {
4898
4839
  xhigh: string;
4899
- max: string;
4900
4840
  minimal: string;
4901
4841
  };
4902
4842
  input: ("image" | "text")[];
@@ -4928,7 +4868,6 @@ export declare const MODELS: {
4928
4868
  reasoning: true;
4929
4869
  thinkingLevelMap: {
4930
4870
  xhigh: string;
4931
- max: string;
4932
4871
  minimal: string;
4933
4872
  };
4934
4873
  input: ("image" | "text")[];
@@ -5010,8 +4949,8 @@ export declare const MODELS: {
5010
4949
  };
5011
4950
  reasoning: true;
5012
4951
  thinkingLevelMap: {
5013
- max: string;
5014
4952
  minimal: string;
4953
+ xhigh: string;
5015
4954
  };
5016
4955
  input: ("image" | "text")[];
5017
4956
  cost: {
@@ -5039,10 +4978,6 @@ export declare const MODELS: {
5039
4978
  forceAdaptiveThinking: true;
5040
4979
  };
5041
4980
  reasoning: true;
5042
- thinkingLevelMap: {
5043
- xhigh: string;
5044
- max: string;
5045
- };
5046
4981
  input: ("image" | "text")[];
5047
4982
  cost: {
5048
4983
  input: number;
@@ -9373,13 +9308,6 @@ export declare const MODELS: {
9373
9308
  output: number;
9374
9309
  cacheRead: number;
9375
9310
  cacheWrite: number;
9376
- tiers: {
9377
- inputTokensAbove: number;
9378
- input: number;
9379
- output: number;
9380
- cacheRead: number;
9381
- cacheWrite: number;
9382
- }[];
9383
9311
  };
9384
9312
  contextWindow: number;
9385
9313
  maxTokens: number;
@@ -9443,13 +9371,6 @@ export declare const MODELS: {
9443
9371
  output: number;
9444
9372
  cacheRead: number;
9445
9373
  cacheWrite: number;
9446
- tiers: {
9447
- inputTokensAbove: number;
9448
- input: number;
9449
- output: number;
9450
- cacheRead: number;
9451
- cacheWrite: number;
9452
- }[];
9453
9374
  };
9454
9375
  contextWindow: number;
9455
9376
  maxTokens: number;
@@ -9472,13 +9393,6 @@ export declare const MODELS: {
9472
9393
  output: number;
9473
9394
  cacheRead: number;
9474
9395
  cacheWrite: number;
9475
- tiers: {
9476
- inputTokensAbove: number;
9477
- input: number;
9478
- output: number;
9479
- cacheRead: number;
9480
- cacheWrite: number;
9481
- }[];
9482
9396
  };
9483
9397
  contextWindow: number;
9484
9398
  maxTokens: number;
@@ -9502,13 +9416,27 @@ export declare const MODELS: {
9502
9416
  output: number;
9503
9417
  cacheRead: number;
9504
9418
  cacheWrite: number;
9505
- tiers: {
9506
- inputTokensAbove: number;
9507
- input: number;
9508
- output: number;
9509
- cacheRead: number;
9510
- cacheWrite: number;
9511
- }[];
9419
+ };
9420
+ contextWindow: number;
9421
+ maxTokens: number;
9422
+ };
9423
+ readonly "gpt-5.6": {
9424
+ id: string;
9425
+ name: string;
9426
+ api: "openai-responses";
9427
+ provider: string;
9428
+ baseUrl: string;
9429
+ reasoning: true;
9430
+ thinkingLevelMap: {
9431
+ off: string;
9432
+ xhigh: string;
9433
+ };
9434
+ input: ("image" | "text")[];
9435
+ cost: {
9436
+ input: number;
9437
+ output: number;
9438
+ cacheRead: number;
9439
+ cacheWrite: number;
9512
9440
  };
9513
9441
  contextWindow: number;
9514
9442
  maxTokens: number;
@@ -9523,7 +9451,6 @@ export declare const MODELS: {
9523
9451
  thinkingLevelMap: {
9524
9452
  off: string;
9525
9453
  xhigh: string;
9526
- max: string;
9527
9454
  };
9528
9455
  input: ("image" | "text")[];
9529
9456
  cost: {
@@ -9531,13 +9458,6 @@ export declare const MODELS: {
9531
9458
  output: number;
9532
9459
  cacheRead: number;
9533
9460
  cacheWrite: number;
9534
- tiers: {
9535
- inputTokensAbove: number;
9536
- input: number;
9537
- output: number;
9538
- cacheRead: number;
9539
- cacheWrite: number;
9540
- }[];
9541
9461
  };
9542
9462
  contextWindow: number;
9543
9463
  maxTokens: number;
@@ -9552,7 +9472,6 @@ export declare const MODELS: {
9552
9472
  thinkingLevelMap: {
9553
9473
  off: string;
9554
9474
  xhigh: string;
9555
- max: string;
9556
9475
  };
9557
9476
  input: ("image" | "text")[];
9558
9477
  cost: {
@@ -9560,13 +9479,6 @@ export declare const MODELS: {
9560
9479
  output: number;
9561
9480
  cacheRead: number;
9562
9481
  cacheWrite: number;
9563
- tiers: {
9564
- inputTokensAbove: number;
9565
- input: number;
9566
- output: number;
9567
- cacheRead: number;
9568
- cacheWrite: number;
9569
- }[];
9570
9482
  };
9571
9483
  contextWindow: number;
9572
9484
  maxTokens: number;
@@ -9581,7 +9493,6 @@ export declare const MODELS: {
9581
9493
  thinkingLevelMap: {
9582
9494
  off: string;
9583
9495
  xhigh: string;
9584
- max: string;
9585
9496
  };
9586
9497
  input: ("image" | "text")[];
9587
9498
  cost: {
@@ -9589,13 +9500,6 @@ export declare const MODELS: {
9589
9500
  output: number;
9590
9501
  cacheRead: number;
9591
9502
  cacheWrite: number;
9592
- tiers: {
9593
- inputTokensAbove: number;
9594
- input: number;
9595
- output: number;
9596
- cacheRead: number;
9597
- cacheWrite: number;
9598
- }[];
9599
9503
  };
9600
9504
  contextWindow: number;
9601
9505
  maxTokens: number;
@@ -9776,13 +9680,6 @@ export declare const MODELS: {
9776
9680
  output: number;
9777
9681
  cacheRead: number;
9778
9682
  cacheWrite: number;
9779
- tiers: {
9780
- inputTokensAbove: number;
9781
- input: number;
9782
- output: number;
9783
- cacheRead: number;
9784
- cacheWrite: number;
9785
- }[];
9786
9683
  };
9787
9684
  contextWindow: number;
9788
9685
  maxTokens: number;
@@ -9825,13 +9722,6 @@ export declare const MODELS: {
9825
9722
  output: number;
9826
9723
  cacheRead: number;
9827
9724
  cacheWrite: number;
9828
- tiers: {
9829
- inputTokensAbove: number;
9830
- input: number;
9831
- output: number;
9832
- cacheRead: number;
9833
- cacheWrite: number;
9834
- }[];
9835
9725
  };
9836
9726
  contextWindow: number;
9837
9727
  maxTokens: number;
@@ -9845,7 +9735,6 @@ export declare const MODELS: {
9845
9735
  reasoning: true;
9846
9736
  thinkingLevelMap: {
9847
9737
  xhigh: string;
9848
- max: string;
9849
9738
  minimal: string;
9850
9739
  };
9851
9740
  input: ("image" | "text")[];
@@ -9854,13 +9743,6 @@ export declare const MODELS: {
9854
9743
  output: number;
9855
9744
  cacheRead: number;
9856
9745
  cacheWrite: number;
9857
- tiers: {
9858
- inputTokensAbove: number;
9859
- input: number;
9860
- output: number;
9861
- cacheRead: number;
9862
- cacheWrite: number;
9863
- }[];
9864
9746
  };
9865
9747
  contextWindow: number;
9866
9748
  maxTokens: number;
@@ -9874,7 +9756,6 @@ export declare const MODELS: {
9874
9756
  reasoning: true;
9875
9757
  thinkingLevelMap: {
9876
9758
  xhigh: string;
9877
- max: string;
9878
9759
  minimal: string;
9879
9760
  };
9880
9761
  input: ("image" | "text")[];
@@ -9883,13 +9764,6 @@ export declare const MODELS: {
9883
9764
  output: number;
9884
9765
  cacheRead: number;
9885
9766
  cacheWrite: number;
9886
- tiers: {
9887
- inputTokensAbove: number;
9888
- input: number;
9889
- output: number;
9890
- cacheRead: number;
9891
- cacheWrite: number;
9892
- }[];
9893
9767
  };
9894
9768
  contextWindow: number;
9895
9769
  maxTokens: number;
@@ -9903,7 +9777,6 @@ export declare const MODELS: {
9903
9777
  reasoning: true;
9904
9778
  thinkingLevelMap: {
9905
9779
  xhigh: string;
9906
- max: string;
9907
9780
  minimal: string;
9908
9781
  };
9909
9782
  input: ("image" | "text")[];
@@ -9912,13 +9785,6 @@ export declare const MODELS: {
9912
9785
  output: number;
9913
9786
  cacheRead: number;
9914
9787
  cacheWrite: number;
9915
- tiers: {
9916
- inputTokensAbove: number;
9917
- input: number;
9918
- output: number;
9919
- cacheRead: number;
9920
- cacheWrite: number;
9921
- }[];
9922
9788
  };
9923
9789
  contextWindow: number;
9924
9790
  maxTokens: number;
@@ -9960,7 +9826,6 @@ export declare const MODELS: {
9960
9826
  thinkingLevelMap: {
9961
9827
  off: null;
9962
9828
  xhigh: string;
9963
- max: string;
9964
9829
  };
9965
9830
  input: ("image" | "text")[];
9966
9831
  cost: {
@@ -10034,7 +9899,7 @@ export declare const MODELS: {
10034
9899
  };
10035
9900
  reasoning: true;
10036
9901
  thinkingLevelMap: {
10037
- max: string;
9902
+ xhigh: string;
10038
9903
  };
10039
9904
  input: ("image" | "text")[];
10040
9905
  cost: {
@@ -10059,7 +9924,6 @@ export declare const MODELS: {
10059
9924
  reasoning: true;
10060
9925
  thinkingLevelMap: {
10061
9926
  xhigh: string;
10062
- max: string;
10063
9927
  };
10064
9928
  input: ("image" | "text")[];
10065
9929
  cost: {
@@ -10084,7 +9948,6 @@ export declare const MODELS: {
10084
9948
  reasoning: true;
10085
9949
  thinkingLevelMap: {
10086
9950
  xhigh: string;
10087
- max: string;
10088
9951
  };
10089
9952
  input: ("image" | "text")[];
10090
9953
  cost: {
@@ -10140,9 +10003,6 @@ export declare const MODELS: {
10140
10003
  forceAdaptiveThinking: true;
10141
10004
  };
10142
10005
  reasoning: true;
10143
- thinkingLevelMap: {
10144
- max: string;
10145
- };
10146
10006
  input: ("image" | "text")[];
10147
10007
  cost: {
10148
10008
  input: number;
@@ -10163,10 +10023,6 @@ export declare const MODELS: {
10163
10023
  forceAdaptiveThinking: true;
10164
10024
  };
10165
10025
  reasoning: true;
10166
- thinkingLevelMap: {
10167
- xhigh: string;
10168
- max: string;
10169
- };
10170
10026
  input: ("image" | "text")[];
10171
10027
  cost: {
10172
10028
  input: number;
@@ -10196,7 +10052,7 @@ export declare const MODELS: {
10196
10052
  low: null;
10197
10053
  medium: null;
10198
10054
  high: string;
10199
- max: string;
10055
+ xhigh: string;
10200
10056
  };
10201
10057
  input: "text"[];
10202
10058
  cost: {
@@ -10226,7 +10082,7 @@ export declare const MODELS: {
10226
10082
  low: null;
10227
10083
  medium: null;
10228
10084
  high: string;
10229
- max: string;
10085
+ xhigh: string;
10230
10086
  };
10231
10087
  input: "text"[];
10232
10088
  cost: {
@@ -10257,7 +10113,7 @@ export declare const MODELS: {
10257
10113
  low: null;
10258
10114
  medium: null;
10259
10115
  high: string;
10260
- max: string;
10116
+ xhigh: string;
10261
10117
  };
10262
10118
  input: "text"[];
10263
10119
  cost: {
@@ -11062,7 +10918,7 @@ export declare const MODELS: {
11062
10918
  low: null;
11063
10919
  medium: null;
11064
10920
  high: string;
11065
- max: string;
10921
+ xhigh: string;
11066
10922
  };
11067
10923
  input: "text"[];
11068
10924
  cost: {
@@ -11093,7 +10949,7 @@ export declare const MODELS: {
11093
10949
  low: null;
11094
10950
  medium: null;
11095
10951
  high: string;
11096
- max: string;
10952
+ xhigh: string;
11097
10953
  };
11098
10954
  input: "text"[];
11099
10955
  cost: {
@@ -11145,7 +11001,7 @@ export declare const MODELS: {
11145
11001
  low: null;
11146
11002
  medium: null;
11147
11003
  high: string;
11148
- max: string;
11004
+ xhigh: string;
11149
11005
  };
11150
11006
  input: "text"[];
11151
11007
  cost: {
@@ -11678,7 +11534,7 @@ export declare const MODELS: {
11678
11534
  };
11679
11535
  reasoning: true;
11680
11536
  thinkingLevelMap: {
11681
- max: string;
11537
+ xhigh: string;
11682
11538
  };
11683
11539
  input: ("image" | "text")[];
11684
11540
  cost: {
@@ -11703,7 +11559,6 @@ export declare const MODELS: {
11703
11559
  reasoning: true;
11704
11560
  thinkingLevelMap: {
11705
11561
  xhigh: string;
11706
- max: string;
11707
11562
  };
11708
11563
  input: ("image" | "text")[];
11709
11564
  cost: {
@@ -11728,7 +11583,6 @@ export declare const MODELS: {
11728
11583
  reasoning: true;
11729
11584
  thinkingLevelMap: {
11730
11585
  xhigh: string;
11731
- max: string;
11732
11586
  };
11733
11587
  input: ("image" | "text")[];
11734
11588
  cost: {
@@ -11753,7 +11607,6 @@ export declare const MODELS: {
11753
11607
  reasoning: true;
11754
11608
  thinkingLevelMap: {
11755
11609
  xhigh: string;
11756
- max: string;
11757
11610
  };
11758
11611
  input: ("image" | "text")[];
11759
11612
  cost: {
@@ -11778,7 +11631,6 @@ export declare const MODELS: {
11778
11631
  reasoning: true;
11779
11632
  thinkingLevelMap: {
11780
11633
  xhigh: string;
11781
- max: string;
11782
11634
  };
11783
11635
  input: ("image" | "text")[];
11784
11636
  cost: {
@@ -11843,9 +11695,6 @@ export declare const MODELS: {
11843
11695
  cacheControlFormat: "anthropic";
11844
11696
  };
11845
11697
  reasoning: true;
11846
- thinkingLevelMap: {
11847
- max: string;
11848
- };
11849
11698
  input: ("image" | "text")[];
11850
11699
  cost: {
11851
11700
  input: number;
@@ -11867,10 +11716,6 @@ export declare const MODELS: {
11867
11716
  cacheControlFormat: "anthropic";
11868
11717
  };
11869
11718
  reasoning: true;
11870
- thinkingLevelMap: {
11871
- xhigh: string;
11872
- max: string;
11873
- };
11874
11719
  input: ("image" | "text")[];
11875
11720
  cost: {
11876
11721
  input: number;
@@ -12297,7 +12142,6 @@ export declare const MODELS: {
12297
12142
  low: null;
12298
12143
  medium: null;
12299
12144
  high: string;
12300
- max: null;
12301
12145
  xhigh: string;
12302
12146
  };
12303
12147
  input: "text"[];
@@ -12327,7 +12171,6 @@ export declare const MODELS: {
12327
12171
  low: null;
12328
12172
  medium: null;
12329
12173
  high: string;
12330
- max: null;
12331
12174
  xhigh: string;
12332
12175
  };
12333
12176
  input: "text"[];
@@ -14647,7 +14490,6 @@ export declare const MODELS: {
14647
14490
  reasoning: true;
14648
14491
  thinkingLevelMap: {
14649
14492
  xhigh: string;
14650
- max: string;
14651
14493
  };
14652
14494
  input: ("image" | "text")[];
14653
14495
  cost: {
@@ -14671,7 +14513,6 @@ export declare const MODELS: {
14671
14513
  reasoning: true;
14672
14514
  thinkingLevelMap: {
14673
14515
  xhigh: string;
14674
- max: string;
14675
14516
  };
14676
14517
  input: ("image" | "text")[];
14677
14518
  cost: {
@@ -14695,7 +14536,6 @@ export declare const MODELS: {
14695
14536
  reasoning: true;
14696
14537
  thinkingLevelMap: {
14697
14538
  xhigh: string;
14698
- max: string;
14699
14539
  };
14700
14540
  input: ("image" | "text")[];
14701
14541
  cost: {
@@ -14719,7 +14559,6 @@ export declare const MODELS: {
14719
14559
  reasoning: true;
14720
14560
  thinkingLevelMap: {
14721
14561
  xhigh: string;
14722
- max: string;
14723
14562
  };
14724
14563
  input: ("image" | "text")[];
14725
14564
  cost: {
@@ -14743,7 +14582,6 @@ export declare const MODELS: {
14743
14582
  reasoning: true;
14744
14583
  thinkingLevelMap: {
14745
14584
  xhigh: string;
14746
- max: string;
14747
14585
  };
14748
14586
  input: ("image" | "text")[];
14749
14587
  cost: {
@@ -14767,7 +14605,6 @@ export declare const MODELS: {
14767
14605
  reasoning: true;
14768
14606
  thinkingLevelMap: {
14769
14607
  xhigh: string;
14770
- max: string;
14771
14608
  };
14772
14609
  input: ("image" | "text")[];
14773
14610
  cost: {
@@ -18197,7 +18034,6 @@ export declare const MODELS: {
18197
18034
  thinkingLevelMap: {
18198
18035
  off: null;
18199
18036
  xhigh: string;
18200
- max: string;
18201
18037
  };
18202
18038
  input: ("image" | "text")[];
18203
18039
  cost: {
@@ -18288,7 +18124,7 @@ export declare const MODELS: {
18288
18124
  };
18289
18125
  reasoning: true;
18290
18126
  thinkingLevelMap: {
18291
- max: string;
18127
+ xhigh: string;
18292
18128
  };
18293
18129
  input: ("image" | "text")[];
18294
18130
  cost: {
@@ -18313,7 +18149,6 @@ export declare const MODELS: {
18313
18149
  reasoning: true;
18314
18150
  thinkingLevelMap: {
18315
18151
  xhigh: string;
18316
- max: string;
18317
18152
  };
18318
18153
  input: ("image" | "text")[];
18319
18154
  cost: {
@@ -18338,7 +18173,6 @@ export declare const MODELS: {
18338
18173
  reasoning: true;
18339
18174
  thinkingLevelMap: {
18340
18175
  xhigh: string;
18341
- max: string;
18342
18176
  };
18343
18177
  input: ("image" | "text")[];
18344
18178
  cost: {
@@ -18394,9 +18228,6 @@ export declare const MODELS: {
18394
18228
  forceAdaptiveThinking: true;
18395
18229
  };
18396
18230
  reasoning: true;
18397
- thinkingLevelMap: {
18398
- max: string;
18399
- };
18400
18231
  input: ("image" | "text")[];
18401
18232
  cost: {
18402
18233
  input: number;
@@ -18417,10 +18248,6 @@ export declare const MODELS: {
18417
18248
  forceAdaptiveThinking: true;
18418
18249
  };
18419
18250
  reasoning: true;
18420
- thinkingLevelMap: {
18421
- xhigh: string;
18422
- max: string;
18423
- };
18424
18251
  input: ("image" | "text")[];
18425
18252
  cost: {
18426
18253
  input: number;
@@ -21661,7 +21488,7 @@ export declare const MODELS: {
21661
21488
  low: string;
21662
21489
  medium: string;
21663
21490
  high: string;
21664
- max: string;
21491
+ xhigh: string;
21665
21492
  };
21666
21493
  input: "text"[];
21667
21494
  cost: {
@@ -21813,7 +21640,7 @@ export declare const MODELS: {
21813
21640
  low: string;
21814
21641
  medium: string;
21815
21642
  high: string;
21816
- max: string;
21643
+ xhigh: string;
21817
21644
  };
21818
21645
  input: "text"[];
21819
21646
  cost: {