@code-yeongyu/senpi 2026.6.10-2 → 2026.6.12-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/cli/startup-ui.d.ts +10 -0
  3. package/dist/cli/startup-ui.d.ts.map +1 -1
  4. package/dist/cli/startup-ui.js +72 -1
  5. package/dist/cli/startup-ui.js.map +1 -1
  6. package/dist/core/bash-executor.d.ts.map +1 -1
  7. package/dist/core/bash-executor.js +31 -7
  8. package/dist/core/bash-executor.js.map +1 -1
  9. package/dist/core/extensions/types.d.ts +1 -0
  10. package/dist/core/extensions/types.d.ts.map +1 -1
  11. package/dist/core/extensions/types.js.map +1 -1
  12. package/dist/core/model-resolver.d.ts +1 -0
  13. package/dist/core/model-resolver.d.ts.map +1 -1
  14. package/dist/core/model-resolver.js +20 -5
  15. package/dist/core/model-resolver.js.map +1 -1
  16. package/dist/core/settings-manager.d.ts +6 -0
  17. package/dist/core/settings-manager.d.ts.map +1 -1
  18. package/dist/core/settings-manager.js +17 -0
  19. package/dist/core/settings-manager.js.map +1 -1
  20. package/dist/core/tools/output-accumulator.d.ts +3 -5
  21. package/dist/core/tools/output-accumulator.d.ts.map +1 -1
  22. package/dist/core/tools/output-accumulator.js +38 -34
  23. package/dist/core/tools/output-accumulator.js.map +1 -1
  24. package/dist/core/tools/tail-window.d.ts +15 -0
  25. package/dist/core/tools/tail-window.d.ts.map +1 -0
  26. package/dist/core/tools/tail-window.js +75 -0
  27. package/dist/core/tools/tail-window.js.map +1 -0
  28. package/dist/main.d.ts.map +1 -1
  29. package/dist/main.js +8 -1
  30. package/dist/main.js.map +1 -1
  31. package/dist/modes/interactive/components/first-time-setup.d.ts +25 -0
  32. package/dist/modes/interactive/components/first-time-setup.d.ts.map +1 -0
  33. package/dist/modes/interactive/components/first-time-setup.js +101 -0
  34. package/dist/modes/interactive/components/first-time-setup.js.map +1 -0
  35. package/dist/modes/interactive/components/index.d.ts +1 -0
  36. package/dist/modes/interactive/components/index.d.ts.map +1 -1
  37. package/dist/modes/interactive/components/index.js +1 -0
  38. package/dist/modes/interactive/components/index.js.map +1 -1
  39. package/dist/modes/interactive/components/tool-execution.d.ts +6 -0
  40. package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
  41. package/dist/modes/interactive/components/tool-execution.js +45 -0
  42. package/dist/modes/interactive/components/tool-execution.js.map +1 -1
  43. package/dist/modes/interactive/interactive-mode.d.ts +1 -0
  44. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  45. package/dist/modes/interactive/interactive-mode.js +12 -5
  46. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  47. package/docs/settings.md +2 -0
  48. package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
  49. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
  50. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +92 -227
  51. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
  52. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +140 -247
  53. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
  54. package/node_modules/@earendil-works/pi-ai/dist/models.js +12 -5
  55. package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
  56. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
  57. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +11 -2
  58. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
  59. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts +4 -1
  60. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
  61. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +54 -8
  62. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
  63. package/node_modules/@earendil-works/pi-ai/package.json +1 -1
  64. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +2 -0
  65. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
  66. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +80 -7
  67. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
  68. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts +1 -0
  69. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
  70. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +72 -1
  71. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
  72. package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -1
  73. package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
  74. package/node_modules/@earendil-works/pi-tui/dist/index.js +1 -1
  75. package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
  76. package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +1 -0
  77. package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
  78. package/node_modules/@earendil-works/pi-tui/dist/utils.js +1 -1
  79. package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
  80. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  81. package/npm-shrinkwrap.json +12 -12
  82. package/package.json +4 -4
