@code-yeongyu/senpi 2026.6.12-2 → 2026.6.14
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 +57 -0
- package/README.md +4 -4
- package/dist/cli/startup-ui.d.ts.map +1 -1
- package/dist/cli/startup-ui.js +19 -14
- package/dist/cli/startup-ui.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +14 -3
- package/dist/config.js.map +1 -1
- 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 +6 -57
- 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/package-manager.d.ts +1 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +31 -17
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/project-trust.js +2 -2
- package/dist/core/project-trust.js.map +1 -1
- package/dist/core/resolve-config-value.d.ts +0 -1
- package/dist/core/resolve-config-value.d.ts.map +1 -1
- package/dist/core/resolve-config-value.js +0 -4
- package/dist/core/resolve-config-value.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/migrations.d.ts.map +1 -1
- package/dist/migrations.js +1 -123
- package/dist/migrations.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 +1 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +39 -15
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/theme.d.ts +12 -8
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +19 -41
- package/dist/modes/interactive/theme/theme.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/dist/utils/version-check.d.ts.map +1 -1
- package/dist/utils/version-check.js +4 -27
- package/dist/utils/version-check.js.map +1 -1
- package/docs/extensions.md +7 -1
- package/docs/models.md +1 -1
- package/docs/providers.md +2 -2
- 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 +216 -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 +410 -304
- 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/index.d.ts +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js +2 -0
- package/node_modules/@earendil-works/pi-tui/dist/index.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-colors.d.ts +8 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-colors.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-colors.js +51 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal-colors.js.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +9 -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 +17 -2
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +152 -18
- 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 +25 -12
- package/package.json +7 -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;
|
|
@@ -8896,6 +8960,7 @@ export declare const MODELS: {
|
|
|
8896
8960
|
baseUrl: string;
|
|
8897
8961
|
compat: {
|
|
8898
8962
|
maxTokensField: "max_tokens";
|
|
8963
|
+
supportsLongCacheRetention: false;
|
|
8899
8964
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8900
8965
|
thinkingFormat: "deepseek";
|
|
8901
8966
|
};
|
|
@@ -8954,6 +9019,7 @@ export declare const MODELS: {
|
|
|
8954
9019
|
baseUrl: string;
|
|
8955
9020
|
compat: {
|
|
8956
9021
|
maxTokensField: "max_tokens";
|
|
9022
|
+
supportsLongCacheRetention: false;
|
|
8957
9023
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8958
9024
|
thinkingFormat: "deepseek";
|
|
8959
9025
|
};
|
|
@@ -9445,6 +9511,7 @@ export declare const MODELS: {
|
|
|
9445
9511
|
baseUrl: string;
|
|
9446
9512
|
compat: {
|
|
9447
9513
|
maxTokensField: "max_tokens";
|
|
9514
|
+
supportsLongCacheRetention: false;
|
|
9448
9515
|
};
|
|
9449
9516
|
reasoning: true;
|
|
9450
9517
|
input: ("image" | "text")[];
|
|
@@ -9467,6 +9534,7 @@ export declare const MODELS: {
|
|
|
9467
9534
|
thinkingFormat: "deepseek";
|
|
9468
9535
|
supportsReasoningEffort: false;
|
|
9469
9536
|
maxTokensField: "max_tokens";
|
|
9537
|
+
supportsLongCacheRetention: false;
|
|
9470
9538
|
};
|
|
9471
9539
|
reasoning: true;
|
|
9472
9540
|
input: ("image" | "text")[];
|
|
@@ -9527,6 +9595,7 @@ export declare const MODELS: {
|
|
|
9527
9595
|
baseUrl: string;
|
|
9528
9596
|
compat: {
|
|
9529
9597
|
maxTokensField: "max_tokens";
|
|
9598
|
+
supportsLongCacheRetention: false;
|
|
9530
9599
|
};
|
|
9531
9600
|
reasoning: true;
|
|
9532
9601
|
input: "text"[];
|
|
@@ -9713,26 +9782,6 @@ export declare const MODELS: {
|
|
|
9713
9782
|
contextWindow: number;
|
|
9714
9783
|
maxTokens: number;
|
|
9715
9784
|
};
|
|
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
9785
|
readonly "kimi-k2.6": {
|
|
9737
9786
|
id: string;
|
|
9738
9787
|
name: string;
|
|
@@ -9743,6 +9792,7 @@ export declare const MODELS: {
|
|
|
9743
9792
|
thinkingFormat: "deepseek";
|
|
9744
9793
|
supportsReasoningEffort: false;
|
|
9745
9794
|
maxTokensField: "max_tokens";
|
|
9795
|
+
supportsLongCacheRetention: false;
|
|
9746
9796
|
};
|
|
9747
9797
|
reasoning: true;
|
|
9748
9798
|
thinkingLevelMap: {
|
|
@@ -9760,7 +9810,7 @@ export declare const MODELS: {
|
|
|
9760
9810
|
contextWindow: number;
|
|
9761
9811
|
maxTokens: number;
|
|
9762
9812
|
};
|
|
9763
|
-
readonly "
|
|
9813
|
+
readonly "kimi-k2.7-code": {
|
|
9764
9814
|
id: string;
|
|
9765
9815
|
name: string;
|
|
9766
9816
|
api: "openai-completions";
|
|
@@ -9780,7 +9830,7 @@ export declare const MODELS: {
|
|
|
9780
9830
|
contextWindow: number;
|
|
9781
9831
|
maxTokens: number;
|
|
9782
9832
|
};
|
|
9783
|
-
readonly "mimo-v2.5
|
|
9833
|
+
readonly "mimo-v2.5": {
|
|
9784
9834
|
id: string;
|
|
9785
9835
|
name: string;
|
|
9786
9836
|
api: "openai-completions";
|
|
@@ -9790,7 +9840,7 @@ export declare const MODELS: {
|
|
|
9790
9840
|
maxTokensField: "max_tokens";
|
|
9791
9841
|
};
|
|
9792
9842
|
reasoning: true;
|
|
9793
|
-
input: "text"[];
|
|
9843
|
+
input: ("image" | "text")[];
|
|
9794
9844
|
cost: {
|
|
9795
9845
|
input: number;
|
|
9796
9846
|
output: number;
|
|
@@ -9800,12 +9850,15 @@ export declare const MODELS: {
|
|
|
9800
9850
|
contextWindow: number;
|
|
9801
9851
|
maxTokens: number;
|
|
9802
9852
|
};
|
|
9803
|
-
readonly "
|
|
9853
|
+
readonly "mimo-v2.5-pro": {
|
|
9804
9854
|
id: string;
|
|
9805
9855
|
name: string;
|
|
9806
|
-
api: "
|
|
9856
|
+
api: "openai-completions";
|
|
9807
9857
|
provider: string;
|
|
9808
9858
|
baseUrl: string;
|
|
9859
|
+
compat: {
|
|
9860
|
+
maxTokensField: "max_tokens";
|
|
9861
|
+
};
|
|
9809
9862
|
reasoning: true;
|
|
9810
9863
|
input: "text"[];
|
|
9811
9864
|
cost: {
|
|
@@ -11673,6 +11726,23 @@ export declare const MODELS: {
|
|
|
11673
11726
|
contextWindow: number;
|
|
11674
11727
|
maxTokens: number;
|
|
11675
11728
|
};
|
|
11729
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
11730
|
+
id: string;
|
|
11731
|
+
name: string;
|
|
11732
|
+
api: "openai-completions";
|
|
11733
|
+
provider: string;
|
|
11734
|
+
baseUrl: string;
|
|
11735
|
+
reasoning: true;
|
|
11736
|
+
input: ("image" | "text")[];
|
|
11737
|
+
cost: {
|
|
11738
|
+
input: number;
|
|
11739
|
+
output: number;
|
|
11740
|
+
cacheRead: number;
|
|
11741
|
+
cacheWrite: number;
|
|
11742
|
+
};
|
|
11743
|
+
contextWindow: number;
|
|
11744
|
+
maxTokens: number;
|
|
11745
|
+
};
|
|
11676
11746
|
readonly "nex-agi/nex-n2-pro:free": {
|
|
11677
11747
|
id: string;
|
|
11678
11748
|
name: string;
|
|
@@ -14312,6 +14382,37 @@ export declare const MODELS: {
|
|
|
14312
14382
|
contextWindow: number;
|
|
14313
14383
|
maxTokens: number;
|
|
14314
14384
|
};
|
|
14385
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
14386
|
+
id: string;
|
|
14387
|
+
name: string;
|
|
14388
|
+
api: "openai-completions";
|
|
14389
|
+
provider: string;
|
|
14390
|
+
baseUrl: string;
|
|
14391
|
+
compat: {
|
|
14392
|
+
supportsStore: false;
|
|
14393
|
+
supportsDeveloperRole: false;
|
|
14394
|
+
supportsReasoningEffort: false;
|
|
14395
|
+
maxTokensField: "max_tokens";
|
|
14396
|
+
supportsStrictMode: false;
|
|
14397
|
+
supportsLongCacheRetention: false;
|
|
14398
|
+
thinkingFormat: "together";
|
|
14399
|
+
};
|
|
14400
|
+
reasoning: true;
|
|
14401
|
+
thinkingLevelMap: {
|
|
14402
|
+
minimal: null;
|
|
14403
|
+
low: null;
|
|
14404
|
+
medium: null;
|
|
14405
|
+
};
|
|
14406
|
+
input: ("image" | "text")[];
|
|
14407
|
+
cost: {
|
|
14408
|
+
input: number;
|
|
14409
|
+
output: number;
|
|
14410
|
+
cacheRead: number;
|
|
14411
|
+
cacheWrite: number;
|
|
14412
|
+
};
|
|
14413
|
+
contextWindow: number;
|
|
14414
|
+
maxTokens: number;
|
|
14415
|
+
};
|
|
14315
14416
|
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
14316
14417
|
id: string;
|
|
14317
14418
|
name: string;
|
|
@@ -15188,30 +15289,6 @@ export declare const MODELS: {
|
|
|
15188
15289
|
contextWindow: number;
|
|
15189
15290
|
maxTokens: number;
|
|
15190
15291
|
};
|
|
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
15292
|
readonly "anthropic/claude-haiku-4.5": {
|
|
15216
15293
|
id: string;
|
|
15217
15294
|
name: string;
|
|
@@ -16391,6 +16468,23 @@ export declare const MODELS: {
|
|
|
16391
16468
|
contextWindow: number;
|
|
16392
16469
|
maxTokens: number;
|
|
16393
16470
|
};
|
|
16471
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
16472
|
+
id: string;
|
|
16473
|
+
name: string;
|
|
16474
|
+
api: "anthropic-messages";
|
|
16475
|
+
provider: string;
|
|
16476
|
+
baseUrl: string;
|
|
16477
|
+
reasoning: true;
|
|
16478
|
+
input: ("image" | "text")[];
|
|
16479
|
+
cost: {
|
|
16480
|
+
input: number;
|
|
16481
|
+
output: number;
|
|
16482
|
+
cacheRead: number;
|
|
16483
|
+
cacheWrite: number;
|
|
16484
|
+
};
|
|
16485
|
+
contextWindow: number;
|
|
16486
|
+
maxTokens: number;
|
|
16487
|
+
};
|
|
16394
16488
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
16395
16489
|
id: string;
|
|
16396
16490
|
name: string;
|
|
@@ -18351,6 +18445,28 @@ export declare const MODELS: {
|
|
|
18351
18445
|
contextWindow: number;
|
|
18352
18446
|
maxTokens: number;
|
|
18353
18447
|
};
|
|
18448
|
+
readonly "glm-5.2": {
|
|
18449
|
+
id: string;
|
|
18450
|
+
name: string;
|
|
18451
|
+
api: "openai-completions";
|
|
18452
|
+
provider: string;
|
|
18453
|
+
baseUrl: string;
|
|
18454
|
+
compat: {
|
|
18455
|
+
supportsDeveloperRole: false;
|
|
18456
|
+
thinkingFormat: "zai";
|
|
18457
|
+
zaiToolStream: true;
|
|
18458
|
+
};
|
|
18459
|
+
reasoning: true;
|
|
18460
|
+
input: "text"[];
|
|
18461
|
+
cost: {
|
|
18462
|
+
input: number;
|
|
18463
|
+
output: number;
|
|
18464
|
+
cacheRead: number;
|
|
18465
|
+
cacheWrite: number;
|
|
18466
|
+
};
|
|
18467
|
+
contextWindow: number;
|
|
18468
|
+
maxTokens: number;
|
|
18469
|
+
};
|
|
18354
18470
|
readonly "glm-5v-turbo": {
|
|
18355
18471
|
id: string;
|
|
18356
18472
|
name: string;
|
|
@@ -18462,6 +18578,28 @@ export declare const MODELS: {
|
|
|
18462
18578
|
contextWindow: number;
|
|
18463
18579
|
maxTokens: number;
|
|
18464
18580
|
};
|
|
18581
|
+
readonly "glm-5.2": {
|
|
18582
|
+
id: string;
|
|
18583
|
+
name: string;
|
|
18584
|
+
api: "openai-completions";
|
|
18585
|
+
provider: string;
|
|
18586
|
+
baseUrl: string;
|
|
18587
|
+
compat: {
|
|
18588
|
+
supportsDeveloperRole: false;
|
|
18589
|
+
thinkingFormat: "zai";
|
|
18590
|
+
zaiToolStream: true;
|
|
18591
|
+
};
|
|
18592
|
+
reasoning: true;
|
|
18593
|
+
input: "text"[];
|
|
18594
|
+
cost: {
|
|
18595
|
+
input: number;
|
|
18596
|
+
output: number;
|
|
18597
|
+
cacheRead: number;
|
|
18598
|
+
cacheWrite: number;
|
|
18599
|
+
};
|
|
18600
|
+
contextWindow: number;
|
|
18601
|
+
maxTokens: number;
|
|
18602
|
+
};
|
|
18465
18603
|
readonly "glm-5v-turbo": {
|
|
18466
18604
|
id: string;
|
|
18467
18605
|
name: string;
|