@code-yeongyu/senpi 2026.7.9-2 → 2026.7.10-2
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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist/core/extensions/types.d.ts +2 -7
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/model-registry.d.ts +1 -6
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +17 -6
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/settings-manager.d.ts +4 -3
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +2 -1
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +1 -1
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js +1 -1
- package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
- package/dist/modes/interactive/theme/dark.json +1 -0
- package/dist/modes/interactive/theme/light.json +1 -0
- package/dist/modes/interactive/theme/theme-schema.json +6 -2
- package/dist/modes/interactive/theme/theme.d.ts +3 -2
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +11 -4
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/docs/custom-provider.md +4 -3
- package/docs/extensions.md +1 -1
- package/docs/models.md +45 -4
- package/docs/rpc.md +2 -2
- package/docs/sdk.md +1 -1
- package/docs/settings.md +2 -2
- package/docs/themes.md +5 -3
- package/docs/tui.md +1 -1
- package/docs/usage.md +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +3 -3
- package/node_modules/@earendil-works/pi-agent-core/README.md +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +2 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/README.md +4 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +7 -8
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +3 -6
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +5 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +5 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +6 -4
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +240 -67
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +13 -4
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts +62 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +32 -20
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +11 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +6 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts +3 -21
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +3 -21
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts +11 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +6 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts +8 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +5 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts +38 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js +14 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts +52 -21
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +13 -24
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts +14 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +9 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts +20 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +19 -17
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts +12 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +8 -6
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +15 -6
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.d.ts +3 -3
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js +17 -9
- package/node_modules/@earendil-works/pi-ai/dist/utils/estimate.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-pty/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/package.json +7 -8
- package/npm-shrinkwrap.json +0 -3479
|
@@ -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" },
|
|
79
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
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: { "
|
|
148
|
+
thinkingLevelMap: { "max": "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" },
|
|
166
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
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" },
|
|
184
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
185
185
|
input: ["text", "image"],
|
|
186
186
|
cost: {
|
|
187
187
|
input: 5,
|
|
@@ -216,6 +216,7 @@ 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" },
|
|
219
220
|
input: ["text", "image"],
|
|
220
221
|
cost: {
|
|
221
222
|
input: 3,
|
|
@@ -233,6 +234,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
233
234
|
provider: "amazon-bedrock",
|
|
234
235
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
235
236
|
reasoning: true,
|
|
237
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
236
238
|
input: ["text", "image"],
|
|
237
239
|
cost: {
|
|
238
240
|
input: 2,
|
|
@@ -267,7 +269,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
267
269
|
provider: "amazon-bedrock",
|
|
268
270
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
269
271
|
reasoning: true,
|
|
270
|
-
thinkingLevelMap: { "
|
|
272
|
+
thinkingLevelMap: { "max": "max" },
|
|
271
273
|
input: ["text", "image"],
|
|
272
274
|
cost: {
|
|
273
275
|
input: 16.5,
|
|
@@ -285,7 +287,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
285
287
|
provider: "amazon-bedrock",
|
|
286
288
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
287
289
|
reasoning: true,
|
|
288
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
290
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
289
291
|
input: ["text", "image"],
|
|
290
292
|
cost: {
|
|
291
293
|
input: 5,
|
|
@@ -320,6 +322,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
320
322
|
provider: "amazon-bedrock",
|
|
321
323
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
322
324
|
reasoning: true,
|
|
325
|
+
thinkingLevelMap: { "max": "max" },
|
|
323
326
|
input: ["text", "image"],
|
|
324
327
|
cost: {
|
|
325
328
|
input: 3.3,
|
|
@@ -337,6 +340,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
337
340
|
provider: "amazon-bedrock",
|
|
338
341
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
339
342
|
reasoning: true,
|
|
343
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
340
344
|
input: ["text", "image"],
|
|
341
345
|
cost: {
|
|
342
346
|
input: 2,
|
|
@@ -405,7 +409,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
405
409
|
provider: "amazon-bedrock",
|
|
406
410
|
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
407
411
|
reasoning: true,
|
|
408
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
412
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
409
413
|
input: ["text", "image"],
|
|
410
414
|
cost: {
|
|
411
415
|
input: 11,
|
|
@@ -457,7 +461,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
457
461
|
provider: "amazon-bedrock",
|
|
458
462
|
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
459
463
|
reasoning: true,
|
|
460
|
-
thinkingLevelMap: { "
|
|
464
|
+
thinkingLevelMap: { "max": "max" },
|
|
461
465
|
input: ["text", "image"],
|
|
462
466
|
cost: {
|
|
463
467
|
input: 5.5,
|
|
@@ -475,7 +479,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
475
479
|
provider: "amazon-bedrock",
|
|
476
480
|
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
477
481
|
reasoning: true,
|
|
478
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
482
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
479
483
|
input: ["text", "image"],
|
|
480
484
|
cost: {
|
|
481
485
|
input: 5.5,
|
|
@@ -493,7 +497,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
493
497
|
provider: "amazon-bedrock",
|
|
494
498
|
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
495
499
|
reasoning: true,
|
|
496
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
500
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
497
501
|
input: ["text", "image"],
|
|
498
502
|
cost: {
|
|
499
503
|
input: 5.5,
|
|
@@ -528,6 +532,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
528
532
|
provider: "amazon-bedrock",
|
|
529
533
|
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
530
534
|
reasoning: true,
|
|
535
|
+
thinkingLevelMap: { "max": "max" },
|
|
531
536
|
input: ["text", "image"],
|
|
532
537
|
cost: {
|
|
533
538
|
input: 3.3,
|
|
@@ -545,6 +550,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
545
550
|
provider: "amazon-bedrock",
|
|
546
551
|
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
547
552
|
reasoning: true,
|
|
553
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
548
554
|
input: ["text", "image"],
|
|
549
555
|
cost: {
|
|
550
556
|
input: 2.2,
|
|
@@ -562,7 +568,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
562
568
|
provider: "amazon-bedrock",
|
|
563
569
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
564
570
|
reasoning: true,
|
|
565
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
571
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
566
572
|
input: ["text", "image"],
|
|
567
573
|
cost: {
|
|
568
574
|
input: 10,
|
|
@@ -614,7 +620,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
614
620
|
provider: "amazon-bedrock",
|
|
615
621
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
616
622
|
reasoning: true,
|
|
617
|
-
thinkingLevelMap: { "
|
|
623
|
+
thinkingLevelMap: { "max": "max" },
|
|
618
624
|
input: ["text", "image"],
|
|
619
625
|
cost: {
|
|
620
626
|
input: 5,
|
|
@@ -632,7 +638,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
632
638
|
provider: "amazon-bedrock",
|
|
633
639
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
634
640
|
reasoning: true,
|
|
635
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
641
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
636
642
|
input: ["text", "image"],
|
|
637
643
|
cost: {
|
|
638
644
|
input: 5,
|
|
@@ -650,7 +656,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
650
656
|
provider: "amazon-bedrock",
|
|
651
657
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
652
658
|
reasoning: true,
|
|
653
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
659
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
654
660
|
input: ["text", "image"],
|
|
655
661
|
cost: {
|
|
656
662
|
input: 5,
|
|
@@ -685,6 +691,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
685
691
|
provider: "amazon-bedrock",
|
|
686
692
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
687
693
|
reasoning: true,
|
|
694
|
+
thinkingLevelMap: { "max": "max" },
|
|
688
695
|
input: ["text", "image"],
|
|
689
696
|
cost: {
|
|
690
697
|
input: 3,
|
|
@@ -702,6 +709,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
702
709
|
provider: "amazon-bedrock",
|
|
703
710
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
704
711
|
reasoning: true,
|
|
712
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
705
713
|
input: ["text", "image"],
|
|
706
714
|
cost: {
|
|
707
715
|
input: 2,
|
|
@@ -770,7 +778,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
770
778
|
provider: "amazon-bedrock",
|
|
771
779
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
772
780
|
reasoning: true,
|
|
773
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
781
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
774
782
|
input: ["text", "image"],
|
|
775
783
|
cost: {
|
|
776
784
|
input: 5,
|
|
@@ -788,7 +796,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
788
796
|
provider: "amazon-bedrock",
|
|
789
797
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
790
798
|
reasoning: true,
|
|
791
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
799
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
792
800
|
input: ["text", "image"],
|
|
793
801
|
cost: {
|
|
794
802
|
input: 5,
|
|
@@ -823,6 +831,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
823
831
|
provider: "amazon-bedrock",
|
|
824
832
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
825
833
|
reasoning: true,
|
|
834
|
+
thinkingLevelMap: { "max": "max" },
|
|
826
835
|
input: ["text", "image"],
|
|
827
836
|
cost: {
|
|
828
837
|
input: 3,
|
|
@@ -840,6 +849,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
840
849
|
provider: "amazon-bedrock",
|
|
841
850
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
842
851
|
reasoning: true,
|
|
852
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
843
853
|
input: ["text", "image"],
|
|
844
854
|
cost: {
|
|
845
855
|
input: 2,
|
|
@@ -1505,7 +1515,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
1505
1515
|
provider: "amazon-bedrock",
|
|
1506
1516
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1507
1517
|
reasoning: true,
|
|
1508
|
-
thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
|
|
1518
|
+
thinkingLevelMap: { "off": null, "xhigh": "xhigh", "max": "max" },
|
|
1509
1519
|
input: ["text", "image"],
|
|
1510
1520
|
cost: {
|
|
1511
1521
|
input: 10,
|
|
@@ -1574,7 +1584,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
1574
1584
|
provider: "amazon-bedrock",
|
|
1575
1585
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1576
1586
|
reasoning: true,
|
|
1577
|
-
thinkingLevelMap: { "
|
|
1587
|
+
thinkingLevelMap: { "max": "max" },
|
|
1578
1588
|
input: ["text", "image"],
|
|
1579
1589
|
cost: {
|
|
1580
1590
|
input: 5,
|
|
@@ -1592,7 +1602,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
1592
1602
|
provider: "amazon-bedrock",
|
|
1593
1603
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1594
1604
|
reasoning: true,
|
|
1595
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1605
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
1596
1606
|
input: ["text", "image"],
|
|
1597
1607
|
cost: {
|
|
1598
1608
|
input: 5,
|
|
@@ -1610,7 +1620,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
1610
1620
|
provider: "amazon-bedrock",
|
|
1611
1621
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1612
1622
|
reasoning: true,
|
|
1613
|
-
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
1623
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
1614
1624
|
input: ["text", "image"],
|
|
1615
1625
|
cost: {
|
|
1616
1626
|
input: 5,
|
|
@@ -1645,6 +1655,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
1645
1655
|
provider: "amazon-bedrock",
|
|
1646
1656
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1647
1657
|
reasoning: true,
|
|
1658
|
+
thinkingLevelMap: { "max": "max" },
|
|
1648
1659
|
input: ["text", "image"],
|
|
1649
1660
|
cost: {
|
|
1650
1661
|
input: 3,
|
|
@@ -1662,6 +1673,7 @@ export const AMAZON_BEDROCK_MODELS = {
|
|
|
1662
1673
|
provider: "amazon-bedrock",
|
|
1663
1674
|
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1664
1675
|
reasoning: true,
|
|
1676
|
+
thinkingLevelMap: { "xhigh": "xhigh", "max": "max" },
|
|
1665
1677
|
input: ["text", "image"],
|
|
1666
1678
|
cost: {
|
|
1667
1679
|
input: 2,
|