package/docs/settings.md CHANGED
@@ -69,6 +69,8 @@ When this value is anything other than `"auto"`, it overrides any model-level `p
69
69
  | `defaultProjectTrust` | string | `"ask"` | Fallback project trust behavior: `"ask"`, `"always"`, or `"never"`. Global setting only |
70
70
  | `collapseChangelog` | boolean | `false` | Show condensed changelog after updates |
71
71
  | `enableInstallTelemetry` | boolean | `true` | Send an anonymous install/update version ping after first install or changelog-detected updates. This does not control update checks |
72
+ | `enableAnalytics` | boolean | `false` | Opt-in analytics data sharing. Currently only asked for during the experimental first-time setup (`PI_EXPERIMENTAL=1`) |
73
+ | `trackingId` | string | - | Analytics tracking identifier, generated when `enableAnalytics` is turned on |
72
74
  | `doubleEscapeAction` | string | `"tree"` | Action for double-escape: `"tree"`, `"fork"`, or `"none"` |
73
75
  | `treeFilterMode` | string | `"default"` | Default filter for `/tree`: `"default"`, `"no-tools"`, `"user-only"`, `"labeled-only"`, `"all"` |
74
76
  | `editorPaddingX` | number | `0` | Horizontal padding for input editor (0-3) |
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-agent-core",
3
3
  "private": true,
4
- "version": "2026.6.10-2",
4
+ "version": "2026.6.12-2",
5
5
  "description": "General-purpose agent with transport abstraction, state management, and attachment support",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "prepublishOnly": "npm run clean && npm run build"
31
31
  },
32
32
  "dependencies": {
33
- "@earendil-works/pi-ai": "^2026.6.10-2",
33
+ "@earendil-works/pi-ai": "^2026.6.12-2",
34
34
  "ignore": "7.0.5",
35
35
  "typebox": "1.1.38",
36
36
  "yaml": "2.9.0"
@@ -1 +1 @@
1
- {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,KAAK,EAAE,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAavF,KAAK,QAAQ,CACZ,SAAS,SAAS,aAAa,EAC/B,QAAQ,SAAS,MAAM,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,IAC9C,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,SAAS;IAAE,GAAG,EAAE,MAAM,IAAI,CAAA;CAAE,GAAG,CAAC,IAAI,SAAS,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC,GAAG,KAAK,CAAC;AAEjH,wBAAgB,QAAQ,CAAC,SAAS,SAAS,aAAa,EAAE,QAAQ,SAAS,MAAM,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,EAC1G,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,QAAQ,GACf,KAAK,CAAC,QAAQ,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAGtC;AAED,wBAAgB,YAAY,IAAI,aAAa,EAAE,CAE9C;AAED,wBAAgB,SAAS,CAAC,SAAS,SAAS,aAAa,EACxD,QAAQ,EAAE,SAAS,GACjB,KAAK,CAAC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAGhE;AAED,wBAAgB,aAAa,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,CAO/F;AAED;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,CAmB3E;AAID,wBAAgB,0BAA0B,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,kBAAkB,EAAE,CAUrG;AAED,wBAAgB,kBAAkB,CAAC,IAAI,SAAS,GAAG,EAClD,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,EAClB,KAAK,EAAE,kBAAkB,GACvB,kBAAkB,CAgBpB;AAED;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,CAazE;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,IAAI,SAAS,GAAG,EAC9C,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,SAAS,EACjC,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,SAAS,GAC/B,OAAO,CAGT"}
1
+ {"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC/C,OAAO,KAAK,EAAE,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,kBAAkB,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAoBvF,KAAK,QAAQ,CACZ,SAAS,SAAS,aAAa,EAC/B,QAAQ,SAAS,MAAM,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,IAC9C,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,SAAS;IAAE,GAAG,EAAE,MAAM,IAAI,CAAA;CAAE,GAAG,CAAC,IAAI,SAAS,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC,GAAG,KAAK,CAAC;AAEjH,wBAAgB,QAAQ,CAAC,SAAS,SAAS,aAAa,EAAE,QAAQ,SAAS,MAAM,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,EAC1G,QAAQ,EAAE,SAAS,EACnB,OAAO,EAAE,QAAQ,GACf,KAAK,CAAC,QAAQ,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAGtC;AAED,wBAAgB,YAAY,IAAI,aAAa,EAAE,CAE9C;AAED,wBAAgB,SAAS,CAAC,SAAS,SAAS,aAAa,EACxD,QAAQ,EAAE,SAAS,GACjB,KAAK,CAAC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAGhE;AAED,wBAAgB,aAAa,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,CAO/F;AAED;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,CAmB3E;AAID,wBAAgB,0BAA0B,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,kBAAkB,EAAE,CAUrG;AAED,wBAAgB,kBAAkB,CAAC,IAAI,SAAS,GAAG,EAClD,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,EAClB,KAAK,EAAE,kBAAkB,GACvB,kBAAkB,CAgBpB;AAED;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,IAAI,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,CAazE;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,IAAI,SAAS,GAAG,EAC9C,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,SAAS,EACjC,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,SAAS,GAC/B,OAAO,CAGT"}
@@ -3157,30 +3157,13 @@ export declare const MODELS: {
3157
3157
  contextWindow: number;
3158
3158
  maxTokens: number;
3159
3159
  };
3160
- readonly "llama3.1-8b": {
3161
- id: string;
3162
- name: string;
3163
- api: "openai-completions";
3164
- provider: string;
3165
- baseUrl: string;
3166
- reasoning: false;
3167
- input: "text"[];
3168
- cost: {
3169
- input: number;
3170
- output: number;
3171
- cacheRead: number;
3172
- cacheWrite: number;
3173
- };
3174
- contextWindow: number;
3175
- maxTokens: number;
3176
- };
3177
3160
  readonly "zai-glm-4.7": {
3178
3161
  id: string;
3179
3162
  name: string;
3180
3163
  api: "openai-completions";
3181
3164
  provider: string;
3182
3165
  baseUrl: string;
3183
- reasoning: false;
3166
+ reasoning: true;
3184
3167
  input: "text"[];
3185
3168
  cost: {
3186
3169
  input: number;
@@ -4473,6 +4456,34 @@ export declare const MODELS: {
4473
4456
  };
4474
4457
  };
4475
4458
  readonly "github-copilot": {
4459
+ readonly "claude-fable-5": {
4460
+ id: string;
4461
+ name: string;
4462
+ api: "openai-completions";
4463
+ provider: string;
4464
+ baseUrl: string;
4465
+ headers: {
4466
+ "User-Agent": string;
4467
+ "Editor-Version": string;
4468
+ "Editor-Plugin-Version": string;
4469
+ "Copilot-Integration-Id": string;
4470
+ };
4471
+ compat: {
4472
+ supportsStore: false;
4473
+ supportsDeveloperRole: false;
4474
+ supportsReasoningEffort: false;
4475
+ };
4476
+ reasoning: true;
4477
+ input: ("image" | "text")[];
4478
+ cost: {
4479
+ input: number;
4480
+ output: number;
4481
+ cacheRead: number;
4482
+ cacheWrite: number;
4483
+ };
4484
+ contextWindow: number;
4485
+ maxTokens: number;
4486
+ };
4476
4487
  readonly "claude-haiku-4.5": {
4477
4488
  id: string;
4478
4489
  name: string;
@@ -7653,34 +7664,6 @@ export declare const MODELS: {
7653
7664
  contextWindow: number;
7654
7665
  maxTokens: number;
7655
7666
  };
7656
- readonly "qwen/qwen3-coder-480b-a35b-instruct": {
7657
- id: string;
7658
- name: string;
7659
- api: "openai-completions";
7660
- provider: string;
7661
- baseUrl: string;
7662
- headers: {
7663
- "NVCF-POLL-SECONDS": string;
7664
- };
7665
- compat: {
7666
- supportsStore: false;
7667
- supportsDeveloperRole: false;
7668
- supportsReasoningEffort: false;
7669
- maxTokensField: "max_tokens";
7670
- supportsStrictMode: false;
7671
- supportsLongCacheRetention: false;
7672
- };
7673
- reasoning: false;
7674
- input: "text"[];
7675
- cost: {
7676
- input: number;
7677
- output: number;
7678
- cacheRead: number;
7679
- cacheWrite: number;
7680
- };
7681
- contextWindow: number;
7682
- maxTokens: number;
7683
- };
7684
7667
  readonly "qwen/qwen3.5-122b-a10b": {
7685
7668
  id: string;
7686
7669
  name: string;
@@ -8963,6 +8946,35 @@ export declare const MODELS: {
8963
8946
  contextWindow: number;
8964
8947
  maxTokens: number;
8965
8948
  };
8949
+ readonly "deepseek-v4-pro": {
8950
+ id: string;
8951
+ name: string;
8952
+ api: "openai-completions";
8953
+ provider: string;
8954
+ baseUrl: string;
8955
+ compat: {
8956
+ maxTokensField: "max_tokens";
8957
+ requiresReasoningContentOnAssistantMessages: true;
8958
+ thinkingFormat: "deepseek";
8959
+ };
8960
+ reasoning: true;
8961
+ thinkingLevelMap: {
8962
+ minimal: null;
8963
+ low: null;
8964
+ medium: null;
8965
+ high: string;
8966
+ xhigh: string;
8967
+ };
8968
+ input: "text"[];
8969
+ cost: {
8970
+ input: number;
8971
+ output: number;
8972
+ cacheRead: number;
8973
+ cacheWrite: number;
8974
+ };
8975
+ contextWindow: number;
8976
+ maxTokens: number;
8977
+ };
8966
8978
  readonly "gemini-3-flash": {
8967
8979
  id: string;
8968
8980
  name: string;
@@ -11661,27 +11673,6 @@ export declare const MODELS: {
11661
11673
  contextWindow: number;
11662
11674
  maxTokens: number;
11663
11675
  };
11664
- readonly "moonshotai/kimi-k2.6:free": {
11665
- id: string;
11666
- name: string;
11667
- api: "openai-completions";
11668
- provider: string;
11669
- baseUrl: string;
11670
- compat: {
11671
- supportsDeveloperRole: false;
11672
- requiresReasoningContentOnAssistantMessages: true;
11673
- };
11674
- reasoning: true;
11675
- input: ("image" | "text")[];
11676
- cost: {
11677
- input: number;
11678
- output: number;
11679
- cacheRead: number;
11680
- cacheWrite: number;
11681
- };
11682
- contextWindow: number;
11683
- maxTokens: number;
11684
- };
11685
11676
  readonly "nex-agi/nex-n2-pro:free": {
11686
11677
  id: string;
11687
11678
  name: string;
@@ -11852,23 +11843,6 @@ export declare const MODELS: {
11852
11843
  contextWindow: number;
11853
11844
  maxTokens: number;
11854
11845
  };
11855
- readonly "nvidia/nemotron-nano-9b-v2": {
11856
- id: string;
11857
- name: string;
11858
- api: "openai-completions";
11859
- provider: string;
11860
- baseUrl: string;
11861
- reasoning: true;
11862
- input: "text"[];
11863
- cost: {
11864
- input: number;
11865
- output: number;
11866
- cacheRead: number;
11867
- cacheWrite: number;
11868
- };
11869
- contextWindow: number;
11870
- maxTokens: number;
11871
- };
11872
11846
  readonly "nvidia/nemotron-nano-9b-v2:free": {
11873
11847
  id: string;
11874
11848
  name: string;
@@ -14307,37 +14281,6 @@ export declare const MODELS: {
14307
14281
  };
14308
14282
  };
14309
14283
  readonly together: {
14310
- readonly "MiniMaxAI/MiniMax-M2.5": {
14311
- id: string;
14312
- name: string;
14313
- api: "openai-completions";
14314
- provider: string;
14315
- baseUrl: string;
14316
- compat: {
14317
- supportsStore: false;
14318
- supportsDeveloperRole: false;
14319
- supportsReasoningEffort: false;
14320
- maxTokensField: "max_tokens";
14321
- supportsStrictMode: false;
14322
- supportsLongCacheRetention: false;
14323
- thinkingFormat: "together";
14324
- };
14325
- reasoning: true;
14326
- thinkingLevelMap: {
14327
- minimal: null;
14328
- low: null;
14329
- medium: null;
14330
- };
14331
- input: "text"[];
14332
- cost: {
14333
- input: number;
14334
- output: number;
14335
- cacheRead: number;
14336
- cacheWrite: number;
14337
- };
14338
- contextWindow: number;
14339
- maxTokens: number;
14340
- };
14341
14284
  readonly "MiniMaxAI/MiniMax-M2.7": {
14342
14285
  id: string;
14343
14286
  name: string;
@@ -14369,7 +14312,7 @@ export declare const MODELS: {
14369
14312
  contextWindow: number;
14370
14313
  maxTokens: number;
14371
14314
  };
14372
- readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
14315
+ readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
14373
14316
  id: string;
14374
14317
  name: string;
14375
14318
  api: "openai-completions";
@@ -14382,14 +14325,8 @@ export declare const MODELS: {
14382
14325
  maxTokensField: "max_tokens";
14383
14326
  supportsStrictMode: false;
14384
14327
  supportsLongCacheRetention: false;
14385
- thinkingFormat: "together";
14386
- };
14387
- reasoning: true;
14388
- thinkingLevelMap: {
14389
- minimal: null;
14390
- low: null;
14391
- medium: null;
14392
14328
  };
14329
+ reasoning: false;
14393
14330
  input: "text"[];
14394
14331
  cost: {
14395
14332
  input: number;
@@ -14400,7 +14337,7 @@ export declare const MODELS: {
14400
14337
  contextWindow: number;
14401
14338
  maxTokens: number;
14402
14339
  };
14403
- readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
14340
+ readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
14404
14341
  id: string;
14405
14342
  name: string;
14406
14343
  api: "openai-completions";
@@ -14425,7 +14362,7 @@ export declare const MODELS: {
14425
14362
  contextWindow: number;
14426
14363
  maxTokens: number;
14427
14364
  };
14428
- readonly "Qwen/Qwen3-Coder-Next-FP8": {
14365
+ readonly "Qwen/Qwen3.5-397B-A17B": {
14429
14366
  id: string;
14430
14367
  name: string;
14431
14368
  api: "openai-completions";
@@ -14446,7 +14383,7 @@ export declare const MODELS: {
14446
14383
  low: null;
14447
14384
  medium: null;
14448
14385
  };
14449
- input: "text"[];
14386
+ input: ("image" | "text")[];
14450
14387
  cost: {
14451
14388
  input: number;
14452
14389
  output: number;
@@ -14456,7 +14393,7 @@ export declare const MODELS: {
14456
14393
  contextWindow: number;
14457
14394
  maxTokens: number;
14458
14395
  };
14459
- readonly "Qwen/Qwen3.5-397B-A17B": {
14396
+ readonly "Qwen/Qwen3.5-9B": {
14460
14397
  id: string;
14461
14398
  name: string;
14462
14399
  api: "openai-completions";
@@ -14531,14 +14468,8 @@ export declare const MODELS: {
14531
14468
  maxTokensField: "max_tokens";
14532
14469
  supportsStrictMode: false;
14533
14470
  supportsLongCacheRetention: false;
14534
- thinkingFormat: "together";
14535
- };
14536
- reasoning: true;
14537
- thinkingLevelMap: {
14538
- minimal: null;
14539
- low: null;
14540
- medium: null;
14541
14471
  };
14472
+ reasoning: false;
14542
14473
  input: "text"[];
14543
14474
  cost: {
14544
14475
  input: number;
@@ -14549,7 +14480,7 @@ export declare const MODELS: {
14549
14480
  contextWindow: number;
14550
14481
  maxTokens: number;
14551
14482
  };
14552
- readonly "deepseek-ai/DeepSeek-V3": {
14483
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
14553
14484
  id: string;
14554
14485
  name: string;
14555
14486
  api: "openai-completions";
@@ -14558,7 +14489,7 @@ export declare const MODELS: {
14558
14489
  compat: {
14559
14490
  supportsStore: false;
14560
14491
  supportsDeveloperRole: false;
14561
- supportsReasoningEffort: false;
14492
+ supportsReasoningEffort: true;
14562
14493
  maxTokensField: "max_tokens";
14563
14494
  supportsStrictMode: false;
14564
14495
  supportsLongCacheRetention: false;
@@ -14569,6 +14500,8 @@ export declare const MODELS: {
14569
14500
  minimal: null;
14570
14501
  low: null;
14571
14502
  medium: null;
14503
+ high: string;
14504
+ xhigh: null;
14572
14505
  };
14573
14506
  input: "text"[];
14574
14507
  cost: {
@@ -14580,7 +14513,7 @@ export declare const MODELS: {
14580
14513
  contextWindow: number;
14581
14514
  maxTokens: number;
14582
14515
  };
14583
- readonly "deepseek-ai/DeepSeek-V3-1": {
14516
+ readonly "essentialai/Rnj-1-Instruct": {
14584
14517
  id: string;
14585
14518
  name: string;
14586
14519
  api: "openai-completions";
@@ -14593,14 +14526,8 @@ export declare const MODELS: {
14593
14526
  maxTokensField: "max_tokens";
14594
14527
  supportsStrictMode: false;
14595
14528
  supportsLongCacheRetention: false;
14596
- thinkingFormat: "together";
14597
- };
14598
- reasoning: true;
14599
- thinkingLevelMap: {
14600
- minimal: null;
14601
- low: null;
14602
- medium: null;
14603
14529
  };
14530
+ reasoning: false;
14604
14531
  input: "text"[];
14605
14532
  cost: {
14606
14533
  input: number;
@@ -14611,7 +14538,7 @@ export declare const MODELS: {
14611
14538
  contextWindow: number;
14612
14539
  maxTokens: number;
14613
14540
  };
14614
- readonly "deepseek-ai/DeepSeek-V4-Pro": {
14541
+ readonly "google/gemma-4-31B-it": {
14615
14542
  id: string;
14616
14543
  name: string;
14617
14544
  api: "openai-completions";
@@ -14620,7 +14547,7 @@ export declare const MODELS: {
14620
14547
  compat: {
14621
14548
  supportsStore: false;
14622
14549
  supportsDeveloperRole: false;
14623
- supportsReasoningEffort: true;
14550
+ supportsReasoningEffort: false;
14624
14551
  maxTokensField: "max_tokens";
14625
14552
  supportsStrictMode: false;
14626
14553
  supportsLongCacheRetention: false;
@@ -14631,10 +14558,8 @@ export declare const MODELS: {
14631
14558
  minimal: null;
14632
14559
  low: null;
14633
14560
  medium: null;
14634
- high: string;
14635
- xhigh: null;
14636
14561
  };
14637
- input: "text"[];
14562
+ input: ("image" | "text")[];
14638
14563
  cost: {
14639
14564
  input: number;
14640
14565
  output: number;
@@ -14644,7 +14569,7 @@ export declare const MODELS: {
14644
14569
  contextWindow: number;
14645
14570
  maxTokens: number;
14646
14571
  };
14647
- readonly "essentialai/Rnj-1-Instruct": {
14572
+ readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
14648
14573
  id: string;
14649
14574
  name: string;
14650
14575
  api: "openai-completions";
@@ -14669,7 +14594,7 @@ export declare const MODELS: {
14669
14594
  contextWindow: number;
14670
14595
  maxTokens: number;
14671
14596
  };
14672
- readonly "google/gemma-4-31B-it": {
14597
+ readonly "moonshotai/Kimi-K2.6": {
14673
14598
  id: string;
14674
14599
  name: string;
14675
14600
  api: "openai-completions";
@@ -14700,32 +14625,7 @@ export declare const MODELS: {
14700
14625
  contextWindow: number;
14701
14626
  maxTokens: number;
14702
14627
  };
14703
- readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
14704
- id: string;
14705
- name: string;
14706
- api: "openai-completions";
14707
- provider: string;
14708
- baseUrl: string;
14709
- compat: {
14710
- supportsStore: false;
14711
- supportsDeveloperRole: false;
14712
- supportsReasoningEffort: false;
14713
- maxTokensField: "max_tokens";
14714
- supportsStrictMode: false;
14715
- supportsLongCacheRetention: false;
14716
- };
14717
- reasoning: false;
14718
- input: "text"[];
14719
- cost: {
14720
- input: number;
14721
- output: number;
14722
- cacheRead: number;
14723
- cacheWrite: number;
14724
- };
14725
- contextWindow: number;
14726
- maxTokens: number;
14727
- };
14728
- readonly "moonshotai/Kimi-K2.5": {
14628
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
14729
14629
  id: string;
14730
14630
  name: string;
14731
14631
  api: "openai-completions";
@@ -14746,7 +14646,7 @@ export declare const MODELS: {
14746
14646
  low: null;
14747
14647
  medium: null;
14748
14648
  };
14749
- input: ("image" | "text")[];
14649
+ input: "text"[];
14750
14650
  cost: {
14751
14651
  input: number;
14752
14652
  output: number;
@@ -14756,7 +14656,7 @@ export declare const MODELS: {
14756
14656
  contextWindow: number;
14757
14657
  maxTokens: number;
14758
14658
  };
14759
- readonly "moonshotai/Kimi-K2.6": {
14659
+ readonly "openai/gpt-oss-120b": {
14760
14660
  id: string;
14761
14661
  name: string;
14762
14662
  api: "openai-completions";
@@ -14765,19 +14665,18 @@ export declare const MODELS: {
14765
14665
  compat: {
14766
14666
  supportsStore: false;
14767
14667
  supportsDeveloperRole: false;
14768
- supportsReasoningEffort: false;
14668
+ supportsReasoningEffort: true;
14769
14669
  maxTokensField: "max_tokens";
14770
14670
  supportsStrictMode: false;
14771
14671
  supportsLongCacheRetention: false;
14772
- thinkingFormat: "together";
14672
+ thinkingFormat: "openai";
14773
14673
  };
14774
14674
  reasoning: true;
14775
14675
  thinkingLevelMap: {
14676
+ off: null;
14776
14677
  minimal: null;
14777
- low: null;
14778
- medium: null;
14779
14678
  };
14780
- input: ("image" | "text")[];
14679
+ input: "text"[];
14781
14680
  cost: {
14782
14681
  input: number;
14783
14682
  output: number;
@@ -14787,7 +14686,7 @@ export declare const MODELS: {
14787
14686
  contextWindow: number;
14788
14687
  maxTokens: number;
14789
14688
  };
14790
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
14689
+ readonly "openai/gpt-oss-20b": {
14791
14690
  id: string;
14792
14691
  name: string;
14793
14692
  api: "openai-completions";
@@ -14796,17 +14695,16 @@ export declare const MODELS: {
14796
14695
  compat: {
14797
14696
  supportsStore: false;
14798
14697
  supportsDeveloperRole: false;
14799
- supportsReasoningEffort: false;
14698
+ supportsReasoningEffort: true;
14800
14699
  maxTokensField: "max_tokens";
14801
14700
  supportsStrictMode: false;
14802
14701
  supportsLongCacheRetention: false;
14803
- thinkingFormat: "together";
14702
+ thinkingFormat: "openai";
14804
14703
  };
14805
14704
  reasoning: true;
14806
14705
  thinkingLevelMap: {
14706
+ off: null;
14807
14707
  minimal: null;
14808
- low: null;
14809
- medium: null;
14810
14708
  };
14811
14709
  input: "text"[];
14812
14710
  cost: {
@@ -14818,7 +14716,7 @@ export declare const MODELS: {
14818
14716
  contextWindow: number;
14819
14717
  maxTokens: number;
14820
14718
  };
14821
- readonly "openai/gpt-oss-120b": {
14719
+ readonly "zai-org/GLM-5": {
14822
14720
  id: string;
14823
14721
  name: string;
14824
14722
  api: "openai-completions";
@@ -14827,16 +14725,17 @@ export declare const MODELS: {
14827
14725
  compat: {
14828
14726
  supportsStore: false;
14829
14727
  supportsDeveloperRole: false;
14830
- supportsReasoningEffort: true;
14728
+ supportsReasoningEffort: false;
14831
14729
  maxTokensField: "max_tokens";
14832
14730
  supportsStrictMode: false;
14833
14731
  supportsLongCacheRetention: false;
14834
- thinkingFormat: "openai";
14732
+ thinkingFormat: "together";
14835
14733
  };
14836
14734
  reasoning: true;
14837
14735
  thinkingLevelMap: {
14838
- off: null;
14839
14736
  minimal: null;
14737
+ low: null;
14738
+ medium: null;
14840
14739
  };
14841
14740
  input: "text"[];
14842
14741
  cost: {
@@ -16458,40 +16357,6 @@ export declare const MODELS: {
16458
16357
  contextWindow: number;
16459
16358
  maxTokens: number;
16460
16359
  };
16461
- readonly "moonshotai/kimi-k2-thinking-turbo": {
16462
- id: string;
16463
- name: string;
16464
- api: "anthropic-messages";
16465
- provider: string;
16466
- baseUrl: string;
16467
- reasoning: true;
16468
- input: "text"[];
16469
- cost: {
16470
- input: number;
16471
- output: number;
16472
- cacheRead: number;
16473
- cacheWrite: number;
16474
- };
16475
- contextWindow: number;
16476
- maxTokens: number;
16477
- };
16478
- readonly "moonshotai/kimi-k2-turbo": {
16479
- id: string;
16480
- name: string;
16481
- api: "anthropic-messages";
16482
- provider: string;
16483
- baseUrl: string;
16484
- reasoning: false;
16485
- input: "text"[];
16486
- cost: {
16487
- input: number;
16488
- output: number;
16489
- cacheRead: number;
16490
- cacheWrite: number;
16491
- };
16492
- contextWindow: number;
16493
- maxTokens: number;
16494
- };
16495
16360
  readonly "moonshotai/kimi-k2.5": {
16496
16361
  id: string;
16497
16362
  name: string;