@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
@@ -76,7 +76,7 @@ export const AMAZON_BEDROCK_MODELS = {
76
76
  provider: "amazon-bedrock",
77
77
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
78
78
  reasoning: true,
79
- thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
79
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
80
80
  input: ["text", "image"],
81
81
  cost: {
82
82
  input: 10,
@@ -145,7 +145,7 @@ export const AMAZON_BEDROCK_MODELS = {
145
145
  provider: "amazon-bedrock",
146
146
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
147
147
  reasoning: true,
148
- thinkingLevelMap: { "max": "max" },
148
+ thinkingLevelMap: { "xhigh": "max" },
149
149
  input: ["text", "image"],
150
150
  cost: {
151
151
  input: 5,
@@ -163,7 +163,7 @@ export const AMAZON_BEDROCK_MODELS = {
163
163
  provider: "amazon-bedrock",
164
164
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
165
165
  reasoning: true,
166
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
166
+ thinkingLevelMap: { "xhigh": "xhigh" },
167
167
  input: ["text", "image"],
168
168
  cost: {
169
169
  input: 5,
@@ -181,7 +181,7 @@ export const AMAZON_BEDROCK_MODELS = {
181
181
  provider: "amazon-bedrock",
182
182
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
183
183
  reasoning: true,
184
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
184
+ thinkingLevelMap: { "xhigh": "xhigh" },
185
185
  input: ["text", "image"],
186
186
  cost: {
187
187
  input: 5,
@@ -216,7 +216,6 @@ export const AMAZON_BEDROCK_MODELS = {
216
216
  provider: "amazon-bedrock",
217
217
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
218
218
  reasoning: true,
219
- thinkingLevelMap: { "max": "max" },
220
219
  input: ["text", "image"],
221
220
  cost: {
222
221
  input: 3,
@@ -234,7 +233,6 @@ export const AMAZON_BEDROCK_MODELS = {
234
233
  provider: "amazon-bedrock",
235
234
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
236
235
  reasoning: true,
237
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
238
236
  input: ["text", "image"],
239
237
  cost: {
240
238
  input: 2,
@@ -269,7 +267,7 @@ export const AMAZON_BEDROCK_MODELS = {
269
267
  provider: "amazon-bedrock",
270
268
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
271
269
  reasoning: true,
272
- thinkingLevelMap: { "max": "max" },
270
+ thinkingLevelMap: { "xhigh": "max" },
273
271
  input: ["text", "image"],
274
272
  cost: {
275
273
  input: 16.5,
@@ -287,7 +285,7 @@ export const AMAZON_BEDROCK_MODELS = {
287
285
  provider: "amazon-bedrock",
288
286
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
289
287
  reasoning: true,
290
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
288
+ thinkingLevelMap: { "xhigh": "xhigh" },
291
289
  input: ["text", "image"],
292
290
  cost: {
293
291
  input: 5,
@@ -322,7 +320,6 @@ export const AMAZON_BEDROCK_MODELS = {
322
320
  provider: "amazon-bedrock",
323
321
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
324
322
  reasoning: true,
325
- thinkingLevelMap: { "max": "max" },
326
323
  input: ["text", "image"],
327
324
  cost: {
328
325
  input: 3.3,
@@ -340,7 +337,6 @@ export const AMAZON_BEDROCK_MODELS = {
340
337
  provider: "amazon-bedrock",
341
338
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
342
339
  reasoning: true,
343
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
344
340
  input: ["text", "image"],
345
341
  cost: {
346
342
  input: 2,
@@ -409,7 +405,7 @@ export const AMAZON_BEDROCK_MODELS = {
409
405
  provider: "amazon-bedrock",
410
406
  baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
411
407
  reasoning: true,
412
- thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
408
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
413
409
  input: ["text", "image"],
414
410
  cost: {
415
411
  input: 11,
@@ -461,7 +457,7 @@ export const AMAZON_BEDROCK_MODELS = {
461
457
  provider: "amazon-bedrock",
462
458
  baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
463
459
  reasoning: true,
464
- thinkingLevelMap: { "max": "max" },
460
+ thinkingLevelMap: { "xhigh": "max" },
465
461
  input: ["text", "image"],
466
462
  cost: {
467
463
  input: 5.5,
@@ -479,7 +475,7 @@ export const AMAZON_BEDROCK_MODELS = {
479
475
  provider: "amazon-bedrock",
480
476
  baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
481
477
  reasoning: true,
482
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
478
+ thinkingLevelMap: { "xhigh": "xhigh" },
483
479
  input: ["text", "image"],
484
480
  cost: {
485
481
  input: 5.5,
@@ -497,7 +493,7 @@ export const AMAZON_BEDROCK_MODELS = {
497
493
  provider: "amazon-bedrock",
498
494
  baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
499
495
  reasoning: true,
500
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
496
+ thinkingLevelMap: { "xhigh": "xhigh" },
501
497
  input: ["text", "image"],
502
498
  cost: {
503
499
  input: 5.5,
@@ -532,7 +528,6 @@ export const AMAZON_BEDROCK_MODELS = {
532
528
  provider: "amazon-bedrock",
533
529
  baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
534
530
  reasoning: true,
535
- thinkingLevelMap: { "max": "max" },
536
531
  input: ["text", "image"],
537
532
  cost: {
538
533
  input: 3.3,
@@ -550,7 +545,6 @@ export const AMAZON_BEDROCK_MODELS = {
550
545
  provider: "amazon-bedrock",
551
546
  baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
552
547
  reasoning: true,
553
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
554
548
  input: ["text", "image"],
555
549
  cost: {
556
550
  input: 2.2,
@@ -568,7 +562,7 @@ export const AMAZON_BEDROCK_MODELS = {
568
562
  provider: "amazon-bedrock",
569
563
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
570
564
  reasoning: true,
571
- thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
565
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
572
566
  input: ["text", "image"],
573
567
  cost: {
574
568
  input: 10,
@@ -620,7 +614,7 @@ export const AMAZON_BEDROCK_MODELS = {
620
614
  provider: "amazon-bedrock",
621
615
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
622
616
  reasoning: true,
623
- thinkingLevelMap: { "max": "max" },
617
+ thinkingLevelMap: { "xhigh": "max" },
624
618
  input: ["text", "image"],
625
619
  cost: {
626
620
  input: 5,
@@ -638,7 +632,7 @@ export const AMAZON_BEDROCK_MODELS = {
638
632
  provider: "amazon-bedrock",
639
633
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
640
634
  reasoning: true,
641
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
635
+ thinkingLevelMap: { "xhigh": "xhigh" },
642
636
  input: ["text", "image"],
643
637
  cost: {
644
638
  input: 5,
@@ -656,7 +650,7 @@ export const AMAZON_BEDROCK_MODELS = {
656
650
  provider: "amazon-bedrock",
657
651
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
658
652
  reasoning: true,
659
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
653
+ thinkingLevelMap: { "xhigh": "xhigh" },
660
654
  input: ["text", "image"],
661
655
  cost: {
662
656
  input: 5,
@@ -691,7 +685,6 @@ export const AMAZON_BEDROCK_MODELS = {
691
685
  provider: "amazon-bedrock",
692
686
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
693
687
  reasoning: true,
694
- thinkingLevelMap: { "max": "max" },
695
688
  input: ["text", "image"],
696
689
  cost: {
697
690
  input: 3,
@@ -709,7 +702,6 @@ export const AMAZON_BEDROCK_MODELS = {
709
702
  provider: "amazon-bedrock",
710
703
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
711
704
  reasoning: true,
712
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
713
705
  input: ["text", "image"],
714
706
  cost: {
715
707
  input: 2,
@@ -778,7 +770,7 @@ export const AMAZON_BEDROCK_MODELS = {
778
770
  provider: "amazon-bedrock",
779
771
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
780
772
  reasoning: true,
781
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
773
+ thinkingLevelMap: { "xhigh": "xhigh" },
782
774
  input: ["text", "image"],
783
775
  cost: {
784
776
  input: 5,
@@ -796,7 +788,7 @@ export const AMAZON_BEDROCK_MODELS = {
796
788
  provider: "amazon-bedrock",
797
789
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
798
790
  reasoning: true,
799
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
791
+ thinkingLevelMap: { "xhigh": "xhigh" },
800
792
  input: ["text", "image"],
801
793
  cost: {
802
794
  input: 5,
@@ -831,7 +823,6 @@ export const AMAZON_BEDROCK_MODELS = {
831
823
  provider: "amazon-bedrock",
832
824
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
833
825
  reasoning: true,
834
- thinkingLevelMap: { "max": "max" },
835
826
  input: ["text", "image"],
836
827
  cost: {
837
828
  input: 3,
@@ -849,7 +840,6 @@ export const AMAZON_BEDROCK_MODELS = {
849
840
  provider: "amazon-bedrock",
850
841
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
851
842
  reasoning: true,
852
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
853
843
  input: ["text", "image"],
854
844
  cost: {
855
845
  input: 2,
@@ -1515,7 +1505,7 @@ export const AMAZON_BEDROCK_MODELS = {
1515
1505
  provider: "amazon-bedrock",
1516
1506
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1517
1507
  reasoning: true,
1518
- thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
1508
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
1519
1509
  input: ["text", "image"],
1520
1510
  cost: {
1521
1511
  input: 10,
@@ -1584,7 +1574,7 @@ export const AMAZON_BEDROCK_MODELS = {
1584
1574
  provider: "amazon-bedrock",
1585
1575
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1586
1576
  reasoning: true,
1587
- thinkingLevelMap: { "max": "max" },
1577
+ thinkingLevelMap: { "xhigh": "max" },
1588
1578
  input: ["text", "image"],
1589
1579
  cost: {
1590
1580
  input: 5,
@@ -1602,7 +1592,7 @@ export const AMAZON_BEDROCK_MODELS = {
1602
1592
  provider: "amazon-bedrock",
1603
1593
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1604
1594
  reasoning: true,
1605
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
1595
+ thinkingLevelMap: { "xhigh": "xhigh" },
1606
1596
  input: ["text", "image"],
1607
1597
  cost: {
1608
1598
  input: 5,
@@ -1620,7 +1610,7 @@ export const AMAZON_BEDROCK_MODELS = {
1620
1610
  provider: "amazon-bedrock",
1621
1611
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1622
1612
  reasoning: true,
1623
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
1613
+ thinkingLevelMap: { "xhigh": "xhigh" },
1624
1614
  input: ["text", "image"],
1625
1615
  cost: {
1626
1616
  input: 5,
@@ -1655,7 +1645,6 @@ export const AMAZON_BEDROCK_MODELS = {
1655
1645
  provider: "amazon-bedrock",
1656
1646
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1657
1647
  reasoning: true,
1658
- thinkingLevelMap: { "max": "max" },
1659
1648
  input: ["text", "image"],
1660
1649
  cost: {
1661
1650
  input: 3,
@@ -1673,7 +1662,6 @@ export const AMAZON_BEDROCK_MODELS = {
1673
1662
  provider: "amazon-bedrock",
1674
1663
  baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1675
1664
  reasoning: true,
1676
- thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
1677
1665
  input: ["text", "image"],
1678
1666
  cost: {
1679
1667
  input: 2,