@code-yeongyu/senpi 2026.6.6-3 → 2026.6.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.
- package/CHANGELOG.md +25 -0
- package/README.md +113 -111
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +1 -2
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/project-trust.d.ts +10 -0
- package/dist/cli/project-trust.d.ts.map +1 -0
- package/dist/cli/project-trust.js +48 -0
- package/dist/cli/project-trust.js.map +1 -0
- package/dist/cli/startup-ui.d.ts +7 -0
- package/dist/cli/startup-ui.d.ts.map +1 -0
- package/dist/cli/startup-ui.js +59 -0
- package/dist/cli/startup-ui.js.map +1 -0
- package/dist/cli.js +10 -1
- package/dist/cli.js.map +1 -1
- package/dist/core/agent-session-runtime.d.ts +3 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +4 -1
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session-services.d.ts +2 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +2 -2
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +1 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +6 -0
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/utils.d.ts +1 -1
- package/dist/core/compaction/utils.d.ts.map +1 -1
- package/dist/core/compaction/utils.js +1 -1
- package/dist/core/compaction/utils.js.map +1 -1
- package/dist/core/experimental.d.ts +2 -0
- package/dist/core/experimental.d.ts.map +1 -0
- package/dist/core/experimental.js +4 -0
- package/dist/core/experimental.js.map +1 -0
- package/dist/core/extensions/builtin/todotools/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.js +0 -2
- package/dist/core/extensions/builtin/todotools/index.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/prompt.js +0 -2
- package/dist/core/extensions/builtin/todotools/prompt.js.map +1 -1
- package/dist/core/extensions/index.d.ts +1 -1
- package/dist/core/extensions/index.d.ts.map +1 -1
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/extensions/loader.d.ts +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +4 -4
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +7 -2
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +34 -0
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +21 -1
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +1 -0
- package/dist/core/index.js.map +1 -1
- package/dist/core/model-registry.d.ts +3 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +22 -3
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/project-trust.d.ts +15 -0
- package/dist/core/project-trust.d.ts.map +1 -0
- package/dist/core/project-trust.js +58 -0
- package/dist/core/project-trust.js.map +1 -0
- package/dist/core/prompt-templates.d.ts +2 -1
- package/dist/core/prompt-templates.d.ts.map +1 -1
- package/dist/core/prompt-templates.js +24 -26
- package/dist/core/prompt-templates.js.map +1 -1
- package/dist/core/resource-loader.d.ts +14 -3
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +128 -58
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/session-manager.d.ts +3 -0
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +34 -17
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-resident-store.d.ts +16 -0
- package/dist/core/session-resident-store.d.ts.map +1 -0
- package/dist/core/session-resident-store.js +48 -0
- package/dist/core/session-resident-store.js.map +1 -0
- package/dist/core/settings-manager.d.ts +4 -0
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +9 -0
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/trust-manager.d.ts +22 -0
- package/dist/core/trust-manager.d.ts.map +1 -1
- package/dist/core/trust-manager.js +75 -22
- package/dist/core/trust-manager.js.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +92 -129
- package/dist/main.js.map +1 -1
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +39 -34
- package/dist/migrations.js.map +1 -1
- package/dist/modes/index.d.ts +1 -1
- package/dist/modes/index.d.ts.map +1 -1
- package/dist/modes/index.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.d.ts +1 -0
- package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js +7 -1
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +3 -1
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +20 -0
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js +26 -4
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/components/trust-selector.d.ts +6 -3
- package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/trust-selector.js +22 -18
- package/dist/modes/interactive/components/trust-selector.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +15 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +158 -19
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/working-status.d.ts +2 -0
- package/dist/modes/interactive/working-status.d.ts.map +1 -1
- package/dist/modes/interactive/working-status.js +34 -0
- package/dist/modes/interactive/working-status.js.map +1 -1
- package/dist/package-manager-cli.d.ts +6 -2
- package/dist/package-manager-cli.d.ts.map +1 -1
- package/dist/package-manager-cli.js +58 -11
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/senpi +10 -1
- package/dist/utils/changelog.d.ts +1 -0
- package/dist/utils/changelog.d.ts.map +1 -1
- package/dist/utils/changelog.js +78 -0
- package/dist/utils/changelog.js.map +1 -1
- package/docs/docs.json +4 -0
- package/docs/extensions.md +30 -1
- package/docs/index.md +1 -0
- package/docs/models.md +6 -39
- package/docs/packages.md +0 -2
- package/docs/prompt-templates.md +8 -1
- package/docs/sdk.md +5 -0
- package/docs/security.md +55 -0
- package/docs/settings.md +7 -4
- package/docs/terminal-setup.md +36 -2
- package/docs/tmux.md +4 -2
- package/docs/usage.md +12 -7
- package/examples/extensions/README.md +1 -0
- 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/project-trust.ts +64 -0
- 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/@earendil-works/pi-agent-core/dist/agent-loop.js +125 -77
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +6 -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 +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +6 -6
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +373 -116
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +353 -202
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +15 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +17 -7
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +5 -1
- 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/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts +2 -0
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +6 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +89 -39
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts +5 -0
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js +18 -4
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +131 -61
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts +4 -7
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +38 -76
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +14 -4
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +43 -15
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +4 -8
- package/dist/core/extensions/builtin/todotools/continuation/config.d.ts +0 -10
- package/dist/core/extensions/builtin/todotools/continuation/config.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/config.js +0 -33
- package/dist/core/extensions/builtin/todotools/continuation/config.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/index.d.ts +0 -2
- package/dist/core/extensions/builtin/todotools/continuation/index.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/index.js +0 -2
- package/dist/core/extensions/builtin/todotools/continuation/index.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts +0 -5
- package/dist/core/extensions/builtin/todotools/continuation/prompt.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/prompt.js +0 -34
- package/dist/core/extensions/builtin/todotools/continuation/prompt.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts +0 -11
- package/dist/core/extensions/builtin/todotools/continuation/runtime.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/continuation/runtime.js +0 -201
- package/dist/core/extensions/builtin/todotools/continuation/runtime.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/settings.d.ts +0 -6
- package/dist/core/extensions/builtin/todotools/settings.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/settings.js +0 -58
- package/dist/core/extensions/builtin/todotools/settings.js.map +0 -1
- package/dist/core/extensions/builtin/todotools/system-messages.d.ts +0 -34
- package/dist/core/extensions/builtin/todotools/system-messages.d.ts.map +0 -1
- package/dist/core/extensions/builtin/todotools/system-messages.js +0 -82
- package/dist/core/extensions/builtin/todotools/system-messages.js.map +0 -1
|
@@ -6,7 +6,7 @@ export declare const MODELS: {
|
|
|
6
6
|
api: "bedrock-converse-stream";
|
|
7
7
|
provider: string;
|
|
8
8
|
baseUrl: string;
|
|
9
|
-
reasoning:
|
|
9
|
+
reasoning: true;
|
|
10
10
|
input: ("image" | "text")[];
|
|
11
11
|
cost: {
|
|
12
12
|
input: number;
|
|
@@ -375,6 +375,27 @@ export declare const MODELS: {
|
|
|
375
375
|
contextWindow: number;
|
|
376
376
|
maxTokens: number;
|
|
377
377
|
};
|
|
378
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
379
|
+
id: string;
|
|
380
|
+
name: string;
|
|
381
|
+
api: "bedrock-converse-stream";
|
|
382
|
+
provider: string;
|
|
383
|
+
baseUrl: string;
|
|
384
|
+
reasoning: true;
|
|
385
|
+
thinkingLevelMap: {
|
|
386
|
+
off: null;
|
|
387
|
+
xhigh: string;
|
|
388
|
+
};
|
|
389
|
+
input: ("image" | "text")[];
|
|
390
|
+
cost: {
|
|
391
|
+
input: number;
|
|
392
|
+
output: number;
|
|
393
|
+
cacheRead: number;
|
|
394
|
+
cacheWrite: number;
|
|
395
|
+
};
|
|
396
|
+
contextWindow: number;
|
|
397
|
+
maxTokens: number;
|
|
398
|
+
};
|
|
378
399
|
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
379
400
|
id: string;
|
|
380
401
|
name: string;
|
|
@@ -523,6 +544,27 @@ export declare const MODELS: {
|
|
|
523
544
|
contextWindow: number;
|
|
524
545
|
maxTokens: number;
|
|
525
546
|
};
|
|
547
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
548
|
+
id: string;
|
|
549
|
+
name: string;
|
|
550
|
+
api: "bedrock-converse-stream";
|
|
551
|
+
provider: string;
|
|
552
|
+
baseUrl: string;
|
|
553
|
+
reasoning: true;
|
|
554
|
+
thinkingLevelMap: {
|
|
555
|
+
off: null;
|
|
556
|
+
xhigh: string;
|
|
557
|
+
};
|
|
558
|
+
input: ("image" | "text")[];
|
|
559
|
+
cost: {
|
|
560
|
+
input: number;
|
|
561
|
+
output: number;
|
|
562
|
+
cacheRead: number;
|
|
563
|
+
cacheWrite: number;
|
|
564
|
+
};
|
|
565
|
+
contextWindow: number;
|
|
566
|
+
maxTokens: number;
|
|
567
|
+
};
|
|
526
568
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
527
569
|
id: string;
|
|
528
570
|
name: string;
|
|
@@ -1216,7 +1258,7 @@ export declare const MODELS: {
|
|
|
1216
1258
|
api: "bedrock-converse-stream";
|
|
1217
1259
|
provider: string;
|
|
1218
1260
|
baseUrl: string;
|
|
1219
|
-
reasoning:
|
|
1261
|
+
reasoning: true;
|
|
1220
1262
|
input: "text"[];
|
|
1221
1263
|
cost: {
|
|
1222
1264
|
input: number;
|
|
@@ -1233,7 +1275,7 @@ export declare const MODELS: {
|
|
|
1233
1275
|
api: "bedrock-converse-stream";
|
|
1234
1276
|
provider: string;
|
|
1235
1277
|
baseUrl: string;
|
|
1236
|
-
reasoning:
|
|
1278
|
+
reasoning: true;
|
|
1237
1279
|
input: "text"[];
|
|
1238
1280
|
cost: {
|
|
1239
1281
|
input: number;
|
|
@@ -1250,7 +1292,7 @@ export declare const MODELS: {
|
|
|
1250
1292
|
api: "bedrock-converse-stream";
|
|
1251
1293
|
provider: string;
|
|
1252
1294
|
baseUrl: string;
|
|
1253
|
-
reasoning:
|
|
1295
|
+
reasoning: true;
|
|
1254
1296
|
input: "text"[];
|
|
1255
1297
|
cost: {
|
|
1256
1298
|
input: number;
|
|
@@ -1267,7 +1309,7 @@ export declare const MODELS: {
|
|
|
1267
1309
|
api: "bedrock-converse-stream";
|
|
1268
1310
|
provider: string;
|
|
1269
1311
|
baseUrl: string;
|
|
1270
|
-
reasoning:
|
|
1312
|
+
reasoning: true;
|
|
1271
1313
|
input: "text"[];
|
|
1272
1314
|
cost: {
|
|
1273
1315
|
input: number;
|
|
@@ -1431,6 +1473,27 @@ export declare const MODELS: {
|
|
|
1431
1473
|
contextWindow: number;
|
|
1432
1474
|
maxTokens: number;
|
|
1433
1475
|
};
|
|
1476
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1477
|
+
id: string;
|
|
1478
|
+
name: string;
|
|
1479
|
+
api: "bedrock-converse-stream";
|
|
1480
|
+
provider: string;
|
|
1481
|
+
baseUrl: string;
|
|
1482
|
+
reasoning: true;
|
|
1483
|
+
thinkingLevelMap: {
|
|
1484
|
+
off: null;
|
|
1485
|
+
xhigh: string;
|
|
1486
|
+
};
|
|
1487
|
+
input: ("image" | "text")[];
|
|
1488
|
+
cost: {
|
|
1489
|
+
input: number;
|
|
1490
|
+
output: number;
|
|
1491
|
+
cacheRead: number;
|
|
1492
|
+
cacheWrite: number;
|
|
1493
|
+
};
|
|
1494
|
+
contextWindow: number;
|
|
1495
|
+
maxTokens: number;
|
|
1496
|
+
};
|
|
1434
1497
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1435
1498
|
id: string;
|
|
1436
1499
|
name: string;
|
|
@@ -1953,6 +2016,30 @@ export declare const MODELS: {
|
|
|
1953
2016
|
contextWindow: number;
|
|
1954
2017
|
maxTokens: number;
|
|
1955
2018
|
};
|
|
2019
|
+
readonly "claude-fable-5": {
|
|
2020
|
+
id: string;
|
|
2021
|
+
name: string;
|
|
2022
|
+
api: "anthropic-messages";
|
|
2023
|
+
provider: string;
|
|
2024
|
+
baseUrl: string;
|
|
2025
|
+
compat: {
|
|
2026
|
+
forceAdaptiveThinking: true;
|
|
2027
|
+
};
|
|
2028
|
+
reasoning: true;
|
|
2029
|
+
thinkingLevelMap: {
|
|
2030
|
+
off: null;
|
|
2031
|
+
xhigh: string;
|
|
2032
|
+
};
|
|
2033
|
+
input: ("image" | "text")[];
|
|
2034
|
+
cost: {
|
|
2035
|
+
input: number;
|
|
2036
|
+
output: number;
|
|
2037
|
+
cacheRead: number;
|
|
2038
|
+
cacheWrite: number;
|
|
2039
|
+
};
|
|
2040
|
+
contextWindow: number;
|
|
2041
|
+
maxTokens: number;
|
|
2042
|
+
};
|
|
1956
2043
|
readonly "claude-haiku-4-5": {
|
|
1957
2044
|
id: string;
|
|
1958
2045
|
name: string;
|
|
@@ -3208,6 +3295,30 @@ export declare const MODELS: {
|
|
|
3208
3295
|
contextWindow: number;
|
|
3209
3296
|
maxTokens: number;
|
|
3210
3297
|
};
|
|
3298
|
+
readonly "claude-fable-5": {
|
|
3299
|
+
id: string;
|
|
3300
|
+
name: string;
|
|
3301
|
+
api: "anthropic-messages";
|
|
3302
|
+
provider: string;
|
|
3303
|
+
baseUrl: string;
|
|
3304
|
+
compat: {
|
|
3305
|
+
forceAdaptiveThinking: true;
|
|
3306
|
+
};
|
|
3307
|
+
reasoning: true;
|
|
3308
|
+
thinkingLevelMap: {
|
|
3309
|
+
off: null;
|
|
3310
|
+
xhigh: string;
|
|
3311
|
+
};
|
|
3312
|
+
input: ("image" | "text")[];
|
|
3313
|
+
cost: {
|
|
3314
|
+
input: number;
|
|
3315
|
+
output: number;
|
|
3316
|
+
cacheRead: number;
|
|
3317
|
+
cacheWrite: number;
|
|
3318
|
+
};
|
|
3319
|
+
contextWindow: number;
|
|
3320
|
+
maxTokens: number;
|
|
3321
|
+
};
|
|
3211
3322
|
readonly "claude-haiku-4-5": {
|
|
3212
3323
|
id: string;
|
|
3213
3324
|
name: string;
|
|
@@ -6967,6 +7078,7 @@ export declare const MODELS: {
|
|
|
6967
7078
|
supportsReasoningEffort: false;
|
|
6968
7079
|
maxTokensField: "max_tokens";
|
|
6969
7080
|
supportsStrictMode: false;
|
|
7081
|
+
thinkingFormat: "deepseek";
|
|
6970
7082
|
};
|
|
6971
7083
|
reasoning: false;
|
|
6972
7084
|
input: "text"[];
|
|
@@ -6991,6 +7103,7 @@ export declare const MODELS: {
|
|
|
6991
7103
|
supportsReasoningEffort: false;
|
|
6992
7104
|
maxTokensField: "max_tokens";
|
|
6993
7105
|
supportsStrictMode: false;
|
|
7106
|
+
thinkingFormat: "deepseek";
|
|
6994
7107
|
};
|
|
6995
7108
|
reasoning: false;
|
|
6996
7109
|
input: "text"[];
|
|
@@ -7015,6 +7128,7 @@ export declare const MODELS: {
|
|
|
7015
7128
|
supportsReasoningEffort: false;
|
|
7016
7129
|
maxTokensField: "max_tokens";
|
|
7017
7130
|
supportsStrictMode: false;
|
|
7131
|
+
thinkingFormat: "deepseek";
|
|
7018
7132
|
};
|
|
7019
7133
|
reasoning: true;
|
|
7020
7134
|
input: "text"[];
|
|
@@ -7039,6 +7153,7 @@ export declare const MODELS: {
|
|
|
7039
7153
|
supportsReasoningEffort: false;
|
|
7040
7154
|
maxTokensField: "max_tokens";
|
|
7041
7155
|
supportsStrictMode: false;
|
|
7156
|
+
thinkingFormat: "deepseek";
|
|
7042
7157
|
};
|
|
7043
7158
|
reasoning: true;
|
|
7044
7159
|
input: "text"[];
|
|
@@ -7063,6 +7178,7 @@ export declare const MODELS: {
|
|
|
7063
7178
|
supportsReasoningEffort: false;
|
|
7064
7179
|
maxTokensField: "max_tokens";
|
|
7065
7180
|
supportsStrictMode: false;
|
|
7181
|
+
thinkingFormat: "deepseek";
|
|
7066
7182
|
};
|
|
7067
7183
|
reasoning: false;
|
|
7068
7184
|
input: "text"[];
|
|
@@ -7087,6 +7203,7 @@ export declare const MODELS: {
|
|
|
7087
7203
|
supportsReasoningEffort: false;
|
|
7088
7204
|
maxTokensField: "max_tokens";
|
|
7089
7205
|
supportsStrictMode: false;
|
|
7206
|
+
thinkingFormat: "deepseek";
|
|
7090
7207
|
};
|
|
7091
7208
|
reasoning: true;
|
|
7092
7209
|
input: ("image" | "text")[];
|
|
@@ -7111,6 +7228,7 @@ export declare const MODELS: {
|
|
|
7111
7228
|
supportsReasoningEffort: false;
|
|
7112
7229
|
maxTokensField: "max_tokens";
|
|
7113
7230
|
supportsStrictMode: false;
|
|
7231
|
+
thinkingFormat: "deepseek";
|
|
7114
7232
|
};
|
|
7115
7233
|
reasoning: true;
|
|
7116
7234
|
input: ("image" | "text")[];
|
|
@@ -7137,6 +7255,7 @@ export declare const MODELS: {
|
|
|
7137
7255
|
supportsReasoningEffort: false;
|
|
7138
7256
|
maxTokensField: "max_tokens";
|
|
7139
7257
|
supportsStrictMode: false;
|
|
7258
|
+
thinkingFormat: "deepseek";
|
|
7140
7259
|
};
|
|
7141
7260
|
reasoning: false;
|
|
7142
7261
|
input: "text"[];
|
|
@@ -7161,6 +7280,7 @@ export declare const MODELS: {
|
|
|
7161
7280
|
supportsReasoningEffort: false;
|
|
7162
7281
|
maxTokensField: "max_tokens";
|
|
7163
7282
|
supportsStrictMode: false;
|
|
7283
|
+
thinkingFormat: "deepseek";
|
|
7164
7284
|
};
|
|
7165
7285
|
reasoning: false;
|
|
7166
7286
|
input: "text"[];
|
|
@@ -7185,6 +7305,7 @@ export declare const MODELS: {
|
|
|
7185
7305
|
supportsReasoningEffort: false;
|
|
7186
7306
|
maxTokensField: "max_tokens";
|
|
7187
7307
|
supportsStrictMode: false;
|
|
7308
|
+
thinkingFormat: "deepseek";
|
|
7188
7309
|
};
|
|
7189
7310
|
reasoning: true;
|
|
7190
7311
|
input: "text"[];
|
|
@@ -7209,6 +7330,7 @@ export declare const MODELS: {
|
|
|
7209
7330
|
supportsReasoningEffort: false;
|
|
7210
7331
|
maxTokensField: "max_tokens";
|
|
7211
7332
|
supportsStrictMode: false;
|
|
7333
|
+
thinkingFormat: "deepseek";
|
|
7212
7334
|
};
|
|
7213
7335
|
reasoning: true;
|
|
7214
7336
|
input: "text"[];
|
|
@@ -7233,6 +7355,7 @@ export declare const MODELS: {
|
|
|
7233
7355
|
supportsReasoningEffort: false;
|
|
7234
7356
|
maxTokensField: "max_tokens";
|
|
7235
7357
|
supportsStrictMode: false;
|
|
7358
|
+
thinkingFormat: "deepseek";
|
|
7236
7359
|
};
|
|
7237
7360
|
reasoning: false;
|
|
7238
7361
|
input: "text"[];
|
|
@@ -7257,6 +7380,7 @@ export declare const MODELS: {
|
|
|
7257
7380
|
supportsReasoningEffort: false;
|
|
7258
7381
|
maxTokensField: "max_tokens";
|
|
7259
7382
|
supportsStrictMode: false;
|
|
7383
|
+
thinkingFormat: "deepseek";
|
|
7260
7384
|
};
|
|
7261
7385
|
reasoning: true;
|
|
7262
7386
|
input: ("image" | "text")[];
|
|
@@ -7281,6 +7405,7 @@ export declare const MODELS: {
|
|
|
7281
7405
|
supportsReasoningEffort: false;
|
|
7282
7406
|
maxTokensField: "max_tokens";
|
|
7283
7407
|
supportsStrictMode: false;
|
|
7408
|
+
thinkingFormat: "deepseek";
|
|
7284
7409
|
};
|
|
7285
7410
|
reasoning: true;
|
|
7286
7411
|
input: ("image" | "text")[];
|
|
@@ -7659,6 +7784,34 @@ export declare const MODELS: {
|
|
|
7659
7784
|
contextWindow: number;
|
|
7660
7785
|
maxTokens: number;
|
|
7661
7786
|
};
|
|
7787
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
7788
|
+
id: string;
|
|
7789
|
+
name: string;
|
|
7790
|
+
api: "openai-completions";
|
|
7791
|
+
provider: string;
|
|
7792
|
+
baseUrl: string;
|
|
7793
|
+
headers: {
|
|
7794
|
+
"NVCF-POLL-SECONDS": string;
|
|
7795
|
+
};
|
|
7796
|
+
compat: {
|
|
7797
|
+
supportsStore: false;
|
|
7798
|
+
supportsDeveloperRole: false;
|
|
7799
|
+
supportsReasoningEffort: false;
|
|
7800
|
+
maxTokensField: "max_tokens";
|
|
7801
|
+
supportsStrictMode: false;
|
|
7802
|
+
supportsLongCacheRetention: false;
|
|
7803
|
+
};
|
|
7804
|
+
reasoning: true;
|
|
7805
|
+
input: "text"[];
|
|
7806
|
+
cost: {
|
|
7807
|
+
input: number;
|
|
7808
|
+
output: number;
|
|
7809
|
+
cacheRead: number;
|
|
7810
|
+
cacheWrite: number;
|
|
7811
|
+
};
|
|
7812
|
+
contextWindow: number;
|
|
7813
|
+
maxTokens: number;
|
|
7814
|
+
};
|
|
7662
7815
|
readonly "nvidia/nvidia-nemotron-nano-9b-v2": {
|
|
7663
7816
|
id: string;
|
|
7664
7817
|
name: string;
|
|
@@ -8753,6 +8906,9 @@ export declare const MODELS: {
|
|
|
8753
8906
|
api: "openai-completions";
|
|
8754
8907
|
provider: string;
|
|
8755
8908
|
baseUrl: string;
|
|
8909
|
+
compat: {
|
|
8910
|
+
maxTokensField: "max_tokens";
|
|
8911
|
+
};
|
|
8756
8912
|
reasoning: true;
|
|
8757
8913
|
input: "text"[];
|
|
8758
8914
|
cost: {
|
|
@@ -8764,6 +8920,30 @@ export declare const MODELS: {
|
|
|
8764
8920
|
contextWindow: number;
|
|
8765
8921
|
maxTokens: number;
|
|
8766
8922
|
};
|
|
8923
|
+
readonly "claude-fable-5": {
|
|
8924
|
+
id: string;
|
|
8925
|
+
name: string;
|
|
8926
|
+
api: "anthropic-messages";
|
|
8927
|
+
provider: string;
|
|
8928
|
+
baseUrl: string;
|
|
8929
|
+
compat: {
|
|
8930
|
+
forceAdaptiveThinking: true;
|
|
8931
|
+
};
|
|
8932
|
+
reasoning: true;
|
|
8933
|
+
thinkingLevelMap: {
|
|
8934
|
+
off: null;
|
|
8935
|
+
xhigh: string;
|
|
8936
|
+
};
|
|
8937
|
+
input: ("image" | "text")[];
|
|
8938
|
+
cost: {
|
|
8939
|
+
input: number;
|
|
8940
|
+
output: number;
|
|
8941
|
+
cacheRead: number;
|
|
8942
|
+
cacheWrite: number;
|
|
8943
|
+
};
|
|
8944
|
+
contextWindow: number;
|
|
8945
|
+
maxTokens: number;
|
|
8946
|
+
};
|
|
8767
8947
|
readonly "claude-haiku-4-5": {
|
|
8768
8948
|
id: string;
|
|
8769
8949
|
name: string;
|
|
@@ -8947,6 +9127,7 @@ export declare const MODELS: {
|
|
|
8947
9127
|
provider: string;
|
|
8948
9128
|
baseUrl: string;
|
|
8949
9129
|
compat: {
|
|
9130
|
+
maxTokensField: "max_tokens";
|
|
8950
9131
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8951
9132
|
thinkingFormat: "deepseek";
|
|
8952
9133
|
};
|
|
@@ -8975,6 +9156,7 @@ export declare const MODELS: {
|
|
|
8975
9156
|
provider: string;
|
|
8976
9157
|
baseUrl: string;
|
|
8977
9158
|
compat: {
|
|
9159
|
+
maxTokensField: "max_tokens";
|
|
8978
9160
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8979
9161
|
thinkingFormat: "deepseek";
|
|
8980
9162
|
};
|
|
@@ -9066,6 +9248,9 @@ export declare const MODELS: {
|
|
|
9066
9248
|
api: "openai-completions";
|
|
9067
9249
|
provider: string;
|
|
9068
9250
|
baseUrl: string;
|
|
9251
|
+
compat: {
|
|
9252
|
+
maxTokensField: "max_tokens";
|
|
9253
|
+
};
|
|
9069
9254
|
reasoning: true;
|
|
9070
9255
|
input: "text"[];
|
|
9071
9256
|
cost: {
|
|
@@ -9083,6 +9268,9 @@ export declare const MODELS: {
|
|
|
9083
9268
|
api: "openai-completions";
|
|
9084
9269
|
provider: string;
|
|
9085
9270
|
baseUrl: string;
|
|
9271
|
+
compat: {
|
|
9272
|
+
maxTokensField: "max_tokens";
|
|
9273
|
+
};
|
|
9086
9274
|
reasoning: true;
|
|
9087
9275
|
input: "text"[];
|
|
9088
9276
|
cost: {
|
|
@@ -9433,6 +9621,7 @@ export declare const MODELS: {
|
|
|
9433
9621
|
baseUrl: string;
|
|
9434
9622
|
compat: {
|
|
9435
9623
|
supportsReasoningEffort: false;
|
|
9624
|
+
maxTokensField: "max_tokens";
|
|
9436
9625
|
};
|
|
9437
9626
|
reasoning: true;
|
|
9438
9627
|
thinkingLevelMap: {
|
|
@@ -9457,6 +9646,9 @@ export declare const MODELS: {
|
|
|
9457
9646
|
api: "openai-completions";
|
|
9458
9647
|
provider: string;
|
|
9459
9648
|
baseUrl: string;
|
|
9649
|
+
compat: {
|
|
9650
|
+
maxTokensField: "max_tokens";
|
|
9651
|
+
};
|
|
9460
9652
|
reasoning: true;
|
|
9461
9653
|
input: ("image" | "text")[];
|
|
9462
9654
|
cost: {
|
|
@@ -9477,6 +9669,7 @@ export declare const MODELS: {
|
|
|
9477
9669
|
compat: {
|
|
9478
9670
|
thinkingFormat: "deepseek";
|
|
9479
9671
|
supportsReasoningEffort: false;
|
|
9672
|
+
maxTokensField: "max_tokens";
|
|
9480
9673
|
};
|
|
9481
9674
|
reasoning: true;
|
|
9482
9675
|
input: ("image" | "text")[];
|
|
@@ -9495,6 +9688,9 @@ export declare const MODELS: {
|
|
|
9495
9688
|
api: "openai-completions";
|
|
9496
9689
|
provider: string;
|
|
9497
9690
|
baseUrl: string;
|
|
9691
|
+
compat: {
|
|
9692
|
+
maxTokensField: "max_tokens";
|
|
9693
|
+
};
|
|
9498
9694
|
reasoning: true;
|
|
9499
9695
|
input: ("image" | "text")[];
|
|
9500
9696
|
cost: {
|
|
@@ -9512,6 +9708,9 @@ export declare const MODELS: {
|
|
|
9512
9708
|
api: "openai-completions";
|
|
9513
9709
|
provider: string;
|
|
9514
9710
|
baseUrl: string;
|
|
9711
|
+
compat: {
|
|
9712
|
+
maxTokensField: "max_tokens";
|
|
9713
|
+
};
|
|
9515
9714
|
reasoning: true;
|
|
9516
9715
|
input: "text"[];
|
|
9517
9716
|
cost: {
|
|
@@ -9529,6 +9728,9 @@ export declare const MODELS: {
|
|
|
9529
9728
|
api: "openai-completions";
|
|
9530
9729
|
provider: string;
|
|
9531
9730
|
baseUrl: string;
|
|
9731
|
+
compat: {
|
|
9732
|
+
maxTokensField: "max_tokens";
|
|
9733
|
+
};
|
|
9532
9734
|
reasoning: true;
|
|
9533
9735
|
input: "text"[];
|
|
9534
9736
|
cost: {
|
|
@@ -9540,14 +9742,17 @@ export declare const MODELS: {
|
|
|
9540
9742
|
contextWindow: number;
|
|
9541
9743
|
maxTokens: number;
|
|
9542
9744
|
};
|
|
9543
|
-
readonly "
|
|
9745
|
+
readonly "nemotron-3-ultra-free": {
|
|
9544
9746
|
id: string;
|
|
9545
9747
|
name: string;
|
|
9546
|
-
api: "
|
|
9748
|
+
api: "openai-completions";
|
|
9547
9749
|
provider: string;
|
|
9548
9750
|
baseUrl: string;
|
|
9751
|
+
compat: {
|
|
9752
|
+
maxTokensField: "max_tokens";
|
|
9753
|
+
};
|
|
9549
9754
|
reasoning: true;
|
|
9550
|
-
input:
|
|
9755
|
+
input: "text"[];
|
|
9551
9756
|
cost: {
|
|
9552
9757
|
input: number;
|
|
9553
9758
|
output: number;
|
|
@@ -9557,12 +9762,15 @@ export declare const MODELS: {
|
|
|
9557
9762
|
contextWindow: number;
|
|
9558
9763
|
maxTokens: number;
|
|
9559
9764
|
};
|
|
9560
|
-
readonly "
|
|
9765
|
+
readonly "north-mini-code-free": {
|
|
9561
9766
|
id: string;
|
|
9562
9767
|
name: string;
|
|
9563
9768
|
api: "openai-completions";
|
|
9564
9769
|
provider: string;
|
|
9565
9770
|
baseUrl: string;
|
|
9771
|
+
compat: {
|
|
9772
|
+
maxTokensField: "max_tokens";
|
|
9773
|
+
};
|
|
9566
9774
|
reasoning: true;
|
|
9567
9775
|
input: "text"[];
|
|
9568
9776
|
cost: {
|
|
@@ -9617,6 +9825,7 @@ export declare const MODELS: {
|
|
|
9617
9825
|
provider: string;
|
|
9618
9826
|
baseUrl: string;
|
|
9619
9827
|
compat: {
|
|
9828
|
+
maxTokensField: "max_tokens";
|
|
9620
9829
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9621
9830
|
thinkingFormat: "deepseek";
|
|
9622
9831
|
};
|
|
@@ -9645,6 +9854,7 @@ export declare const MODELS: {
|
|
|
9645
9854
|
provider: string;
|
|
9646
9855
|
baseUrl: string;
|
|
9647
9856
|
compat: {
|
|
9857
|
+
maxTokensField: "max_tokens";
|
|
9648
9858
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9649
9859
|
thinkingFormat: "deepseek";
|
|
9650
9860
|
};
|
|
@@ -9672,6 +9882,9 @@ export declare const MODELS: {
|
|
|
9672
9882
|
api: "openai-completions";
|
|
9673
9883
|
provider: string;
|
|
9674
9884
|
baseUrl: string;
|
|
9885
|
+
compat: {
|
|
9886
|
+
maxTokensField: "max_tokens";
|
|
9887
|
+
};
|
|
9675
9888
|
reasoning: true;
|
|
9676
9889
|
input: "text"[];
|
|
9677
9890
|
cost: {
|
|
@@ -9689,6 +9902,9 @@ export declare const MODELS: {
|
|
|
9689
9902
|
api: "openai-completions";
|
|
9690
9903
|
provider: string;
|
|
9691
9904
|
baseUrl: string;
|
|
9905
|
+
compat: {
|
|
9906
|
+
maxTokensField: "max_tokens";
|
|
9907
|
+
};
|
|
9692
9908
|
reasoning: true;
|
|
9693
9909
|
input: "text"[];
|
|
9694
9910
|
cost: {
|
|
@@ -9706,6 +9922,9 @@ export declare const MODELS: {
|
|
|
9706
9922
|
api: "openai-completions";
|
|
9707
9923
|
provider: string;
|
|
9708
9924
|
baseUrl: string;
|
|
9925
|
+
compat: {
|
|
9926
|
+
maxTokensField: "max_tokens";
|
|
9927
|
+
};
|
|
9709
9928
|
reasoning: true;
|
|
9710
9929
|
input: ("image" | "text")[];
|
|
9711
9930
|
cost: {
|
|
@@ -9726,6 +9945,7 @@ export declare const MODELS: {
|
|
|
9726
9945
|
compat: {
|
|
9727
9946
|
thinkingFormat: "deepseek";
|
|
9728
9947
|
supportsReasoningEffort: false;
|
|
9948
|
+
maxTokensField: "max_tokens";
|
|
9729
9949
|
};
|
|
9730
9950
|
reasoning: true;
|
|
9731
9951
|
thinkingLevelMap: {
|
|
@@ -9749,6 +9969,9 @@ export declare const MODELS: {
|
|
|
9749
9969
|
api: "openai-completions";
|
|
9750
9970
|
provider: string;
|
|
9751
9971
|
baseUrl: string;
|
|
9972
|
+
compat: {
|
|
9973
|
+
maxTokensField: "max_tokens";
|
|
9974
|
+
};
|
|
9752
9975
|
reasoning: true;
|
|
9753
9976
|
input: ("image" | "text")[];
|
|
9754
9977
|
cost: {
|
|
@@ -9766,6 +9989,9 @@ export declare const MODELS: {
|
|
|
9766
9989
|
api: "openai-completions";
|
|
9767
9990
|
provider: string;
|
|
9768
9991
|
baseUrl: string;
|
|
9992
|
+
compat: {
|
|
9993
|
+
maxTokensField: "max_tokens";
|
|
9994
|
+
};
|
|
9769
9995
|
reasoning: true;
|
|
9770
9996
|
input: "text"[];
|
|
9771
9997
|
cost: {
|
|
@@ -9800,6 +10026,9 @@ export declare const MODELS: {
|
|
|
9800
10026
|
api: "openai-completions";
|
|
9801
10027
|
provider: string;
|
|
9802
10028
|
baseUrl: string;
|
|
10029
|
+
compat: {
|
|
10030
|
+
maxTokensField: "max_tokens";
|
|
10031
|
+
};
|
|
9803
10032
|
reasoning: true;
|
|
9804
10033
|
input: "text"[];
|
|
9805
10034
|
cost: {
|
|
@@ -9836,6 +10065,7 @@ export declare const MODELS: {
|
|
|
9836
10065
|
baseUrl: string;
|
|
9837
10066
|
compat: {
|
|
9838
10067
|
thinkingFormat: "qwen";
|
|
10068
|
+
maxTokensField: "max_tokens";
|
|
9839
10069
|
};
|
|
9840
10070
|
reasoning: true;
|
|
9841
10071
|
input: ("image" | "text")[];
|
|
@@ -10020,6 +10250,23 @@ export declare const MODELS: {
|
|
|
10020
10250
|
contextWindow: number;
|
|
10021
10251
|
maxTokens: number;
|
|
10022
10252
|
};
|
|
10253
|
+
readonly "anthropic/claude-fable-5": {
|
|
10254
|
+
id: string;
|
|
10255
|
+
name: string;
|
|
10256
|
+
api: "openai-completions";
|
|
10257
|
+
provider: string;
|
|
10258
|
+
baseUrl: string;
|
|
10259
|
+
reasoning: true;
|
|
10260
|
+
input: ("image" | "text")[];
|
|
10261
|
+
cost: {
|
|
10262
|
+
input: number;
|
|
10263
|
+
output: number;
|
|
10264
|
+
cacheRead: number;
|
|
10265
|
+
cacheWrite: number;
|
|
10266
|
+
};
|
|
10267
|
+
contextWindow: number;
|
|
10268
|
+
maxTokens: number;
|
|
10269
|
+
};
|
|
10023
10270
|
readonly "anthropic/claude-haiku-4.5": {
|
|
10024
10271
|
id: string;
|
|
10025
10272
|
name: string;
|
|
@@ -10327,23 +10574,6 @@ export declare const MODELS: {
|
|
|
10327
10574
|
contextWindow: number;
|
|
10328
10575
|
maxTokens: number;
|
|
10329
10576
|
};
|
|
10330
|
-
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
10331
|
-
id: string;
|
|
10332
|
-
name: string;
|
|
10333
|
-
api: "openai-completions";
|
|
10334
|
-
provider: string;
|
|
10335
|
-
baseUrl: string;
|
|
10336
|
-
reasoning: true;
|
|
10337
|
-
input: ("image" | "text")[];
|
|
10338
|
-
cost: {
|
|
10339
|
-
input: number;
|
|
10340
|
-
output: number;
|
|
10341
|
-
cacheRead: number;
|
|
10342
|
-
cacheWrite: number;
|
|
10343
|
-
};
|
|
10344
|
-
contextWindow: number;
|
|
10345
|
-
maxTokens: number;
|
|
10346
|
-
};
|
|
10347
10577
|
readonly "bytedance-seed/seed-1.6": {
|
|
10348
10578
|
id: string;
|
|
10349
10579
|
name: string;
|
|
@@ -11667,14 +11897,14 @@ export declare const MODELS: {
|
|
|
11667
11897
|
contextWindow: number;
|
|
11668
11898
|
maxTokens: number;
|
|
11669
11899
|
};
|
|
11670
|
-
readonly "nex-agi/
|
|
11900
|
+
readonly "nex-agi/nex-n2-pro:free": {
|
|
11671
11901
|
id: string;
|
|
11672
11902
|
name: string;
|
|
11673
11903
|
api: "openai-completions";
|
|
11674
11904
|
provider: string;
|
|
11675
11905
|
baseUrl: string;
|
|
11676
|
-
reasoning:
|
|
11677
|
-
input: "text"[];
|
|
11906
|
+
reasoning: true;
|
|
11907
|
+
input: ("image" | "text")[];
|
|
11678
11908
|
cost: {
|
|
11679
11909
|
input: number;
|
|
11680
11910
|
output: number;
|
|
@@ -11939,23 +12169,6 @@ export declare const MODELS: {
|
|
|
11939
12169
|
contextWindow: number;
|
|
11940
12170
|
maxTokens: number;
|
|
11941
12171
|
};
|
|
11942
|
-
readonly "openai/gpt-4-1106-preview": {
|
|
11943
|
-
id: string;
|
|
11944
|
-
name: string;
|
|
11945
|
-
api: "openai-completions";
|
|
11946
|
-
provider: string;
|
|
11947
|
-
baseUrl: string;
|
|
11948
|
-
reasoning: false;
|
|
11949
|
-
input: "text"[];
|
|
11950
|
-
cost: {
|
|
11951
|
-
input: number;
|
|
11952
|
-
output: number;
|
|
11953
|
-
cacheRead: number;
|
|
11954
|
-
cacheWrite: number;
|
|
11955
|
-
};
|
|
11956
|
-
contextWindow: number;
|
|
11957
|
-
maxTokens: number;
|
|
11958
|
-
};
|
|
11959
12172
|
readonly "openai/gpt-4-turbo": {
|
|
11960
12173
|
id: string;
|
|
11961
12174
|
name: string;
|
|
@@ -13984,23 +14197,6 @@ export declare const MODELS: {
|
|
|
13984
14197
|
contextWindow: number;
|
|
13985
14198
|
maxTokens: number;
|
|
13986
14199
|
};
|
|
13987
|
-
readonly "z-ai/glm-4-32b": {
|
|
13988
|
-
id: string;
|
|
13989
|
-
name: string;
|
|
13990
|
-
api: "openai-completions";
|
|
13991
|
-
provider: string;
|
|
13992
|
-
baseUrl: string;
|
|
13993
|
-
reasoning: false;
|
|
13994
|
-
input: "text"[];
|
|
13995
|
-
cost: {
|
|
13996
|
-
input: number;
|
|
13997
|
-
output: number;
|
|
13998
|
-
cacheRead: number;
|
|
13999
|
-
cacheWrite: number;
|
|
14000
|
-
};
|
|
14001
|
-
contextWindow: number;
|
|
14002
|
-
maxTokens: number;
|
|
14003
|
-
};
|
|
14004
14200
|
readonly "z-ai/glm-4.5": {
|
|
14005
14201
|
id: string;
|
|
14006
14202
|
name: string;
|
|
@@ -14035,23 +14231,6 @@ export declare const MODELS: {
|
|
|
14035
14231
|
contextWindow: number;
|
|
14036
14232
|
maxTokens: number;
|
|
14037
14233
|
};
|
|
14038
|
-
readonly "z-ai/glm-4.5-air:free": {
|
|
14039
|
-
id: string;
|
|
14040
|
-
name: string;
|
|
14041
|
-
api: "openai-completions";
|
|
14042
|
-
provider: string;
|
|
14043
|
-
baseUrl: string;
|
|
14044
|
-
reasoning: true;
|
|
14045
|
-
input: "text"[];
|
|
14046
|
-
cost: {
|
|
14047
|
-
input: number;
|
|
14048
|
-
output: number;
|
|
14049
|
-
cacheRead: number;
|
|
14050
|
-
cacheWrite: number;
|
|
14051
|
-
};
|
|
14052
|
-
contextWindow: number;
|
|
14053
|
-
maxTokens: number;
|
|
14054
|
-
};
|
|
14055
14234
|
readonly "z-ai/glm-4.5v": {
|
|
14056
14235
|
id: string;
|
|
14057
14236
|
name: string;
|
|
@@ -14188,7 +14367,7 @@ export declare const MODELS: {
|
|
|
14188
14367
|
contextWindow: number;
|
|
14189
14368
|
maxTokens: number;
|
|
14190
14369
|
};
|
|
14191
|
-
readonly "
|
|
14370
|
+
readonly "~anthropic/claude-fable-latest": {
|
|
14192
14371
|
id: string;
|
|
14193
14372
|
name: string;
|
|
14194
14373
|
api: "openai-completions";
|
|
@@ -14356,10 +14535,10 @@ export declare const MODELS: {
|
|
|
14356
14535
|
maxTokensField: "max_tokens";
|
|
14357
14536
|
supportsStrictMode: false;
|
|
14358
14537
|
supportsLongCacheRetention: false;
|
|
14538
|
+
thinkingFormat: "together";
|
|
14359
14539
|
};
|
|
14360
14540
|
reasoning: true;
|
|
14361
14541
|
thinkingLevelMap: {
|
|
14362
|
-
off: null;
|
|
14363
14542
|
minimal: null;
|
|
14364
14543
|
low: null;
|
|
14365
14544
|
medium: null;
|
|
@@ -15325,6 +15504,30 @@ export declare const MODELS: {
|
|
|
15325
15504
|
contextWindow: number;
|
|
15326
15505
|
maxTokens: number;
|
|
15327
15506
|
};
|
|
15507
|
+
readonly "anthropic/claude-fable-5": {
|
|
15508
|
+
id: string;
|
|
15509
|
+
name: string;
|
|
15510
|
+
api: "anthropic-messages";
|
|
15511
|
+
provider: string;
|
|
15512
|
+
baseUrl: string;
|
|
15513
|
+
compat: {
|
|
15514
|
+
forceAdaptiveThinking: true;
|
|
15515
|
+
};
|
|
15516
|
+
reasoning: true;
|
|
15517
|
+
thinkingLevelMap: {
|
|
15518
|
+
off: null;
|
|
15519
|
+
xhigh: string;
|
|
15520
|
+
};
|
|
15521
|
+
input: ("image" | "text")[];
|
|
15522
|
+
cost: {
|
|
15523
|
+
input: number;
|
|
15524
|
+
output: number;
|
|
15525
|
+
cacheRead: number;
|
|
15526
|
+
cacheWrite: number;
|
|
15527
|
+
};
|
|
15528
|
+
contextWindow: number;
|
|
15529
|
+
maxTokens: number;
|
|
15530
|
+
};
|
|
15328
15531
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15329
15532
|
id: string;
|
|
15330
15533
|
name: string;
|
|
@@ -15722,40 +15925,6 @@ export declare const MODELS: {
|
|
|
15722
15925
|
contextWindow: number;
|
|
15723
15926
|
maxTokens: number;
|
|
15724
15927
|
};
|
|
15725
|
-
readonly "google/gemini-2.0-flash": {
|
|
15726
|
-
id: string;
|
|
15727
|
-
name: string;
|
|
15728
|
-
api: "anthropic-messages";
|
|
15729
|
-
provider: string;
|
|
15730
|
-
baseUrl: string;
|
|
15731
|
-
reasoning: false;
|
|
15732
|
-
input: ("image" | "text")[];
|
|
15733
|
-
cost: {
|
|
15734
|
-
input: number;
|
|
15735
|
-
output: number;
|
|
15736
|
-
cacheRead: number;
|
|
15737
|
-
cacheWrite: number;
|
|
15738
|
-
};
|
|
15739
|
-
contextWindow: number;
|
|
15740
|
-
maxTokens: number;
|
|
15741
|
-
};
|
|
15742
|
-
readonly "google/gemini-2.0-flash-lite": {
|
|
15743
|
-
id: string;
|
|
15744
|
-
name: string;
|
|
15745
|
-
api: "anthropic-messages";
|
|
15746
|
-
provider: string;
|
|
15747
|
-
baseUrl: string;
|
|
15748
|
-
reasoning: false;
|
|
15749
|
-
input: ("image" | "text")[];
|
|
15750
|
-
cost: {
|
|
15751
|
-
input: number;
|
|
15752
|
-
output: number;
|
|
15753
|
-
cacheRead: number;
|
|
15754
|
-
cacheWrite: number;
|
|
15755
|
-
};
|
|
15756
|
-
contextWindow: number;
|
|
15757
|
-
maxTokens: number;
|
|
15758
|
-
};
|
|
15759
15928
|
readonly "google/gemini-2.5-flash": {
|
|
15760
15929
|
id: string;
|
|
15761
15930
|
name: string;
|
|
@@ -18085,6 +18254,28 @@ export declare const MODELS: {
|
|
|
18085
18254
|
contextWindow: number;
|
|
18086
18255
|
maxTokens: number;
|
|
18087
18256
|
};
|
|
18257
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18258
|
+
id: string;
|
|
18259
|
+
name: string;
|
|
18260
|
+
api: "openai-completions";
|
|
18261
|
+
provider: string;
|
|
18262
|
+
baseUrl: string;
|
|
18263
|
+
compat: {
|
|
18264
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18265
|
+
thinkingFormat: "deepseek";
|
|
18266
|
+
supportsDisabledThinking: false;
|
|
18267
|
+
};
|
|
18268
|
+
reasoning: true;
|
|
18269
|
+
input: "text"[];
|
|
18270
|
+
cost: {
|
|
18271
|
+
input: number;
|
|
18272
|
+
output: number;
|
|
18273
|
+
cacheRead: number;
|
|
18274
|
+
cacheWrite: number;
|
|
18275
|
+
};
|
|
18276
|
+
contextWindow: number;
|
|
18277
|
+
maxTokens: number;
|
|
18278
|
+
};
|
|
18088
18279
|
};
|
|
18089
18280
|
readonly "xiaomi-token-plan-ams": {
|
|
18090
18281
|
readonly "mimo-v2-omni": {
|
|
@@ -18175,6 +18366,28 @@ export declare const MODELS: {
|
|
|
18175
18366
|
contextWindow: number;
|
|
18176
18367
|
maxTokens: number;
|
|
18177
18368
|
};
|
|
18369
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18370
|
+
id: string;
|
|
18371
|
+
name: string;
|
|
18372
|
+
api: "openai-completions";
|
|
18373
|
+
provider: string;
|
|
18374
|
+
baseUrl: string;
|
|
18375
|
+
compat: {
|
|
18376
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18377
|
+
thinkingFormat: "deepseek";
|
|
18378
|
+
supportsDisabledThinking: false;
|
|
18379
|
+
};
|
|
18380
|
+
reasoning: true;
|
|
18381
|
+
input: "text"[];
|
|
18382
|
+
cost: {
|
|
18383
|
+
input: number;
|
|
18384
|
+
output: number;
|
|
18385
|
+
cacheRead: number;
|
|
18386
|
+
cacheWrite: number;
|
|
18387
|
+
};
|
|
18388
|
+
contextWindow: number;
|
|
18389
|
+
maxTokens: number;
|
|
18390
|
+
};
|
|
18178
18391
|
};
|
|
18179
18392
|
readonly "xiaomi-token-plan-cn": {
|
|
18180
18393
|
readonly "mimo-v2-omni": {
|
|
@@ -18265,6 +18478,28 @@ export declare const MODELS: {
|
|
|
18265
18478
|
contextWindow: number;
|
|
18266
18479
|
maxTokens: number;
|
|
18267
18480
|
};
|
|
18481
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18482
|
+
id: string;
|
|
18483
|
+
name: string;
|
|
18484
|
+
api: "openai-completions";
|
|
18485
|
+
provider: string;
|
|
18486
|
+
baseUrl: string;
|
|
18487
|
+
compat: {
|
|
18488
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18489
|
+
thinkingFormat: "deepseek";
|
|
18490
|
+
supportsDisabledThinking: false;
|
|
18491
|
+
};
|
|
18492
|
+
reasoning: true;
|
|
18493
|
+
input: "text"[];
|
|
18494
|
+
cost: {
|
|
18495
|
+
input: number;
|
|
18496
|
+
output: number;
|
|
18497
|
+
cacheRead: number;
|
|
18498
|
+
cacheWrite: number;
|
|
18499
|
+
};
|
|
18500
|
+
contextWindow: number;
|
|
18501
|
+
maxTokens: number;
|
|
18502
|
+
};
|
|
18268
18503
|
};
|
|
18269
18504
|
readonly "xiaomi-token-plan-sgp": {
|
|
18270
18505
|
readonly "mimo-v2-omni": {
|
|
@@ -18355,6 +18590,28 @@ export declare const MODELS: {
|
|
|
18355
18590
|
contextWindow: number;
|
|
18356
18591
|
maxTokens: number;
|
|
18357
18592
|
};
|
|
18593
|
+
readonly "mimo-v2.5-pro-ultraspeed": {
|
|
18594
|
+
id: string;
|
|
18595
|
+
name: string;
|
|
18596
|
+
api: "openai-completions";
|
|
18597
|
+
provider: string;
|
|
18598
|
+
baseUrl: string;
|
|
18599
|
+
compat: {
|
|
18600
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
18601
|
+
thinkingFormat: "deepseek";
|
|
18602
|
+
supportsDisabledThinking: false;
|
|
18603
|
+
};
|
|
18604
|
+
reasoning: true;
|
|
18605
|
+
input: "text"[];
|
|
18606
|
+
cost: {
|
|
18607
|
+
input: number;
|
|
18608
|
+
output: number;
|
|
18609
|
+
cacheRead: number;
|
|
18610
|
+
cacheWrite: number;
|
|
18611
|
+
};
|
|
18612
|
+
contextWindow: number;
|
|
18613
|
+
maxTokens: number;
|
|
18614
|
+
};
|
|
18358
18615
|
};
|
|
18359
18616
|
readonly zai: {
|
|
18360
18617
|
readonly "glm-4.5-air": {
|