@code-yeongyu/senpi 2026.6.12-2 → 2026.6.13
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 +40 -0
- package/README.md +4 -4
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +3 -2
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.d.ts +3 -0
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.d.ts.map +1 -0
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.js +10 -0
- package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.js.map +1 -0
- package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.js +12 -0
- package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/settings.js +1 -0
- package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +2 -0
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/model-resolver.d.ts +1 -1
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js +23 -1
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/project-trust.js +2 -2
- package/dist/core/project-trust.js.map +1 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +11 -2
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/trust-manager.d.ts +8 -3
- package/dist/core/trust-manager.d.ts.map +1 -1
- package/dist/core/trust-manager.js +26 -11
- package/dist/core/trust-manager.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +9 -5
- package/dist/main.js.map +1 -1
- package/dist/modes/interactive/aborted-error-label.d.ts +2 -0
- package/dist/modes/interactive/aborted-error-label.d.ts.map +1 -0
- package/dist/modes/interactive/aborted-error-label.js +8 -0
- package/dist/modes/interactive/aborted-error-label.js.map +1 -0
- package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/trust-selector.js +4 -4
- package/dist/modes/interactive/components/trust-selector.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +6 -13
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/print-mode.d.ts.map +1 -1
- package/dist/modes/print-mode.js +1 -1
- package/dist/modes/print-mode.js.map +1 -1
- package/dist/modes/rpc/event-output-buffer.d.ts +10 -0
- package/dist/modes/rpc/event-output-buffer.d.ts.map +1 -0
- package/dist/modes/rpc/event-output-buffer.js +27 -0
- package/dist/modes/rpc/event-output-buffer.js.map +1 -0
- package/dist/modes/rpc/jsonl.d.ts.map +1 -1
- package/dist/modes/rpc/jsonl.js +9 -11
- package/dist/modes/rpc/jsonl.js.map +1 -1
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js +17 -7
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/dist/package-manager-cli.d.ts.map +1 -1
- package/dist/package-manager-cli.js +10 -3
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/utils/shell.d.ts.map +1 -1
- package/dist/utils/shell.js +14 -0
- package/dist/utils/shell.js.map +1 -1
- package/docs/security.md +9 -5
- package/docs/settings.md +3 -3
- package/docs/usage.md +4 -4
- 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/@earendil-works/pi-agent-core/dist/agent-loop.js +8 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +6 -1
- 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/dist/models.generated.d.ts +210 -78
- 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 +402 -296
- 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 +29 -16
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.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 +3 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +7 -0
- 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/event-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +15 -21
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +1 -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 +3 -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/components/editor.d.ts +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 +31 -20
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts +2 -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 +18 -2
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +2 -2
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +15 -8
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts +2 -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 +72 -16
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +5 -5
|
@@ -3995,6 +3995,26 @@ export declare const MODELS: {
|
|
|
3995
3995
|
contextWindow: number;
|
|
3996
3996
|
maxTokens: number;
|
|
3997
3997
|
};
|
|
3998
|
+
readonly "@cf/moonshotai/kimi-k2.7-code": {
|
|
3999
|
+
id: string;
|
|
4000
|
+
name: string;
|
|
4001
|
+
api: "openai-completions";
|
|
4002
|
+
provider: string;
|
|
4003
|
+
baseUrl: string;
|
|
4004
|
+
compat: {
|
|
4005
|
+
sendSessionAffinityHeaders: true;
|
|
4006
|
+
};
|
|
4007
|
+
reasoning: true;
|
|
4008
|
+
input: ("image" | "text")[];
|
|
4009
|
+
cost: {
|
|
4010
|
+
input: number;
|
|
4011
|
+
output: number;
|
|
4012
|
+
cacheRead: number;
|
|
4013
|
+
cacheWrite: number;
|
|
4014
|
+
};
|
|
4015
|
+
contextWindow: number;
|
|
4016
|
+
maxTokens: number;
|
|
4017
|
+
};
|
|
3998
4018
|
readonly "@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3999
4019
|
id: string;
|
|
4000
4020
|
name: string;
|
|
@@ -4270,7 +4290,7 @@ export declare const MODELS: {
|
|
|
4270
4290
|
contextWindow: number;
|
|
4271
4291
|
maxTokens: number;
|
|
4272
4292
|
};
|
|
4273
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4293
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4274
4294
|
id: string;
|
|
4275
4295
|
name: string;
|
|
4276
4296
|
api: "anthropic-messages";
|
|
@@ -4293,7 +4313,7 @@ export declare const MODELS: {
|
|
|
4293
4313
|
contextWindow: number;
|
|
4294
4314
|
maxTokens: number;
|
|
4295
4315
|
};
|
|
4296
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4316
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4297
4317
|
id: string;
|
|
4298
4318
|
name: string;
|
|
4299
4319
|
api: "anthropic-messages";
|
|
@@ -4316,7 +4336,7 @@ export declare const MODELS: {
|
|
|
4316
4336
|
contextWindow: number;
|
|
4317
4337
|
maxTokens: number;
|
|
4318
4338
|
};
|
|
4319
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4339
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4320
4340
|
id: string;
|
|
4321
4341
|
name: string;
|
|
4322
4342
|
api: "anthropic-messages";
|
|
@@ -4339,7 +4359,7 @@ export declare const MODELS: {
|
|
|
4339
4359
|
contextWindow: number;
|
|
4340
4360
|
maxTokens: number;
|
|
4341
4361
|
};
|
|
4342
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4362
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4343
4363
|
id: string;
|
|
4344
4364
|
name: string;
|
|
4345
4365
|
api: "anthropic-messages";
|
|
@@ -4362,7 +4382,7 @@ export declare const MODELS: {
|
|
|
4362
4382
|
contextWindow: number;
|
|
4363
4383
|
maxTokens: number;
|
|
4364
4384
|
};
|
|
4365
|
-
readonly "accounts/fireworks/models/
|
|
4385
|
+
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4366
4386
|
id: string;
|
|
4367
4387
|
name: string;
|
|
4368
4388
|
api: "anthropic-messages";
|
|
@@ -4454,6 +4474,29 @@ export declare const MODELS: {
|
|
|
4454
4474
|
contextWindow: number;
|
|
4455
4475
|
maxTokens: number;
|
|
4456
4476
|
};
|
|
4477
|
+
readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4478
|
+
id: string;
|
|
4479
|
+
name: string;
|
|
4480
|
+
api: "anthropic-messages";
|
|
4481
|
+
provider: string;
|
|
4482
|
+
baseUrl: string;
|
|
4483
|
+
compat: {
|
|
4484
|
+
sendSessionAffinityHeaders: true;
|
|
4485
|
+
supportsEagerToolInputStreaming: false;
|
|
4486
|
+
supportsCacheControlOnTools: false;
|
|
4487
|
+
supportsLongCacheRetention: false;
|
|
4488
|
+
};
|
|
4489
|
+
reasoning: true;
|
|
4490
|
+
input: ("image" | "text")[];
|
|
4491
|
+
cost: {
|
|
4492
|
+
input: number;
|
|
4493
|
+
output: number;
|
|
4494
|
+
cacheRead: number;
|
|
4495
|
+
cacheWrite: number;
|
|
4496
|
+
};
|
|
4497
|
+
contextWindow: number;
|
|
4498
|
+
maxTokens: number;
|
|
4499
|
+
};
|
|
4457
4500
|
};
|
|
4458
4501
|
readonly "github-copilot": {
|
|
4459
4502
|
readonly "claude-fable-5": {
|
|
@@ -6230,6 +6273,26 @@ export declare const MODELS: {
|
|
|
6230
6273
|
};
|
|
6231
6274
|
};
|
|
6232
6275
|
readonly "kimi-coding": {
|
|
6276
|
+
readonly k2p7: {
|
|
6277
|
+
id: string;
|
|
6278
|
+
name: string;
|
|
6279
|
+
api: "anthropic-messages";
|
|
6280
|
+
provider: string;
|
|
6281
|
+
baseUrl: string;
|
|
6282
|
+
headers: {
|
|
6283
|
+
"User-Agent": string;
|
|
6284
|
+
};
|
|
6285
|
+
reasoning: true;
|
|
6286
|
+
input: ("image" | "text")[];
|
|
6287
|
+
cost: {
|
|
6288
|
+
input: number;
|
|
6289
|
+
output: number;
|
|
6290
|
+
cacheRead: number;
|
|
6291
|
+
cacheWrite: number;
|
|
6292
|
+
};
|
|
6293
|
+
contextWindow: number;
|
|
6294
|
+
maxTokens: number;
|
|
6295
|
+
};
|
|
6233
6296
|
readonly "kimi-for-coding": {
|
|
6234
6297
|
id: string;
|
|
6235
6298
|
name: string;
|
|
@@ -7065,6 +7128,31 @@ export declare const MODELS: {
|
|
|
7065
7128
|
contextWindow: number;
|
|
7066
7129
|
maxTokens: number;
|
|
7067
7130
|
};
|
|
7131
|
+
readonly "kimi-k2.7-code": {
|
|
7132
|
+
id: string;
|
|
7133
|
+
name: string;
|
|
7134
|
+
api: "openai-completions";
|
|
7135
|
+
provider: string;
|
|
7136
|
+
baseUrl: string;
|
|
7137
|
+
compat: {
|
|
7138
|
+
supportsStore: false;
|
|
7139
|
+
supportsDeveloperRole: false;
|
|
7140
|
+
supportsReasoningEffort: false;
|
|
7141
|
+
maxTokensField: "max_tokens";
|
|
7142
|
+
supportsStrictMode: false;
|
|
7143
|
+
thinkingFormat: "deepseek";
|
|
7144
|
+
};
|
|
7145
|
+
reasoning: true;
|
|
7146
|
+
input: ("image" | "text")[];
|
|
7147
|
+
cost: {
|
|
7148
|
+
input: number;
|
|
7149
|
+
output: number;
|
|
7150
|
+
cacheRead: number;
|
|
7151
|
+
cacheWrite: number;
|
|
7152
|
+
};
|
|
7153
|
+
contextWindow: number;
|
|
7154
|
+
maxTokens: number;
|
|
7155
|
+
};
|
|
7068
7156
|
};
|
|
7069
7157
|
readonly "moonshotai-cn": {
|
|
7070
7158
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -8688,30 +8776,6 @@ export declare const MODELS: {
|
|
|
8688
8776
|
contextWindow: number;
|
|
8689
8777
|
maxTokens: number;
|
|
8690
8778
|
};
|
|
8691
|
-
readonly "claude-fable-5": {
|
|
8692
|
-
id: string;
|
|
8693
|
-
name: string;
|
|
8694
|
-
api: "anthropic-messages";
|
|
8695
|
-
provider: string;
|
|
8696
|
-
baseUrl: string;
|
|
8697
|
-
compat: {
|
|
8698
|
-
forceAdaptiveThinking: true;
|
|
8699
|
-
};
|
|
8700
|
-
reasoning: true;
|
|
8701
|
-
thinkingLevelMap: {
|
|
8702
|
-
off: null;
|
|
8703
|
-
xhigh: string;
|
|
8704
|
-
};
|
|
8705
|
-
input: ("image" | "text")[];
|
|
8706
|
-
cost: {
|
|
8707
|
-
input: number;
|
|
8708
|
-
output: number;
|
|
8709
|
-
cacheRead: number;
|
|
8710
|
-
cacheWrite: number;
|
|
8711
|
-
};
|
|
8712
|
-
contextWindow: number;
|
|
8713
|
-
maxTokens: number;
|
|
8714
|
-
};
|
|
8715
8779
|
readonly "claude-haiku-4-5": {
|
|
8716
8780
|
id: string;
|
|
8717
8781
|
name: string;
|
|
@@ -9713,26 +9777,6 @@ export declare const MODELS: {
|
|
|
9713
9777
|
contextWindow: number;
|
|
9714
9778
|
maxTokens: number;
|
|
9715
9779
|
};
|
|
9716
|
-
readonly "kimi-k2.5": {
|
|
9717
|
-
id: string;
|
|
9718
|
-
name: string;
|
|
9719
|
-
api: "openai-completions";
|
|
9720
|
-
provider: string;
|
|
9721
|
-
baseUrl: string;
|
|
9722
|
-
compat: {
|
|
9723
|
-
maxTokensField: "max_tokens";
|
|
9724
|
-
};
|
|
9725
|
-
reasoning: true;
|
|
9726
|
-
input: ("image" | "text")[];
|
|
9727
|
-
cost: {
|
|
9728
|
-
input: number;
|
|
9729
|
-
output: number;
|
|
9730
|
-
cacheRead: number;
|
|
9731
|
-
cacheWrite: number;
|
|
9732
|
-
};
|
|
9733
|
-
contextWindow: number;
|
|
9734
|
-
maxTokens: number;
|
|
9735
|
-
};
|
|
9736
9780
|
readonly "kimi-k2.6": {
|
|
9737
9781
|
id: string;
|
|
9738
9782
|
name: string;
|
|
@@ -9760,7 +9804,7 @@ export declare const MODELS: {
|
|
|
9760
9804
|
contextWindow: number;
|
|
9761
9805
|
maxTokens: number;
|
|
9762
9806
|
};
|
|
9763
|
-
readonly "
|
|
9807
|
+
readonly "kimi-k2.7-code": {
|
|
9764
9808
|
id: string;
|
|
9765
9809
|
name: string;
|
|
9766
9810
|
api: "openai-completions";
|
|
@@ -9780,7 +9824,7 @@ export declare const MODELS: {
|
|
|
9780
9824
|
contextWindow: number;
|
|
9781
9825
|
maxTokens: number;
|
|
9782
9826
|
};
|
|
9783
|
-
readonly "mimo-v2.5
|
|
9827
|
+
readonly "mimo-v2.5": {
|
|
9784
9828
|
id: string;
|
|
9785
9829
|
name: string;
|
|
9786
9830
|
api: "openai-completions";
|
|
@@ -9790,7 +9834,7 @@ export declare const MODELS: {
|
|
|
9790
9834
|
maxTokensField: "max_tokens";
|
|
9791
9835
|
};
|
|
9792
9836
|
reasoning: true;
|
|
9793
|
-
input: "text"[];
|
|
9837
|
+
input: ("image" | "text")[];
|
|
9794
9838
|
cost: {
|
|
9795
9839
|
input: number;
|
|
9796
9840
|
output: number;
|
|
@@ -9800,12 +9844,15 @@ export declare const MODELS: {
|
|
|
9800
9844
|
contextWindow: number;
|
|
9801
9845
|
maxTokens: number;
|
|
9802
9846
|
};
|
|
9803
|
-
readonly "
|
|
9847
|
+
readonly "mimo-v2.5-pro": {
|
|
9804
9848
|
id: string;
|
|
9805
9849
|
name: string;
|
|
9806
|
-
api: "
|
|
9850
|
+
api: "openai-completions";
|
|
9807
9851
|
provider: string;
|
|
9808
9852
|
baseUrl: string;
|
|
9853
|
+
compat: {
|
|
9854
|
+
maxTokensField: "max_tokens";
|
|
9855
|
+
};
|
|
9809
9856
|
reasoning: true;
|
|
9810
9857
|
input: "text"[];
|
|
9811
9858
|
cost: {
|
|
@@ -11673,6 +11720,23 @@ export declare const MODELS: {
|
|
|
11673
11720
|
contextWindow: number;
|
|
11674
11721
|
maxTokens: number;
|
|
11675
11722
|
};
|
|
11723
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
11724
|
+
id: string;
|
|
11725
|
+
name: string;
|
|
11726
|
+
api: "openai-completions";
|
|
11727
|
+
provider: string;
|
|
11728
|
+
baseUrl: string;
|
|
11729
|
+
reasoning: true;
|
|
11730
|
+
input: ("image" | "text")[];
|
|
11731
|
+
cost: {
|
|
11732
|
+
input: number;
|
|
11733
|
+
output: number;
|
|
11734
|
+
cacheRead: number;
|
|
11735
|
+
cacheWrite: number;
|
|
11736
|
+
};
|
|
11737
|
+
contextWindow: number;
|
|
11738
|
+
maxTokens: number;
|
|
11739
|
+
};
|
|
11676
11740
|
readonly "nex-agi/nex-n2-pro:free": {
|
|
11677
11741
|
id: string;
|
|
11678
11742
|
name: string;
|
|
@@ -14312,6 +14376,37 @@ export declare const MODELS: {
|
|
|
14312
14376
|
contextWindow: number;
|
|
14313
14377
|
maxTokens: number;
|
|
14314
14378
|
};
|
|
14379
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
14380
|
+
id: string;
|
|
14381
|
+
name: string;
|
|
14382
|
+
api: "openai-completions";
|
|
14383
|
+
provider: string;
|
|
14384
|
+
baseUrl: string;
|
|
14385
|
+
compat: {
|
|
14386
|
+
supportsStore: false;
|
|
14387
|
+
supportsDeveloperRole: false;
|
|
14388
|
+
supportsReasoningEffort: false;
|
|
14389
|
+
maxTokensField: "max_tokens";
|
|
14390
|
+
supportsStrictMode: false;
|
|
14391
|
+
supportsLongCacheRetention: false;
|
|
14392
|
+
thinkingFormat: "together";
|
|
14393
|
+
};
|
|
14394
|
+
reasoning: true;
|
|
14395
|
+
thinkingLevelMap: {
|
|
14396
|
+
minimal: null;
|
|
14397
|
+
low: null;
|
|
14398
|
+
medium: null;
|
|
14399
|
+
};
|
|
14400
|
+
input: ("image" | "text")[];
|
|
14401
|
+
cost: {
|
|
14402
|
+
input: number;
|
|
14403
|
+
output: number;
|
|
14404
|
+
cacheRead: number;
|
|
14405
|
+
cacheWrite: number;
|
|
14406
|
+
};
|
|
14407
|
+
contextWindow: number;
|
|
14408
|
+
maxTokens: number;
|
|
14409
|
+
};
|
|
14315
14410
|
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
14316
14411
|
id: string;
|
|
14317
14412
|
name: string;
|
|
@@ -15188,30 +15283,6 @@ export declare const MODELS: {
|
|
|
15188
15283
|
contextWindow: number;
|
|
15189
15284
|
maxTokens: number;
|
|
15190
15285
|
};
|
|
15191
|
-
readonly "anthropic/claude-fable-5": {
|
|
15192
|
-
id: string;
|
|
15193
|
-
name: string;
|
|
15194
|
-
api: "anthropic-messages";
|
|
15195
|
-
provider: string;
|
|
15196
|
-
baseUrl: string;
|
|
15197
|
-
compat: {
|
|
15198
|
-
forceAdaptiveThinking: true;
|
|
15199
|
-
};
|
|
15200
|
-
reasoning: true;
|
|
15201
|
-
thinkingLevelMap: {
|
|
15202
|
-
off: null;
|
|
15203
|
-
xhigh: string;
|
|
15204
|
-
};
|
|
15205
|
-
input: ("image" | "text")[];
|
|
15206
|
-
cost: {
|
|
15207
|
-
input: number;
|
|
15208
|
-
output: number;
|
|
15209
|
-
cacheRead: number;
|
|
15210
|
-
cacheWrite: number;
|
|
15211
|
-
};
|
|
15212
|
-
contextWindow: number;
|
|
15213
|
-
maxTokens: number;
|
|
15214
|
-
};
|
|
15215
15286
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15216
15287
|
id: string;
|
|
15217
15288
|
name: string;
|
|
@@ -16391,6 +16462,23 @@ export declare const MODELS: {
|
|
|
16391
16462
|
contextWindow: number;
|
|
16392
16463
|
maxTokens: number;
|
|
16393
16464
|
};
|
|
16465
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
16466
|
+
id: string;
|
|
16467
|
+
name: string;
|
|
16468
|
+
api: "anthropic-messages";
|
|
16469
|
+
provider: string;
|
|
16470
|
+
baseUrl: string;
|
|
16471
|
+
reasoning: true;
|
|
16472
|
+
input: ("image" | "text")[];
|
|
16473
|
+
cost: {
|
|
16474
|
+
input: number;
|
|
16475
|
+
output: number;
|
|
16476
|
+
cacheRead: number;
|
|
16477
|
+
cacheWrite: number;
|
|
16478
|
+
};
|
|
16479
|
+
contextWindow: number;
|
|
16480
|
+
maxTokens: number;
|
|
16481
|
+
};
|
|
16394
16482
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
16395
16483
|
id: string;
|
|
16396
16484
|
name: string;
|
|
@@ -18351,6 +18439,28 @@ export declare const MODELS: {
|
|
|
18351
18439
|
contextWindow: number;
|
|
18352
18440
|
maxTokens: number;
|
|
18353
18441
|
};
|
|
18442
|
+
readonly "glm-5.2": {
|
|
18443
|
+
id: string;
|
|
18444
|
+
name: string;
|
|
18445
|
+
api: "openai-completions";
|
|
18446
|
+
provider: string;
|
|
18447
|
+
baseUrl: string;
|
|
18448
|
+
compat: {
|
|
18449
|
+
supportsDeveloperRole: false;
|
|
18450
|
+
thinkingFormat: "zai";
|
|
18451
|
+
zaiToolStream: true;
|
|
18452
|
+
};
|
|
18453
|
+
reasoning: true;
|
|
18454
|
+
input: "text"[];
|
|
18455
|
+
cost: {
|
|
18456
|
+
input: number;
|
|
18457
|
+
output: number;
|
|
18458
|
+
cacheRead: number;
|
|
18459
|
+
cacheWrite: number;
|
|
18460
|
+
};
|
|
18461
|
+
contextWindow: number;
|
|
18462
|
+
maxTokens: number;
|
|
18463
|
+
};
|
|
18354
18464
|
readonly "glm-5v-turbo": {
|
|
18355
18465
|
id: string;
|
|
18356
18466
|
name: string;
|
|
@@ -18462,6 +18572,28 @@ export declare const MODELS: {
|
|
|
18462
18572
|
contextWindow: number;
|
|
18463
18573
|
maxTokens: number;
|
|
18464
18574
|
};
|
|
18575
|
+
readonly "glm-5.2": {
|
|
18576
|
+
id: string;
|
|
18577
|
+
name: string;
|
|
18578
|
+
api: "openai-completions";
|
|
18579
|
+
provider: string;
|
|
18580
|
+
baseUrl: string;
|
|
18581
|
+
compat: {
|
|
18582
|
+
supportsDeveloperRole: false;
|
|
18583
|
+
thinkingFormat: "zai";
|
|
18584
|
+
zaiToolStream: true;
|
|
18585
|
+
};
|
|
18586
|
+
reasoning: true;
|
|
18587
|
+
input: "text"[];
|
|
18588
|
+
cost: {
|
|
18589
|
+
input: number;
|
|
18590
|
+
output: number;
|
|
18591
|
+
cacheRead: number;
|
|
18592
|
+
cacheWrite: number;
|
|
18593
|
+
};
|
|
18594
|
+
contextWindow: number;
|
|
18595
|
+
maxTokens: number;
|
|
18596
|
+
};
|
|
18465
18597
|
readonly "glm-5v-turbo": {
|
|
18466
18598
|
id: string;
|
|
18467
18599
|
name: string;
|