@code-yeongyu/senpi 2026.5.24 → 2026.5.29-3
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/dist/cli/args.d.ts +0 -6
- 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/config.d.ts.map +1 -1
- package/dist/config.js +15 -2
- package/dist/config.js.map +1 -1
- package/dist/core/agent-session.d.ts +4 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +117 -81
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/compaction.d.ts.map +1 -1
- package/dist/core/compaction/compaction.js +18 -24
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.js +4 -2
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-render.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/overlay.js +0 -5
- package/dist/core/extensions/builtin/session-observer/overlay.js.map +1 -1
- package/dist/core/extensions/builtin/session-observer/scanner.d.ts.map +1 -1
- package/dist/core/extensions/builtin/session-observer/scanner.js +2 -0
- package/dist/core/extensions/builtin/session-observer/scanner.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +21 -9
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/output-guard.d.ts +1 -0
- package/dist/core/output-guard.d.ts.map +1 -1
- package/dist/core/output-guard.js +52 -22
- package/dist/core/output-guard.js.map +1 -1
- package/dist/core/session-work-barrier.d.ts +9 -0
- package/dist/core/session-work-barrier.d.ts.map +1 -0
- package/dist/core/session-work-barrier.js +50 -0
- package/dist/core/session-work-barrier.js.map +1 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +0 -15
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/components/user-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message.js +1 -1
- package/dist/modes/interactive/components/user-message.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +6 -0
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts +3 -0
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +64 -7
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js +15 -3
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/docs/settings.md +3 -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 +18 -24
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +249 -39
- 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 +349 -144
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +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 +1 -1
- 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.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +1 -1
- 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/images/openrouter.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +46 -29
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-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 +1 -1
- 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.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +5 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.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.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +2 -17
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +40 -55
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js +2 -2
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts +7 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +12 -2
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.d.ts +3 -0
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.js +38 -0
- package/node_modules/@earendil-works/pi-tui/dist/slash-command-autocomplete.js.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +4 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +5 -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 +66 -14
- 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 +13 -13
- package/package.json +6 -7
- package/dist/modes/neo-mode.d.ts +0 -43
- package/dist/modes/neo-mode.d.ts.map +0 -1
- package/dist/modes/neo-mode.js +0 -142
- package/dist/modes/neo-mode.js.map +0 -1
- package/dist/neo-tui-bin/senpi-neo-tui-linux-x64 +0 -0
|
@@ -179,6 +179,23 @@ export declare const MODELS: {
|
|
|
179
179
|
contextWindow: number;
|
|
180
180
|
maxTokens: number;
|
|
181
181
|
};
|
|
182
|
+
readonly "anthropic.claude-opus-4-8": {
|
|
183
|
+
id: string;
|
|
184
|
+
name: string;
|
|
185
|
+
api: "bedrock-converse-stream";
|
|
186
|
+
provider: string;
|
|
187
|
+
baseUrl: string;
|
|
188
|
+
reasoning: true;
|
|
189
|
+
input: ("image" | "text")[];
|
|
190
|
+
cost: {
|
|
191
|
+
input: number;
|
|
192
|
+
output: number;
|
|
193
|
+
cacheRead: number;
|
|
194
|
+
cacheWrite: number;
|
|
195
|
+
};
|
|
196
|
+
contextWindow: number;
|
|
197
|
+
maxTokens: number;
|
|
198
|
+
};
|
|
182
199
|
readonly "anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
183
200
|
id: string;
|
|
184
201
|
name: string;
|
|
@@ -250,6 +267,23 @@ export declare const MODELS: {
|
|
|
250
267
|
contextWindow: number;
|
|
251
268
|
maxTokens: number;
|
|
252
269
|
};
|
|
270
|
+
readonly "au.anthropic.claude-opus-4-8": {
|
|
271
|
+
id: string;
|
|
272
|
+
name: string;
|
|
273
|
+
api: "bedrock-converse-stream";
|
|
274
|
+
provider: string;
|
|
275
|
+
baseUrl: string;
|
|
276
|
+
reasoning: true;
|
|
277
|
+
input: ("image" | "text")[];
|
|
278
|
+
cost: {
|
|
279
|
+
input: number;
|
|
280
|
+
output: number;
|
|
281
|
+
cacheRead: number;
|
|
282
|
+
cacheWrite: number;
|
|
283
|
+
};
|
|
284
|
+
contextWindow: number;
|
|
285
|
+
maxTokens: number;
|
|
286
|
+
};
|
|
253
287
|
readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
254
288
|
id: string;
|
|
255
289
|
name: string;
|
|
@@ -429,6 +463,23 @@ export declare const MODELS: {
|
|
|
429
463
|
contextWindow: number;
|
|
430
464
|
maxTokens: number;
|
|
431
465
|
};
|
|
466
|
+
readonly "eu.anthropic.claude-opus-4-8": {
|
|
467
|
+
id: string;
|
|
468
|
+
name: string;
|
|
469
|
+
api: "bedrock-converse-stream";
|
|
470
|
+
provider: string;
|
|
471
|
+
baseUrl: string;
|
|
472
|
+
reasoning: true;
|
|
473
|
+
input: ("image" | "text")[];
|
|
474
|
+
cost: {
|
|
475
|
+
input: number;
|
|
476
|
+
output: number;
|
|
477
|
+
cacheRead: number;
|
|
478
|
+
cacheWrite: number;
|
|
479
|
+
};
|
|
480
|
+
contextWindow: number;
|
|
481
|
+
maxTokens: number;
|
|
482
|
+
};
|
|
432
483
|
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
433
484
|
id: string;
|
|
434
485
|
name: string;
|
|
@@ -557,6 +608,23 @@ export declare const MODELS: {
|
|
|
557
608
|
contextWindow: number;
|
|
558
609
|
maxTokens: number;
|
|
559
610
|
};
|
|
611
|
+
readonly "global.anthropic.claude-opus-4-8": {
|
|
612
|
+
id: string;
|
|
613
|
+
name: string;
|
|
614
|
+
api: "bedrock-converse-stream";
|
|
615
|
+
provider: string;
|
|
616
|
+
baseUrl: string;
|
|
617
|
+
reasoning: true;
|
|
618
|
+
input: ("image" | "text")[];
|
|
619
|
+
cost: {
|
|
620
|
+
input: number;
|
|
621
|
+
output: number;
|
|
622
|
+
cacheRead: number;
|
|
623
|
+
cacheWrite: number;
|
|
624
|
+
};
|
|
625
|
+
contextWindow: number;
|
|
626
|
+
maxTokens: number;
|
|
627
|
+
};
|
|
560
628
|
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
561
629
|
id: string;
|
|
562
630
|
name: string;
|
|
@@ -645,6 +713,23 @@ export declare const MODELS: {
|
|
|
645
713
|
contextWindow: number;
|
|
646
714
|
maxTokens: number;
|
|
647
715
|
};
|
|
716
|
+
readonly "jp.anthropic.claude-opus-4-8": {
|
|
717
|
+
id: string;
|
|
718
|
+
name: string;
|
|
719
|
+
api: "bedrock-converse-stream";
|
|
720
|
+
provider: string;
|
|
721
|
+
baseUrl: string;
|
|
722
|
+
reasoning: true;
|
|
723
|
+
input: ("image" | "text")[];
|
|
724
|
+
cost: {
|
|
725
|
+
input: number;
|
|
726
|
+
output: number;
|
|
727
|
+
cacheRead: number;
|
|
728
|
+
cacheWrite: number;
|
|
729
|
+
};
|
|
730
|
+
contextWindow: number;
|
|
731
|
+
maxTokens: number;
|
|
732
|
+
};
|
|
648
733
|
readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
649
734
|
id: string;
|
|
650
735
|
name: string;
|
|
@@ -1368,6 +1453,23 @@ export declare const MODELS: {
|
|
|
1368
1453
|
contextWindow: number;
|
|
1369
1454
|
maxTokens: number;
|
|
1370
1455
|
};
|
|
1456
|
+
readonly "us.anthropic.claude-opus-4-8": {
|
|
1457
|
+
id: string;
|
|
1458
|
+
name: string;
|
|
1459
|
+
api: "bedrock-converse-stream";
|
|
1460
|
+
provider: string;
|
|
1461
|
+
baseUrl: string;
|
|
1462
|
+
reasoning: true;
|
|
1463
|
+
input: ("image" | "text")[];
|
|
1464
|
+
cost: {
|
|
1465
|
+
input: number;
|
|
1466
|
+
output: number;
|
|
1467
|
+
cacheRead: number;
|
|
1468
|
+
cacheWrite: number;
|
|
1469
|
+
};
|
|
1470
|
+
contextWindow: number;
|
|
1471
|
+
maxTokens: number;
|
|
1472
|
+
};
|
|
1371
1473
|
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1372
1474
|
id: string;
|
|
1373
1475
|
name: string;
|
|
@@ -1858,6 +1960,23 @@ export declare const MODELS: {
|
|
|
1858
1960
|
contextWindow: number;
|
|
1859
1961
|
maxTokens: number;
|
|
1860
1962
|
};
|
|
1963
|
+
readonly "claude-opus-4-8": {
|
|
1964
|
+
id: string;
|
|
1965
|
+
name: string;
|
|
1966
|
+
api: "anthropic-messages";
|
|
1967
|
+
provider: string;
|
|
1968
|
+
baseUrl: string;
|
|
1969
|
+
reasoning: true;
|
|
1970
|
+
input: ("image" | "text")[];
|
|
1971
|
+
cost: {
|
|
1972
|
+
input: number;
|
|
1973
|
+
output: number;
|
|
1974
|
+
cacheRead: number;
|
|
1975
|
+
cacheWrite: number;
|
|
1976
|
+
};
|
|
1977
|
+
contextWindow: number;
|
|
1978
|
+
maxTokens: number;
|
|
1979
|
+
};
|
|
1861
1980
|
readonly "claude-sonnet-4-0": {
|
|
1862
1981
|
id: string;
|
|
1863
1982
|
name: string;
|
|
@@ -2783,23 +2902,6 @@ export declare const MODELS: {
|
|
|
2783
2902
|
contextWindow: number;
|
|
2784
2903
|
maxTokens: number;
|
|
2785
2904
|
};
|
|
2786
|
-
readonly "qwen-3-235b-a22b-instruct-2507": {
|
|
2787
|
-
id: string;
|
|
2788
|
-
name: string;
|
|
2789
|
-
api: "openai-completions";
|
|
2790
|
-
provider: string;
|
|
2791
|
-
baseUrl: string;
|
|
2792
|
-
reasoning: false;
|
|
2793
|
-
input: "text"[];
|
|
2794
|
-
cost: {
|
|
2795
|
-
input: number;
|
|
2796
|
-
output: number;
|
|
2797
|
-
cacheRead: number;
|
|
2798
|
-
cacheWrite: number;
|
|
2799
|
-
};
|
|
2800
|
-
contextWindow: number;
|
|
2801
|
-
maxTokens: number;
|
|
2802
|
-
};
|
|
2803
2905
|
readonly "zai-glm-4.7": {
|
|
2804
2906
|
id: string;
|
|
2805
2907
|
name: string;
|
|
@@ -4154,6 +4256,29 @@ export declare const MODELS: {
|
|
|
4154
4256
|
contextWindow: number;
|
|
4155
4257
|
maxTokens: number;
|
|
4156
4258
|
};
|
|
4259
|
+
readonly "claude-opus-4.8": {
|
|
4260
|
+
id: string;
|
|
4261
|
+
name: string;
|
|
4262
|
+
api: "anthropic-messages";
|
|
4263
|
+
provider: string;
|
|
4264
|
+
baseUrl: string;
|
|
4265
|
+
headers: {
|
|
4266
|
+
"User-Agent": string;
|
|
4267
|
+
"Editor-Version": string;
|
|
4268
|
+
"Editor-Plugin-Version": string;
|
|
4269
|
+
"Copilot-Integration-Id": string;
|
|
4270
|
+
};
|
|
4271
|
+
reasoning: true;
|
|
4272
|
+
input: ("image" | "text")[];
|
|
4273
|
+
cost: {
|
|
4274
|
+
input: number;
|
|
4275
|
+
output: number;
|
|
4276
|
+
cacheRead: number;
|
|
4277
|
+
cacheWrite: number;
|
|
4278
|
+
};
|
|
4279
|
+
contextWindow: number;
|
|
4280
|
+
maxTokens: number;
|
|
4281
|
+
};
|
|
4157
4282
|
readonly "claude-sonnet-4.5": {
|
|
4158
4283
|
id: string;
|
|
4159
4284
|
name: string;
|
|
@@ -7898,6 +8023,23 @@ export declare const MODELS: {
|
|
|
7898
8023
|
contextWindow: number;
|
|
7899
8024
|
maxTokens: number;
|
|
7900
8025
|
};
|
|
8026
|
+
readonly "claude-opus-4-8": {
|
|
8027
|
+
id: string;
|
|
8028
|
+
name: string;
|
|
8029
|
+
api: "anthropic-messages";
|
|
8030
|
+
provider: string;
|
|
8031
|
+
baseUrl: string;
|
|
8032
|
+
reasoning: true;
|
|
8033
|
+
input: ("image" | "text")[];
|
|
8034
|
+
cost: {
|
|
8035
|
+
input: number;
|
|
8036
|
+
output: number;
|
|
8037
|
+
cacheRead: number;
|
|
8038
|
+
cacheWrite: number;
|
|
8039
|
+
};
|
|
8040
|
+
contextWindow: number;
|
|
8041
|
+
maxTokens: number;
|
|
8042
|
+
};
|
|
7901
8043
|
readonly "claude-sonnet-4": {
|
|
7902
8044
|
id: string;
|
|
7903
8045
|
name: string;
|
|
@@ -8458,6 +8600,23 @@ export declare const MODELS: {
|
|
|
8458
8600
|
contextWindow: number;
|
|
8459
8601
|
maxTokens: number;
|
|
8460
8602
|
};
|
|
8603
|
+
readonly "mimo-v2.5-free": {
|
|
8604
|
+
id: string;
|
|
8605
|
+
name: string;
|
|
8606
|
+
api: "openai-completions";
|
|
8607
|
+
provider: string;
|
|
8608
|
+
baseUrl: string;
|
|
8609
|
+
reasoning: true;
|
|
8610
|
+
input: ("image" | "text")[];
|
|
8611
|
+
cost: {
|
|
8612
|
+
input: number;
|
|
8613
|
+
output: number;
|
|
8614
|
+
cacheRead: number;
|
|
8615
|
+
cacheWrite: number;
|
|
8616
|
+
};
|
|
8617
|
+
contextWindow: number;
|
|
8618
|
+
maxTokens: number;
|
|
8619
|
+
};
|
|
8461
8620
|
readonly "minimax-m2.5": {
|
|
8462
8621
|
id: string;
|
|
8463
8622
|
name: string;
|
|
@@ -8777,15 +8936,13 @@ export declare const MODELS: {
|
|
|
8777
8936
|
contextWindow: number;
|
|
8778
8937
|
maxTokens: number;
|
|
8779
8938
|
};
|
|
8780
|
-
|
|
8781
|
-
readonly openrouter: {
|
|
8782
|
-
readonly "ai21/jamba-large-1.7": {
|
|
8939
|
+
readonly "qwen3.7-max": {
|
|
8783
8940
|
id: string;
|
|
8784
8941
|
name: string;
|
|
8785
|
-
api: "
|
|
8942
|
+
api: "anthropic-messages";
|
|
8786
8943
|
provider: string;
|
|
8787
8944
|
baseUrl: string;
|
|
8788
|
-
reasoning:
|
|
8945
|
+
reasoning: true;
|
|
8789
8946
|
input: "text"[];
|
|
8790
8947
|
cost: {
|
|
8791
8948
|
input: number;
|
|
@@ -8796,13 +8953,15 @@ export declare const MODELS: {
|
|
|
8796
8953
|
contextWindow: number;
|
|
8797
8954
|
maxTokens: number;
|
|
8798
8955
|
};
|
|
8799
|
-
|
|
8956
|
+
};
|
|
8957
|
+
readonly openrouter: {
|
|
8958
|
+
readonly "ai21/jamba-large-1.7": {
|
|
8800
8959
|
id: string;
|
|
8801
8960
|
name: string;
|
|
8802
8961
|
api: "openai-completions";
|
|
8803
8962
|
provider: string;
|
|
8804
8963
|
baseUrl: string;
|
|
8805
|
-
reasoning:
|
|
8964
|
+
reasoning: false;
|
|
8806
8965
|
input: "text"[];
|
|
8807
8966
|
cost: {
|
|
8808
8967
|
input: number;
|
|
@@ -9080,7 +9239,7 @@ export declare const MODELS: {
|
|
|
9080
9239
|
contextWindow: number;
|
|
9081
9240
|
maxTokens: number;
|
|
9082
9241
|
};
|
|
9083
|
-
readonly "anthropic/claude-
|
|
9242
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
9084
9243
|
id: string;
|
|
9085
9244
|
name: string;
|
|
9086
9245
|
api: "openai-completions";
|
|
@@ -9097,7 +9256,7 @@ export declare const MODELS: {
|
|
|
9097
9256
|
contextWindow: number;
|
|
9098
9257
|
maxTokens: number;
|
|
9099
9258
|
};
|
|
9100
|
-
readonly "anthropic/claude-
|
|
9259
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
9101
9260
|
id: string;
|
|
9102
9261
|
name: string;
|
|
9103
9262
|
api: "openai-completions";
|
|
@@ -9114,7 +9273,7 @@ export declare const MODELS: {
|
|
|
9114
9273
|
contextWindow: number;
|
|
9115
9274
|
maxTokens: number;
|
|
9116
9275
|
};
|
|
9117
|
-
readonly "anthropic/claude-sonnet-4
|
|
9276
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
9118
9277
|
id: string;
|
|
9119
9278
|
name: string;
|
|
9120
9279
|
api: "openai-completions";
|
|
@@ -9131,14 +9290,14 @@ export declare const MODELS: {
|
|
|
9131
9290
|
contextWindow: number;
|
|
9132
9291
|
maxTokens: number;
|
|
9133
9292
|
};
|
|
9134
|
-
readonly "
|
|
9293
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
9135
9294
|
id: string;
|
|
9136
9295
|
name: string;
|
|
9137
9296
|
api: "openai-completions";
|
|
9138
9297
|
provider: string;
|
|
9139
9298
|
baseUrl: string;
|
|
9140
9299
|
reasoning: true;
|
|
9141
|
-
input: "text"[];
|
|
9300
|
+
input: ("image" | "text")[];
|
|
9142
9301
|
cost: {
|
|
9143
9302
|
input: number;
|
|
9144
9303
|
output: number;
|
|
@@ -9148,14 +9307,14 @@ export declare const MODELS: {
|
|
|
9148
9307
|
contextWindow: number;
|
|
9149
9308
|
maxTokens: number;
|
|
9150
9309
|
};
|
|
9151
|
-
readonly "
|
|
9310
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
9152
9311
|
id: string;
|
|
9153
9312
|
name: string;
|
|
9154
9313
|
api: "openai-completions";
|
|
9155
9314
|
provider: string;
|
|
9156
9315
|
baseUrl: string;
|
|
9157
9316
|
reasoning: true;
|
|
9158
|
-
input: "text"[];
|
|
9317
|
+
input: ("image" | "text")[];
|
|
9159
9318
|
cost: {
|
|
9160
9319
|
input: number;
|
|
9161
9320
|
output: number;
|
|
@@ -9165,7 +9324,7 @@ export declare const MODELS: {
|
|
|
9165
9324
|
contextWindow: number;
|
|
9166
9325
|
maxTokens: number;
|
|
9167
9326
|
};
|
|
9168
|
-
readonly "arcee-ai/trinity-
|
|
9327
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9169
9328
|
id: string;
|
|
9170
9329
|
name: string;
|
|
9171
9330
|
api: "openai-completions";
|
|
@@ -9182,13 +9341,13 @@ export declare const MODELS: {
|
|
|
9182
9341
|
contextWindow: number;
|
|
9183
9342
|
maxTokens: number;
|
|
9184
9343
|
};
|
|
9185
|
-
readonly "arcee-ai/
|
|
9344
|
+
readonly "arcee-ai/trinity-mini": {
|
|
9186
9345
|
id: string;
|
|
9187
9346
|
name: string;
|
|
9188
9347
|
api: "openai-completions";
|
|
9189
9348
|
provider: string;
|
|
9190
9349
|
baseUrl: string;
|
|
9191
|
-
reasoning:
|
|
9350
|
+
reasoning: true;
|
|
9192
9351
|
input: "text"[];
|
|
9193
9352
|
cost: {
|
|
9194
9353
|
input: number;
|
|
@@ -9199,14 +9358,14 @@ export declare const MODELS: {
|
|
|
9199
9358
|
contextWindow: number;
|
|
9200
9359
|
maxTokens: number;
|
|
9201
9360
|
};
|
|
9202
|
-
readonly
|
|
9361
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
9203
9362
|
id: string;
|
|
9204
9363
|
name: string;
|
|
9205
9364
|
api: "openai-completions";
|
|
9206
9365
|
provider: string;
|
|
9207
9366
|
baseUrl: string;
|
|
9208
|
-
reasoning:
|
|
9209
|
-
input:
|
|
9367
|
+
reasoning: false;
|
|
9368
|
+
input: "text"[];
|
|
9210
9369
|
cost: {
|
|
9211
9370
|
input: number;
|
|
9212
9371
|
output: number;
|
|
@@ -9216,14 +9375,14 @@ export declare const MODELS: {
|
|
|
9216
9375
|
contextWindow: number;
|
|
9217
9376
|
maxTokens: number;
|
|
9218
9377
|
};
|
|
9219
|
-
readonly
|
|
9378
|
+
readonly auto: {
|
|
9220
9379
|
id: string;
|
|
9221
9380
|
name: string;
|
|
9222
9381
|
api: "openai-completions";
|
|
9223
9382
|
provider: string;
|
|
9224
9383
|
baseUrl: string;
|
|
9225
9384
|
reasoning: true;
|
|
9226
|
-
input: "text"[];
|
|
9385
|
+
input: ("image" | "text")[];
|
|
9227
9386
|
cost: {
|
|
9228
9387
|
input: number;
|
|
9229
9388
|
output: number;
|
|
@@ -10680,6 +10839,23 @@ export declare const MODELS: {
|
|
|
10680
10839
|
contextWindow: number;
|
|
10681
10840
|
maxTokens: number;
|
|
10682
10841
|
};
|
|
10842
|
+
readonly "moonshotai/kimi-k2.6:free": {
|
|
10843
|
+
id: string;
|
|
10844
|
+
name: string;
|
|
10845
|
+
api: "openai-completions";
|
|
10846
|
+
provider: string;
|
|
10847
|
+
baseUrl: string;
|
|
10848
|
+
reasoning: true;
|
|
10849
|
+
input: ("image" | "text")[];
|
|
10850
|
+
cost: {
|
|
10851
|
+
input: number;
|
|
10852
|
+
output: number;
|
|
10853
|
+
cacheRead: number;
|
|
10854
|
+
cacheWrite: number;
|
|
10855
|
+
};
|
|
10856
|
+
contextWindow: number;
|
|
10857
|
+
maxTokens: number;
|
|
10858
|
+
};
|
|
10683
10859
|
readonly "nex-agi/deepseek-v3.1-nex-n1": {
|
|
10684
10860
|
id: string;
|
|
10685
10861
|
name: string;
|
|
@@ -12824,6 +13000,23 @@ export declare const MODELS: {
|
|
|
12824
13000
|
contextWindow: number;
|
|
12825
13001
|
maxTokens: number;
|
|
12826
13002
|
};
|
|
13003
|
+
readonly "stepfun/step-3.7-flash": {
|
|
13004
|
+
id: string;
|
|
13005
|
+
name: string;
|
|
13006
|
+
api: "openai-completions";
|
|
13007
|
+
provider: string;
|
|
13008
|
+
baseUrl: string;
|
|
13009
|
+
reasoning: true;
|
|
13010
|
+
input: ("image" | "text")[];
|
|
13011
|
+
cost: {
|
|
13012
|
+
input: number;
|
|
13013
|
+
output: number;
|
|
13014
|
+
cacheRead: number;
|
|
13015
|
+
cacheWrite: number;
|
|
13016
|
+
};
|
|
13017
|
+
contextWindow: number;
|
|
13018
|
+
maxTokens: number;
|
|
13019
|
+
};
|
|
12827
13020
|
readonly "tencent/hy3-preview": {
|
|
12828
13021
|
id: string;
|
|
12829
13022
|
name: string;
|
|
@@ -14401,6 +14594,23 @@ export declare const MODELS: {
|
|
|
14401
14594
|
contextWindow: number;
|
|
14402
14595
|
maxTokens: number;
|
|
14403
14596
|
};
|
|
14597
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
14598
|
+
id: string;
|
|
14599
|
+
name: string;
|
|
14600
|
+
api: "anthropic-messages";
|
|
14601
|
+
provider: string;
|
|
14602
|
+
baseUrl: string;
|
|
14603
|
+
reasoning: true;
|
|
14604
|
+
input: ("image" | "text")[];
|
|
14605
|
+
cost: {
|
|
14606
|
+
input: number;
|
|
14607
|
+
output: number;
|
|
14608
|
+
cacheRead: number;
|
|
14609
|
+
cacheWrite: number;
|
|
14610
|
+
};
|
|
14611
|
+
contextWindow: number;
|
|
14612
|
+
maxTokens: number;
|
|
14613
|
+
};
|
|
14404
14614
|
readonly "anthropic/claude-sonnet-4": {
|
|
14405
14615
|
id: string;
|
|
14406
14616
|
name: string;
|