@code-yeongyu/senpi 2026.6.10 → 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.
Files changed (285) hide show
  1. package/CHANGELOG.md +68 -1
  2. package/README.md +21 -21
  3. package/dist/cli/startup-ui.d.ts +10 -0
  4. package/dist/cli/startup-ui.d.ts.map +1 -1
  5. package/dist/cli/startup-ui.js +72 -1
  6. package/dist/cli/startup-ui.js.map +1 -1
  7. package/dist/core/agent-session.d.ts.map +1 -1
  8. package/dist/core/agent-session.js +3 -2
  9. package/dist/core/agent-session.js.map +1 -1
  10. package/dist/core/bash-executor.d.ts.map +1 -1
  11. package/dist/core/bash-executor.js +31 -7
  12. package/dist/core/bash-executor.js.map +1 -1
  13. package/dist/core/extensions/builtin/compaction/degradation-monitor.d.ts +0 -1
  14. package/dist/core/extensions/builtin/compaction/degradation-monitor.d.ts.map +1 -1
  15. package/dist/core/extensions/builtin/compaction/degradation-monitor.js +0 -1
  16. package/dist/core/extensions/builtin/compaction/degradation-monitor.js.map +1 -1
  17. package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
  18. package/dist/core/extensions/builtin/compaction/index.js +4 -4
  19. package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
  20. package/dist/core/extensions/builtin/compaction/policy.d.ts +0 -5
  21. package/dist/core/extensions/builtin/compaction/policy.d.ts.map +1 -1
  22. package/dist/core/extensions/builtin/compaction/policy.js +0 -4
  23. package/dist/core/extensions/builtin/compaction/policy.js.map +1 -1
  24. package/dist/core/extensions/builtin/compaction/speculative.d.ts +0 -6
  25. package/dist/core/extensions/builtin/compaction/speculative.d.ts.map +1 -1
  26. package/dist/core/extensions/builtin/compaction/speculative.js +0 -3
  27. package/dist/core/extensions/builtin/compaction/speculative.js.map +1 -1
  28. package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts +1 -1
  29. package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts.map +1 -1
  30. package/dist/core/extensions/builtin/gpt-apply-patch/extension.js +10 -2
  31. package/dist/core/extensions/builtin/gpt-apply-patch/extension.js.map +1 -1
  32. package/dist/core/extensions/builtin/permission-system/cli.d.ts +0 -3
  33. package/dist/core/extensions/builtin/permission-system/cli.d.ts.map +1 -1
  34. package/dist/core/extensions/builtin/permission-system/cli.js +0 -13
  35. package/dist/core/extensions/builtin/permission-system/cli.js.map +1 -1
  36. package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.d.ts +3 -0
  37. package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.d.ts.map +1 -0
  38. package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.js +10 -0
  39. package/dist/core/extensions/builtin/prompt-preset/kimi-k2-7.js.map +1 -0
  40. package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
  41. package/dist/core/extensions/builtin/prompt-preset/presets.js +12 -0
  42. package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
  43. package/dist/core/extensions/builtin/prompt-preset/settings.d.ts +1 -1
  44. package/dist/core/extensions/builtin/prompt-preset/settings.d.ts.map +1 -1
  45. package/dist/core/extensions/builtin/prompt-preset/settings.js +1 -0
  46. package/dist/core/extensions/builtin/prompt-preset/settings.js.map +1 -1
  47. package/dist/core/extensions/types.d.ts +1 -0
  48. package/dist/core/extensions/types.d.ts.map +1 -1
  49. package/dist/core/extensions/types.js.map +1 -1
  50. package/dist/core/model-registry.d.ts +0 -3
  51. package/dist/core/model-registry.d.ts.map +1 -1
  52. package/dist/core/model-registry.js +3 -3
  53. package/dist/core/model-registry.js.map +1 -1
  54. package/dist/core/model-resolver.d.ts +1 -0
  55. package/dist/core/model-resolver.d.ts.map +1 -1
  56. package/dist/core/model-resolver.js +43 -6
  57. package/dist/core/model-resolver.js.map +1 -1
  58. package/dist/core/project-trust.js +2 -2
  59. package/dist/core/project-trust.js.map +1 -1
  60. package/dist/core/resolve-config-value.d.ts +0 -4
  61. package/dist/core/resolve-config-value.d.ts.map +1 -1
  62. package/dist/core/resolve-config-value.js +0 -15
  63. package/dist/core/resolve-config-value.js.map +1 -1
  64. package/dist/core/session-manager.d.ts.map +1 -1
  65. package/dist/core/session-manager.js +11 -2
  66. package/dist/core/session-manager.js.map +1 -1
  67. package/dist/core/settings-manager.d.ts +6 -0
  68. package/dist/core/settings-manager.d.ts.map +1 -1
  69. package/dist/core/settings-manager.js +17 -0
  70. package/dist/core/settings-manager.js.map +1 -1
  71. package/dist/core/tools/edit-diff.d.ts +0 -5
  72. package/dist/core/tools/edit-diff.d.ts.map +1 -1
  73. package/dist/core/tools/edit-diff.js +0 -7
  74. package/dist/core/tools/edit-diff.js.map +1 -1
  75. package/dist/core/tools/index.d.ts +0 -5
  76. package/dist/core/tools/index.d.ts.map +1 -1
  77. package/dist/core/tools/index.js +0 -67
  78. package/dist/core/tools/index.js.map +1 -1
  79. package/dist/core/tools/output-accumulator.d.ts +3 -5
  80. package/dist/core/tools/output-accumulator.d.ts.map +1 -1
  81. package/dist/core/tools/output-accumulator.js +38 -34
  82. package/dist/core/tools/output-accumulator.js.map +1 -1
  83. package/dist/core/tools/tail-window.d.ts +15 -0
  84. package/dist/core/tools/tail-window.d.ts.map +1 -0
  85. package/dist/core/tools/tail-window.js +75 -0
  86. package/dist/core/tools/tail-window.js.map +1 -0
  87. package/dist/core/trust-manager.d.ts +8 -3
  88. package/dist/core/trust-manager.d.ts.map +1 -1
  89. package/dist/core/trust-manager.js +26 -11
  90. package/dist/core/trust-manager.js.map +1 -1
  91. package/dist/index.d.ts +1 -1
  92. package/dist/index.d.ts.map +1 -1
  93. package/dist/index.js +1 -1
  94. package/dist/index.js.map +1 -1
  95. package/dist/main.d.ts.map +1 -1
  96. package/dist/main.js +17 -6
  97. package/dist/main.js.map +1 -1
  98. package/dist/modes/interactive/aborted-error-label.d.ts +2 -0
  99. package/dist/modes/interactive/aborted-error-label.d.ts.map +1 -0
  100. package/dist/modes/interactive/aborted-error-label.js +8 -0
  101. package/dist/modes/interactive/aborted-error-label.js.map +1 -0
  102. package/dist/modes/interactive/components/first-time-setup.d.ts +25 -0
  103. package/dist/modes/interactive/components/first-time-setup.d.ts.map +1 -0
  104. package/dist/modes/interactive/components/first-time-setup.js +101 -0
  105. package/dist/modes/interactive/components/first-time-setup.js.map +1 -0
  106. package/dist/modes/interactive/components/index.d.ts +1 -0
  107. package/dist/modes/interactive/components/index.d.ts.map +1 -1
  108. package/dist/modes/interactive/components/index.js +1 -0
  109. package/dist/modes/interactive/components/index.js.map +1 -1
  110. package/dist/modes/interactive/components/tool-execution.d.ts +6 -0
  111. package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
  112. package/dist/modes/interactive/components/tool-execution.js +45 -0
  113. package/dist/modes/interactive/components/tool-execution.js.map +1 -1
  114. package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -1
  115. package/dist/modes/interactive/components/trust-selector.js +4 -4
  116. package/dist/modes/interactive/components/trust-selector.js.map +1 -1
  117. package/dist/modes/interactive/interactive-mode.d.ts +1 -0
  118. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  119. package/dist/modes/interactive/interactive-mode.js +18 -18
  120. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  121. package/dist/modes/interactive/theme/theme.d.ts +0 -4
  122. package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
  123. package/dist/modes/interactive/theme/theme.js +0 -7
  124. package/dist/modes/interactive/theme/theme.js.map +1 -1
  125. package/dist/modes/print-mode.d.ts.map +1 -1
  126. package/dist/modes/print-mode.js +1 -1
  127. package/dist/modes/print-mode.js.map +1 -1
  128. package/dist/modes/rpc/event-output-buffer.d.ts +10 -0
  129. package/dist/modes/rpc/event-output-buffer.d.ts.map +1 -0
  130. package/dist/modes/rpc/event-output-buffer.js +27 -0
  131. package/dist/modes/rpc/event-output-buffer.js.map +1 -0
  132. package/dist/modes/rpc/jsonl.d.ts.map +1 -1
  133. package/dist/modes/rpc/jsonl.js +9 -11
  134. package/dist/modes/rpc/jsonl.js.map +1 -1
  135. package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
  136. package/dist/modes/rpc/rpc-mode.js +17 -7
  137. package/dist/modes/rpc/rpc-mode.js.map +1 -1
  138. package/dist/modes/rpc/rpc-types.d.ts +0 -1
  139. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  140. package/dist/modes/rpc/rpc-types.js.map +1 -1
  141. package/dist/package-manager-cli.d.ts.map +1 -1
  142. package/dist/package-manager-cli.js +10 -3
  143. package/dist/package-manager-cli.js.map +1 -1
  144. package/dist/utils/shell.d.ts.map +1 -1
  145. package/dist/utils/shell.js +14 -0
  146. package/dist/utils/shell.js.map +1 -1
  147. package/docs/compaction-guide.md +9 -9
  148. package/docs/compaction.md +2 -2
  149. package/docs/containerization.md +22 -22
  150. package/docs/custom-provider.md +13 -13
  151. package/docs/development.md +4 -2
  152. package/docs/extensions.md +18 -19
  153. package/docs/index.md +4 -4
  154. package/docs/json.md +21 -15
  155. package/docs/keybindings.md +6 -3
  156. package/docs/models.md +6 -6
  157. package/docs/packages.md +11 -11
  158. package/docs/prompt-templates.md +2 -2
  159. package/docs/providers.md +9 -9
  160. package/docs/rpc.md +14 -13
  161. package/docs/sdk.md +13 -9
  162. package/docs/security.md +14 -10
  163. package/docs/session-format.md +4 -4
  164. package/docs/sessions.md +14 -14
  165. package/docs/settings.md +14 -12
  166. package/docs/skills.md +8 -8
  167. package/docs/terminal-setup.md +2 -2
  168. package/docs/termux.md +3 -3
  169. package/docs/tui.md +4 -4
  170. package/docs/usage.md +52 -59
  171. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  172. package/examples/extensions/custom-provider-anthropic/package.json +1 -1
  173. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  174. package/examples/extensions/gondolin/package-lock.json +2 -2
  175. package/examples/extensions/gondolin/package.json +1 -1
  176. package/examples/extensions/sandbox/package-lock.json +2 -2
  177. package/examples/extensions/sandbox/package.json +1 -1
  178. package/examples/extensions/with-deps/package-lock.json +2 -2
  179. package/examples/extensions/with-deps/package.json +1 -1
  180. package/node_modules/@earendil-works/pi-agent-core/README.md +4 -3
  181. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +8 -0
  182. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
  183. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts +0 -2
  184. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts.map +1 -1
  185. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js +0 -4
  186. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -1
  187. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +7 -2
  188. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
  189. package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
  190. package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
  191. package/node_modules/@earendil-works/pi-ai/README.md +2 -4
  192. package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts +0 -1
  193. package/node_modules/@earendil-works/pi-ai/dist/api-registry.d.ts.map +1 -1
  194. package/node_modules/@earendil-works/pi-ai/dist/api-registry.js +0 -3
  195. package/node_modules/@earendil-works/pi-ai/dist/api-registry.js.map +1 -1
  196. package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
  197. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +252 -470
  198. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
  199. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +533 -740
  200. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
  201. package/node_modules/@earendil-works/pi-ai/dist/models.js +12 -5
  202. package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
  203. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
  204. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +11 -2
  205. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
  206. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
  207. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +29 -16
  208. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
  209. package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.d.ts +0 -4
  210. package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.d.ts.map +1 -1
  211. package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js +0 -13
  212. package/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js.map +1 -1
  213. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
  214. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +3 -1
  215. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -1
  216. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts +0 -6
  217. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
  218. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +0 -14
  219. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
  220. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +7 -0
  221. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
  222. package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
  223. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts +4 -1
  224. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
  225. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +59 -19
  226. package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
  227. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +1 -5
  228. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
  229. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -8
  230. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
  231. package/node_modules/@earendil-works/pi-ai/package.json +1 -1
  232. package/node_modules/@earendil-works/pi-tui/README.md +1 -2
  233. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +2 -0
  234. package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
  235. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +93 -9
  236. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
  237. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts +3 -1
  238. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
  239. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +89 -2
  240. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
  241. package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts +1 -1
  242. package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +2 -2
  243. package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js.map +1 -1
  244. package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +2 -2
  245. package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
  246. package/node_modules/@earendil-works/pi-tui/dist/index.js +2 -2
  247. package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
  248. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts +1 -0
  249. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts.map +1 -1
  250. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +15 -8
  251. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js.map +1 -1
  252. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts +0 -1
  253. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts.map +1 -1
  254. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +4 -7
  255. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -1
  256. package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
  257. package/node_modules/@earendil-works/pi-tui/dist/terminal.js +0 -1
  258. package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
  259. package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts +2 -1
  260. package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
  261. package/node_modules/@earendil-works/pi-tui/dist/tui.js +72 -16
  262. package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
  263. package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +1 -4
  264. package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
  265. package/node_modules/@earendil-works/pi-tui/dist/utils.js +1 -7
  266. package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
  267. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  268. package/npm-shrinkwrap.json +12 -12
  269. package/package.json +5 -5
  270. package/dist/core/experimental.d.ts +0 -2
  271. package/dist/core/experimental.d.ts.map +0 -1
  272. package/dist/core/experimental.js +0 -4
  273. package/dist/core/experimental.js.map +0 -1
  274. package/dist/core/extensions/builtin/compaction/overflow-detection.d.ts +0 -11
  275. package/dist/core/extensions/builtin/compaction/overflow-detection.d.ts.map +0 -1
  276. package/dist/core/extensions/builtin/compaction/overflow-detection.js +0 -40
  277. package/dist/core/extensions/builtin/compaction/overflow-detection.js.map +0 -1
  278. package/dist/core/extensions/builtin/system-messages.d.ts +0 -47
  279. package/dist/core/extensions/builtin/system-messages.d.ts.map +0 -1
  280. package/dist/core/extensions/builtin/system-messages.js +0 -117
  281. package/dist/core/extensions/builtin/system-messages.js.map +0 -1
  282. package/dist/core/index.d.ts +0 -13
  283. package/dist/core/index.d.ts.map +0 -1
  284. package/dist/core/index.js +0 -13
  285. package/dist/core/index.js.map +0 -1
@@ -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;
@@ -4012,6 +3995,26 @@ export declare const MODELS: {
4012
3995
  contextWindow: number;
4013
3996
  maxTokens: number;
4014
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
+ };
4015
4018
  readonly "@cf/nvidia/nemotron-3-120b-a12b": {
4016
4019
  id: string;
4017
4020
  name: string;
@@ -4287,7 +4290,7 @@ export declare const MODELS: {
4287
4290
  contextWindow: number;
4288
4291
  maxTokens: number;
4289
4292
  };
4290
- readonly "accounts/fireworks/models/kimi-k2p5": {
4293
+ readonly "accounts/fireworks/models/kimi-k2p6": {
4291
4294
  id: string;
4292
4295
  name: string;
4293
4296
  api: "anthropic-messages";
@@ -4310,7 +4313,7 @@ export declare const MODELS: {
4310
4313
  contextWindow: number;
4311
4314
  maxTokens: number;
4312
4315
  };
4313
- readonly "accounts/fireworks/models/kimi-k2p6": {
4316
+ readonly "accounts/fireworks/models/kimi-k2p7-code": {
4314
4317
  id: string;
4315
4318
  name: string;
4316
4319
  api: "anthropic-messages";
@@ -4333,7 +4336,7 @@ export declare const MODELS: {
4333
4336
  contextWindow: number;
4334
4337
  maxTokens: number;
4335
4338
  };
4336
- readonly "accounts/fireworks/models/minimax-m2p5": {
4339
+ readonly "accounts/fireworks/models/minimax-m2p7": {
4337
4340
  id: string;
4338
4341
  name: string;
4339
4342
  api: "anthropic-messages";
@@ -4356,7 +4359,7 @@ export declare const MODELS: {
4356
4359
  contextWindow: number;
4357
4360
  maxTokens: number;
4358
4361
  };
4359
- readonly "accounts/fireworks/models/minimax-m2p7": {
4362
+ readonly "accounts/fireworks/models/minimax-m3": {
4360
4363
  id: string;
4361
4364
  name: string;
4362
4365
  api: "anthropic-messages";
@@ -4379,7 +4382,7 @@ export declare const MODELS: {
4379
4382
  contextWindow: number;
4380
4383
  maxTokens: number;
4381
4384
  };
4382
- readonly "accounts/fireworks/models/qwen3p6-plus": {
4385
+ readonly "accounts/fireworks/models/qwen3p7-plus": {
4383
4386
  id: string;
4384
4387
  name: string;
4385
4388
  api: "anthropic-messages";
@@ -4471,8 +4474,59 @@ export declare const MODELS: {
4471
4474
  contextWindow: number;
4472
4475
  maxTokens: number;
4473
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
+ };
4474
4500
  };
4475
4501
  readonly "github-copilot": {
4502
+ readonly "claude-fable-5": {
4503
+ id: string;
4504
+ name: string;
4505
+ api: "openai-completions";
4506
+ provider: string;
4507
+ baseUrl: string;
4508
+ headers: {
4509
+ "User-Agent": string;
4510
+ "Editor-Version": string;
4511
+ "Editor-Plugin-Version": string;
4512
+ "Copilot-Integration-Id": string;
4513
+ };
4514
+ compat: {
4515
+ supportsStore: false;
4516
+ supportsDeveloperRole: false;
4517
+ supportsReasoningEffort: false;
4518
+ };
4519
+ reasoning: true;
4520
+ input: ("image" | "text")[];
4521
+ cost: {
4522
+ input: number;
4523
+ output: number;
4524
+ cacheRead: number;
4525
+ cacheWrite: number;
4526
+ };
4527
+ contextWindow: number;
4528
+ maxTokens: number;
4529
+ };
4476
4530
  readonly "claude-haiku-4.5": {
4477
4531
  id: string;
4478
4532
  name: string;
@@ -5650,74 +5704,6 @@ export declare const MODELS: {
5650
5704
  };
5651
5705
  };
5652
5706
  readonly groq: {
5653
- readonly "deepseek-r1-distill-llama-70b": {
5654
- id: string;
5655
- name: string;
5656
- api: "openai-completions";
5657
- provider: string;
5658
- baseUrl: string;
5659
- reasoning: true;
5660
- input: "text"[];
5661
- cost: {
5662
- input: number;
5663
- output: number;
5664
- cacheRead: number;
5665
- cacheWrite: number;
5666
- };
5667
- contextWindow: number;
5668
- maxTokens: number;
5669
- };
5670
- readonly "gemma2-9b-it": {
5671
- id: string;
5672
- name: string;
5673
- api: "openai-completions";
5674
- provider: string;
5675
- baseUrl: string;
5676
- reasoning: false;
5677
- input: "text"[];
5678
- cost: {
5679
- input: number;
5680
- output: number;
5681
- cacheRead: number;
5682
- cacheWrite: number;
5683
- };
5684
- contextWindow: number;
5685
- maxTokens: number;
5686
- };
5687
- readonly "groq/compound": {
5688
- id: string;
5689
- name: string;
5690
- api: "openai-completions";
5691
- provider: string;
5692
- baseUrl: string;
5693
- reasoning: true;
5694
- input: "text"[];
5695
- cost: {
5696
- input: number;
5697
- output: number;
5698
- cacheRead: number;
5699
- cacheWrite: number;
5700
- };
5701
- contextWindow: number;
5702
- maxTokens: number;
5703
- };
5704
- readonly "groq/compound-mini": {
5705
- id: string;
5706
- name: string;
5707
- api: "openai-completions";
5708
- provider: string;
5709
- baseUrl: string;
5710
- reasoning: true;
5711
- input: "text"[];
5712
- cost: {
5713
- input: number;
5714
- output: number;
5715
- cacheRead: number;
5716
- cacheWrite: number;
5717
- };
5718
- contextWindow: number;
5719
- maxTokens: number;
5720
- };
5721
5707
  readonly "llama-3.1-8b-instant": {
5722
5708
  id: string;
5723
5709
  name: string;
@@ -5752,57 +5738,6 @@ export declare const MODELS: {
5752
5738
  contextWindow: number;
5753
5739
  maxTokens: number;
5754
5740
  };
5755
- readonly "llama3-70b-8192": {
5756
- id: string;
5757
- name: string;
5758
- api: "openai-completions";
5759
- provider: string;
5760
- baseUrl: string;
5761
- reasoning: false;
5762
- input: "text"[];
5763
- cost: {
5764
- input: number;
5765
- output: number;
5766
- cacheRead: number;
5767
- cacheWrite: number;
5768
- };
5769
- contextWindow: number;
5770
- maxTokens: number;
5771
- };
5772
- readonly "llama3-8b-8192": {
5773
- id: string;
5774
- name: string;
5775
- api: "openai-completions";
5776
- provider: string;
5777
- baseUrl: string;
5778
- reasoning: false;
5779
- input: "text"[];
5780
- cost: {
5781
- input: number;
5782
- output: number;
5783
- cacheRead: number;
5784
- cacheWrite: number;
5785
- };
5786
- contextWindow: number;
5787
- maxTokens: number;
5788
- };
5789
- readonly "meta-llama/llama-4-maverick-17b-128e-instruct": {
5790
- id: string;
5791
- name: string;
5792
- api: "openai-completions";
5793
- provider: string;
5794
- baseUrl: string;
5795
- reasoning: false;
5796
- input: ("image" | "text")[];
5797
- cost: {
5798
- input: number;
5799
- output: number;
5800
- cacheRead: number;
5801
- cacheWrite: number;
5802
- };
5803
- contextWindow: number;
5804
- maxTokens: number;
5805
- };
5806
5741
  readonly "meta-llama/llama-4-scout-17b-16e-instruct": {
5807
5742
  id: string;
5808
5743
  name: string;
@@ -5820,57 +5755,6 @@ export declare const MODELS: {
5820
5755
  contextWindow: number;
5821
5756
  maxTokens: number;
5822
5757
  };
5823
- readonly "mistral-saba-24b": {
5824
- id: string;
5825
- name: string;
5826
- api: "openai-completions";
5827
- provider: string;
5828
- baseUrl: string;
5829
- reasoning: false;
5830
- input: "text"[];
5831
- cost: {
5832
- input: number;
5833
- output: number;
5834
- cacheRead: number;
5835
- cacheWrite: number;
5836
- };
5837
- contextWindow: number;
5838
- maxTokens: number;
5839
- };
5840
- readonly "moonshotai/kimi-k2-instruct": {
5841
- id: string;
5842
- name: string;
5843
- api: "openai-completions";
5844
- provider: string;
5845
- baseUrl: string;
5846
- reasoning: false;
5847
- input: "text"[];
5848
- cost: {
5849
- input: number;
5850
- output: number;
5851
- cacheRead: number;
5852
- cacheWrite: number;
5853
- };
5854
- contextWindow: number;
5855
- maxTokens: number;
5856
- };
5857
- readonly "moonshotai/kimi-k2-instruct-0905": {
5858
- id: string;
5859
- name: string;
5860
- api: "openai-completions";
5861
- provider: string;
5862
- baseUrl: string;
5863
- reasoning: false;
5864
- input: "text"[];
5865
- cost: {
5866
- input: number;
5867
- output: number;
5868
- cacheRead: number;
5869
- cacheWrite: number;
5870
- };
5871
- contextWindow: number;
5872
- maxTokens: number;
5873
- };
5874
5758
  readonly "openai/gpt-oss-120b": {
5875
5759
  id: string;
5876
5760
  name: string;
@@ -5922,23 +5806,6 @@ export declare const MODELS: {
5922
5806
  contextWindow: number;
5923
5807
  maxTokens: number;
5924
5808
  };
5925
- readonly "qwen-qwq-32b": {
5926
- id: string;
5927
- name: string;
5928
- api: "openai-completions";
5929
- provider: string;
5930
- baseUrl: string;
5931
- reasoning: true;
5932
- input: "text"[];
5933
- cost: {
5934
- input: number;
5935
- output: number;
5936
- cacheRead: number;
5937
- cacheWrite: number;
5938
- };
5939
- contextWindow: number;
5940
- maxTokens: number;
5941
- };
5942
5809
  readonly "qwen/qwen3-32b": {
5943
5810
  id: string;
5944
5811
  name: string;
@@ -6406,6 +6273,26 @@ export declare const MODELS: {
6406
6273
  };
6407
6274
  };
6408
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
+ };
6409
6296
  readonly "kimi-for-coding": {
6410
6297
  id: string;
6411
6298
  name: string;
@@ -7241,6 +7128,31 @@ export declare const MODELS: {
7241
7128
  contextWindow: number;
7242
7129
  maxTokens: number;
7243
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
+ };
7244
7156
  };
7245
7157
  readonly "moonshotai-cn": {
7246
7158
  readonly "kimi-k2-0711-preview": {
@@ -7589,34 +7501,6 @@ export declare const MODELS: {
7589
7501
  maxTokens: number;
7590
7502
  };
7591
7503
  readonly "mistralai/mistral-small-4-119b-2603": {
7592
- id: string;
7593
- name: string;
7594
- api: "openai-completions";
7595
- provider: string;
7596
- baseUrl: string;
7597
- headers: {
7598
- "NVCF-POLL-SECONDS": string;
7599
- };
7600
- compat: {
7601
- supportsStore: false;
7602
- supportsDeveloperRole: false;
7603
- supportsReasoningEffort: false;
7604
- maxTokensField: "max_tokens";
7605
- supportsStrictMode: false;
7606
- supportsLongCacheRetention: false;
7607
- };
7608
- reasoning: false;
7609
- input: "text"[];
7610
- cost: {
7611
- input: number;
7612
- output: number;
7613
- cacheRead: number;
7614
- cacheWrite: number;
7615
- };
7616
- contextWindow: number;
7617
- maxTokens: number;
7618
- };
7619
- readonly "moonshotai/kimi-k2.6": {
7620
7504
  id: string;
7621
7505
  name: string;
7622
7506
  api: "openai-completions";
@@ -7644,35 +7528,7 @@ export declare const MODELS: {
7644
7528
  contextWindow: number;
7645
7529
  maxTokens: number;
7646
7530
  };
7647
- readonly "nvidia/llama-3.3-nemotron-super-49b-v1": {
7648
- id: string;
7649
- name: string;
7650
- api: "openai-completions";
7651
- provider: string;
7652
- baseUrl: string;
7653
- headers: {
7654
- "NVCF-POLL-SECONDS": string;
7655
- };
7656
- compat: {
7657
- supportsStore: false;
7658
- supportsDeveloperRole: false;
7659
- supportsReasoningEffort: false;
7660
- maxTokensField: "max_tokens";
7661
- supportsStrictMode: false;
7662
- supportsLongCacheRetention: false;
7663
- };
7664
- reasoning: true;
7665
- input: "text"[];
7666
- cost: {
7667
- input: number;
7668
- output: number;
7669
- cacheRead: number;
7670
- cacheWrite: number;
7671
- };
7672
- contextWindow: number;
7673
- maxTokens: number;
7674
- };
7675
- readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
7531
+ readonly "moonshotai/kimi-k2.6": {
7676
7532
  id: string;
7677
7533
  name: string;
7678
7534
  api: "openai-completions";
@@ -7690,7 +7546,7 @@ export declare const MODELS: {
7690
7546
  supportsLongCacheRetention: false;
7691
7547
  };
7692
7548
  reasoning: true;
7693
- input: "text"[];
7549
+ input: ("image" | "text")[];
7694
7550
  cost: {
7695
7551
  input: number;
7696
7552
  output: number;
@@ -7840,7 +7696,7 @@ export declare const MODELS: {
7840
7696
  contextWindow: number;
7841
7697
  maxTokens: number;
7842
7698
  };
7843
- readonly "openai/gpt-oss-20b": {
7699
+ readonly "openai/gpt-oss-120b": {
7844
7700
  id: string;
7845
7701
  name: string;
7846
7702
  api: "openai-completions";
@@ -7868,7 +7724,7 @@ export declare const MODELS: {
7868
7724
  contextWindow: number;
7869
7725
  maxTokens: number;
7870
7726
  };
7871
- readonly "qwen/qwen3-coder-480b-a35b-instruct": {
7727
+ readonly "openai/gpt-oss-20b": {
7872
7728
  id: string;
7873
7729
  name: string;
7874
7730
  api: "openai-completions";
@@ -7885,7 +7741,7 @@ export declare const MODELS: {
7885
7741
  supportsStrictMode: false;
7886
7742
  supportsLongCacheRetention: false;
7887
7743
  };
7888
- reasoning: false;
7744
+ reasoning: true;
7889
7745
  input: "text"[];
7890
7746
  cost: {
7891
7747
  input: number;
@@ -8920,30 +8776,6 @@ export declare const MODELS: {
8920
8776
  contextWindow: number;
8921
8777
  maxTokens: number;
8922
8778
  };
8923
- readonly "claude-fable-5": {
8924
- id: string;
8925
- name: string;
8926
- api: "anthropic-messages";
8927
- provider: string;
8928
- baseUrl: string;
8929
- compat: {
8930
- forceAdaptiveThinking: true;
8931
- };
8932
- reasoning: true;
8933
- thinkingLevelMap: {
8934
- off: null;
8935
- xhigh: string;
8936
- };
8937
- input: ("image" | "text")[];
8938
- cost: {
8939
- input: number;
8940
- output: number;
8941
- cacheRead: number;
8942
- cacheWrite: number;
8943
- };
8944
- contextWindow: number;
8945
- maxTokens: number;
8946
- };
8947
8779
  readonly "claude-haiku-4-5": {
8948
8780
  id: string;
8949
8781
  name: string;
@@ -9178,6 +9010,35 @@ export declare const MODELS: {
9178
9010
  contextWindow: number;
9179
9011
  maxTokens: number;
9180
9012
  };
9013
+ readonly "deepseek-v4-pro": {
9014
+ id: string;
9015
+ name: string;
9016
+ api: "openai-completions";
9017
+ provider: string;
9018
+ baseUrl: string;
9019
+ compat: {
9020
+ maxTokensField: "max_tokens";
9021
+ requiresReasoningContentOnAssistantMessages: true;
9022
+ thinkingFormat: "deepseek";
9023
+ };
9024
+ reasoning: true;
9025
+ thinkingLevelMap: {
9026
+ minimal: null;
9027
+ low: null;
9028
+ medium: null;
9029
+ high: string;
9030
+ xhigh: string;
9031
+ };
9032
+ input: "text"[];
9033
+ cost: {
9034
+ input: number;
9035
+ output: number;
9036
+ cacheRead: number;
9037
+ cacheWrite: number;
9038
+ };
9039
+ contextWindow: number;
9040
+ maxTokens: number;
9041
+ };
9181
9042
  readonly "gemini-3-flash": {
9182
9043
  id: string;
9183
9044
  name: string;
@@ -9916,26 +9777,6 @@ export declare const MODELS: {
9916
9777
  contextWindow: number;
9917
9778
  maxTokens: number;
9918
9779
  };
9919
- readonly "kimi-k2.5": {
9920
- id: string;
9921
- name: string;
9922
- api: "openai-completions";
9923
- provider: string;
9924
- baseUrl: string;
9925
- compat: {
9926
- maxTokensField: "max_tokens";
9927
- };
9928
- reasoning: true;
9929
- input: ("image" | "text")[];
9930
- cost: {
9931
- input: number;
9932
- output: number;
9933
- cacheRead: number;
9934
- cacheWrite: number;
9935
- };
9936
- contextWindow: number;
9937
- maxTokens: number;
9938
- };
9939
9780
  readonly "kimi-k2.6": {
9940
9781
  id: string;
9941
9782
  name: string;
@@ -9963,7 +9804,7 @@ export declare const MODELS: {
9963
9804
  contextWindow: number;
9964
9805
  maxTokens: number;
9965
9806
  };
9966
- readonly "mimo-v2.5": {
9807
+ readonly "kimi-k2.7-code": {
9967
9808
  id: string;
9968
9809
  name: string;
9969
9810
  api: "openai-completions";
@@ -9983,7 +9824,7 @@ export declare const MODELS: {
9983
9824
  contextWindow: number;
9984
9825
  maxTokens: number;
9985
9826
  };
9986
- readonly "mimo-v2.5-pro": {
9827
+ readonly "mimo-v2.5": {
9987
9828
  id: string;
9988
9829
  name: string;
9989
9830
  api: "openai-completions";
@@ -9993,7 +9834,7 @@ export declare const MODELS: {
9993
9834
  maxTokensField: "max_tokens";
9994
9835
  };
9995
9836
  reasoning: true;
9996
- input: "text"[];
9837
+ input: ("image" | "text")[];
9997
9838
  cost: {
9998
9839
  input: number;
9999
9840
  output: number;
@@ -10003,12 +9844,15 @@ export declare const MODELS: {
10003
9844
  contextWindow: number;
10004
9845
  maxTokens: number;
10005
9846
  };
10006
- readonly "minimax-m2.5": {
9847
+ readonly "mimo-v2.5-pro": {
10007
9848
  id: string;
10008
9849
  name: string;
10009
- api: "anthropic-messages";
9850
+ api: "openai-completions";
10010
9851
  provider: string;
10011
9852
  baseUrl: string;
9853
+ compat: {
9854
+ maxTokensField: "max_tokens";
9855
+ };
10012
9856
  reasoning: true;
10013
9857
  input: "text"[];
10014
9858
  cost: {
@@ -11876,16 +11720,12 @@ export declare const MODELS: {
11876
11720
  contextWindow: number;
11877
11721
  maxTokens: number;
11878
11722
  };
11879
- readonly "moonshotai/kimi-k2.6:free": {
11723
+ readonly "moonshotai/kimi-k2.7-code": {
11880
11724
  id: string;
11881
11725
  name: string;
11882
11726
  api: "openai-completions";
11883
11727
  provider: string;
11884
11728
  baseUrl: string;
11885
- compat: {
11886
- supportsDeveloperRole: false;
11887
- requiresReasoningContentOnAssistantMessages: true;
11888
- };
11889
11729
  reasoning: true;
11890
11730
  input: ("image" | "text")[];
11891
11731
  cost: {
@@ -12067,23 +11907,6 @@ export declare const MODELS: {
12067
11907
  contextWindow: number;
12068
11908
  maxTokens: number;
12069
11909
  };
12070
- readonly "nvidia/nemotron-nano-9b-v2": {
12071
- id: string;
12072
- name: string;
12073
- api: "openai-completions";
12074
- provider: string;
12075
- baseUrl: string;
12076
- reasoning: true;
12077
- input: "text"[];
12078
- cost: {
12079
- input: number;
12080
- output: number;
12081
- cacheRead: number;
12082
- cacheWrite: number;
12083
- };
12084
- contextWindow: number;
12085
- maxTokens: number;
12086
- };
12087
11910
  readonly "nvidia/nemotron-nano-9b-v2:free": {
12088
11911
  id: string;
12089
11912
  name: string;
@@ -14522,7 +14345,7 @@ export declare const MODELS: {
14522
14345
  };
14523
14346
  };
14524
14347
  readonly together: {
14525
- readonly "MiniMaxAI/MiniMax-M2.5": {
14348
+ readonly "MiniMaxAI/MiniMax-M2.7": {
14526
14349
  id: string;
14527
14350
  name: string;
14528
14351
  api: "openai-completions";
@@ -14535,10 +14358,10 @@ export declare const MODELS: {
14535
14358
  maxTokensField: "max_tokens";
14536
14359
  supportsStrictMode: false;
14537
14360
  supportsLongCacheRetention: false;
14538
- thinkingFormat: "together";
14539
14361
  };
14540
14362
  reasoning: true;
14541
14363
  thinkingLevelMap: {
14364
+ off: null;
14542
14365
  minimal: null;
14543
14366
  low: null;
14544
14367
  medium: null;
@@ -14553,7 +14376,7 @@ export declare const MODELS: {
14553
14376
  contextWindow: number;
14554
14377
  maxTokens: number;
14555
14378
  };
14556
- readonly "MiniMaxAI/MiniMax-M2.7": {
14379
+ readonly "MiniMaxAI/MiniMax-M3": {
14557
14380
  id: string;
14558
14381
  name: string;
14559
14382
  api: "openai-completions";
@@ -14566,15 +14389,15 @@ export declare const MODELS: {
14566
14389
  maxTokensField: "max_tokens";
14567
14390
  supportsStrictMode: false;
14568
14391
  supportsLongCacheRetention: false;
14392
+ thinkingFormat: "together";
14569
14393
  };
14570
14394
  reasoning: true;
14571
14395
  thinkingLevelMap: {
14572
- off: null;
14573
14396
  minimal: null;
14574
14397
  low: null;
14575
14398
  medium: null;
14576
14399
  };
14577
- input: "text"[];
14400
+ input: ("image" | "text")[];
14578
14401
  cost: {
14579
14402
  input: number;
14580
14403
  output: number;
@@ -14584,7 +14407,7 @@ export declare const MODELS: {
14584
14407
  contextWindow: number;
14585
14408
  maxTokens: number;
14586
14409
  };
14587
- readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
14410
+ readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
14588
14411
  id: string;
14589
14412
  name: string;
14590
14413
  api: "openai-completions";
@@ -14597,14 +14420,8 @@ export declare const MODELS: {
14597
14420
  maxTokensField: "max_tokens";
14598
14421
  supportsStrictMode: false;
14599
14422
  supportsLongCacheRetention: false;
14600
- thinkingFormat: "together";
14601
- };
14602
- reasoning: true;
14603
- thinkingLevelMap: {
14604
- minimal: null;
14605
- low: null;
14606
- medium: null;
14607
14423
  };
14424
+ reasoning: false;
14608
14425
  input: "text"[];
14609
14426
  cost: {
14610
14427
  input: number;
@@ -14615,7 +14432,7 @@ export declare const MODELS: {
14615
14432
  contextWindow: number;
14616
14433
  maxTokens: number;
14617
14434
  };
14618
- readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
14435
+ readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
14619
14436
  id: string;
14620
14437
  name: string;
14621
14438
  api: "openai-completions";
@@ -14640,7 +14457,7 @@ export declare const MODELS: {
14640
14457
  contextWindow: number;
14641
14458
  maxTokens: number;
14642
14459
  };
14643
- readonly "Qwen/Qwen3-Coder-Next-FP8": {
14460
+ readonly "Qwen/Qwen3.5-397B-A17B": {
14644
14461
  id: string;
14645
14462
  name: string;
14646
14463
  api: "openai-completions";
@@ -14661,7 +14478,7 @@ export declare const MODELS: {
14661
14478
  low: null;
14662
14479
  medium: null;
14663
14480
  };
14664
- input: "text"[];
14481
+ input: ("image" | "text")[];
14665
14482
  cost: {
14666
14483
  input: number;
14667
14484
  output: number;
@@ -14671,7 +14488,7 @@ export declare const MODELS: {
14671
14488
  contextWindow: number;
14672
14489
  maxTokens: number;
14673
14490
  };
14674
- readonly "Qwen/Qwen3.5-397B-A17B": {
14491
+ readonly "Qwen/Qwen3.5-9B": {
14675
14492
  id: string;
14676
14493
  name: string;
14677
14494
  api: "openai-completions";
@@ -14746,14 +14563,8 @@ export declare const MODELS: {
14746
14563
  maxTokensField: "max_tokens";
14747
14564
  supportsStrictMode: false;
14748
14565
  supportsLongCacheRetention: false;
14749
- thinkingFormat: "together";
14750
- };
14751
- reasoning: true;
14752
- thinkingLevelMap: {
14753
- minimal: null;
14754
- low: null;
14755
- medium: null;
14756
14566
  };
14567
+ reasoning: false;
14757
14568
  input: "text"[];
14758
14569
  cost: {
14759
14570
  input: number;
@@ -14764,7 +14575,7 @@ export declare const MODELS: {
14764
14575
  contextWindow: number;
14765
14576
  maxTokens: number;
14766
14577
  };
14767
- readonly "deepseek-ai/DeepSeek-V3": {
14578
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
14768
14579
  id: string;
14769
14580
  name: string;
14770
14581
  api: "openai-completions";
@@ -14773,7 +14584,7 @@ export declare const MODELS: {
14773
14584
  compat: {
14774
14585
  supportsStore: false;
14775
14586
  supportsDeveloperRole: false;
14776
- supportsReasoningEffort: false;
14587
+ supportsReasoningEffort: true;
14777
14588
  maxTokensField: "max_tokens";
14778
14589
  supportsStrictMode: false;
14779
14590
  supportsLongCacheRetention: false;
@@ -14784,6 +14595,8 @@ export declare const MODELS: {
14784
14595
  minimal: null;
14785
14596
  low: null;
14786
14597
  medium: null;
14598
+ high: string;
14599
+ xhigh: null;
14787
14600
  };
14788
14601
  input: "text"[];
14789
14602
  cost: {
@@ -14795,7 +14608,7 @@ export declare const MODELS: {
14795
14608
  contextWindow: number;
14796
14609
  maxTokens: number;
14797
14610
  };
14798
- readonly "deepseek-ai/DeepSeek-V3-1": {
14611
+ readonly "essentialai/Rnj-1-Instruct": {
14799
14612
  id: string;
14800
14613
  name: string;
14801
14614
  api: "openai-completions";
@@ -14808,14 +14621,8 @@ export declare const MODELS: {
14808
14621
  maxTokensField: "max_tokens";
14809
14622
  supportsStrictMode: false;
14810
14623
  supportsLongCacheRetention: false;
14811
- thinkingFormat: "together";
14812
- };
14813
- reasoning: true;
14814
- thinkingLevelMap: {
14815
- minimal: null;
14816
- low: null;
14817
- medium: null;
14818
14624
  };
14625
+ reasoning: false;
14819
14626
  input: "text"[];
14820
14627
  cost: {
14821
14628
  input: number;
@@ -14826,7 +14633,7 @@ export declare const MODELS: {
14826
14633
  contextWindow: number;
14827
14634
  maxTokens: number;
14828
14635
  };
14829
- readonly "deepseek-ai/DeepSeek-V4-Pro": {
14636
+ readonly "google/gemma-4-31B-it": {
14830
14637
  id: string;
14831
14638
  name: string;
14832
14639
  api: "openai-completions";
@@ -14835,7 +14642,7 @@ export declare const MODELS: {
14835
14642
  compat: {
14836
14643
  supportsStore: false;
14837
14644
  supportsDeveloperRole: false;
14838
- supportsReasoningEffort: true;
14645
+ supportsReasoningEffort: false;
14839
14646
  maxTokensField: "max_tokens";
14840
14647
  supportsStrictMode: false;
14841
14648
  supportsLongCacheRetention: false;
@@ -14846,10 +14653,8 @@ export declare const MODELS: {
14846
14653
  minimal: null;
14847
14654
  low: null;
14848
14655
  medium: null;
14849
- high: string;
14850
- xhigh: null;
14851
14656
  };
14852
- input: "text"[];
14657
+ input: ("image" | "text")[];
14853
14658
  cost: {
14854
14659
  input: number;
14855
14660
  output: number;
@@ -14859,7 +14664,7 @@ export declare const MODELS: {
14859
14664
  contextWindow: number;
14860
14665
  maxTokens: number;
14861
14666
  };
14862
- readonly "essentialai/Rnj-1-Instruct": {
14667
+ readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
14863
14668
  id: string;
14864
14669
  name: string;
14865
14670
  api: "openai-completions";
@@ -14884,7 +14689,7 @@ export declare const MODELS: {
14884
14689
  contextWindow: number;
14885
14690
  maxTokens: number;
14886
14691
  };
14887
- readonly "google/gemma-4-31B-it": {
14692
+ readonly "moonshotai/Kimi-K2.6": {
14888
14693
  id: string;
14889
14694
  name: string;
14890
14695
  api: "openai-completions";
@@ -14915,32 +14720,7 @@ export declare const MODELS: {
14915
14720
  contextWindow: number;
14916
14721
  maxTokens: number;
14917
14722
  };
14918
- readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
14919
- id: string;
14920
- name: string;
14921
- api: "openai-completions";
14922
- provider: string;
14923
- baseUrl: string;
14924
- compat: {
14925
- supportsStore: false;
14926
- supportsDeveloperRole: false;
14927
- supportsReasoningEffort: false;
14928
- maxTokensField: "max_tokens";
14929
- supportsStrictMode: false;
14930
- supportsLongCacheRetention: false;
14931
- };
14932
- reasoning: false;
14933
- input: "text"[];
14934
- cost: {
14935
- input: number;
14936
- output: number;
14937
- cacheRead: number;
14938
- cacheWrite: number;
14939
- };
14940
- contextWindow: number;
14941
- maxTokens: number;
14942
- };
14943
- readonly "moonshotai/Kimi-K2.5": {
14723
+ readonly "nvidia/nemotron-3-ultra-550b-a55b": {
14944
14724
  id: string;
14945
14725
  name: string;
14946
14726
  api: "openai-completions";
@@ -14961,7 +14741,7 @@ export declare const MODELS: {
14961
14741
  low: null;
14962
14742
  medium: null;
14963
14743
  };
14964
- input: ("image" | "text")[];
14744
+ input: "text"[];
14965
14745
  cost: {
14966
14746
  input: number;
14967
14747
  output: number;
@@ -14971,7 +14751,7 @@ export declare const MODELS: {
14971
14751
  contextWindow: number;
14972
14752
  maxTokens: number;
14973
14753
  };
14974
- readonly "moonshotai/Kimi-K2.6": {
14754
+ readonly "openai/gpt-oss-120b": {
14975
14755
  id: string;
14976
14756
  name: string;
14977
14757
  api: "openai-completions";
@@ -14980,19 +14760,18 @@ export declare const MODELS: {
14980
14760
  compat: {
14981
14761
  supportsStore: false;
14982
14762
  supportsDeveloperRole: false;
14983
- supportsReasoningEffort: false;
14763
+ supportsReasoningEffort: true;
14984
14764
  maxTokensField: "max_tokens";
14985
14765
  supportsStrictMode: false;
14986
14766
  supportsLongCacheRetention: false;
14987
- thinkingFormat: "together";
14767
+ thinkingFormat: "openai";
14988
14768
  };
14989
14769
  reasoning: true;
14990
14770
  thinkingLevelMap: {
14771
+ off: null;
14991
14772
  minimal: null;
14992
- low: null;
14993
- medium: null;
14994
14773
  };
14995
- input: ("image" | "text")[];
14774
+ input: "text"[];
14996
14775
  cost: {
14997
14776
  input: number;
14998
14777
  output: number;
@@ -15002,7 +14781,7 @@ export declare const MODELS: {
15002
14781
  contextWindow: number;
15003
14782
  maxTokens: number;
15004
14783
  };
15005
- readonly "nvidia/nemotron-3-ultra-550b-a55b": {
14784
+ readonly "openai/gpt-oss-20b": {
15006
14785
  id: string;
15007
14786
  name: string;
15008
14787
  api: "openai-completions";
@@ -15011,17 +14790,16 @@ export declare const MODELS: {
15011
14790
  compat: {
15012
14791
  supportsStore: false;
15013
14792
  supportsDeveloperRole: false;
15014
- supportsReasoningEffort: false;
14793
+ supportsReasoningEffort: true;
15015
14794
  maxTokensField: "max_tokens";
15016
14795
  supportsStrictMode: false;
15017
14796
  supportsLongCacheRetention: false;
15018
- thinkingFormat: "together";
14797
+ thinkingFormat: "openai";
15019
14798
  };
15020
14799
  reasoning: true;
15021
14800
  thinkingLevelMap: {
14801
+ off: null;
15022
14802
  minimal: null;
15023
- low: null;
15024
- medium: null;
15025
14803
  };
15026
14804
  input: "text"[];
15027
14805
  cost: {
@@ -15033,7 +14811,7 @@ export declare const MODELS: {
15033
14811
  contextWindow: number;
15034
14812
  maxTokens: number;
15035
14813
  };
15036
- readonly "openai/gpt-oss-120b": {
14814
+ readonly "zai-org/GLM-5": {
15037
14815
  id: string;
15038
14816
  name: string;
15039
14817
  api: "openai-completions";
@@ -15042,16 +14820,17 @@ export declare const MODELS: {
15042
14820
  compat: {
15043
14821
  supportsStore: false;
15044
14822
  supportsDeveloperRole: false;
15045
- supportsReasoningEffort: true;
14823
+ supportsReasoningEffort: false;
15046
14824
  maxTokensField: "max_tokens";
15047
14825
  supportsStrictMode: false;
15048
14826
  supportsLongCacheRetention: false;
15049
- thinkingFormat: "openai";
14827
+ thinkingFormat: "together";
15050
14828
  };
15051
14829
  reasoning: true;
15052
14830
  thinkingLevelMap: {
15053
- off: null;
15054
14831
  minimal: null;
14832
+ low: null;
14833
+ medium: null;
15055
14834
  };
15056
14835
  input: "text"[];
15057
14836
  cost: {
@@ -15504,30 +15283,6 @@ export declare const MODELS: {
15504
15283
  contextWindow: number;
15505
15284
  maxTokens: number;
15506
15285
  };
15507
- readonly "anthropic/claude-fable-5": {
15508
- id: string;
15509
- name: string;
15510
- api: "anthropic-messages";
15511
- provider: string;
15512
- baseUrl: string;
15513
- compat: {
15514
- forceAdaptiveThinking: true;
15515
- };
15516
- reasoning: true;
15517
- thinkingLevelMap: {
15518
- off: null;
15519
- xhigh: string;
15520
- };
15521
- input: ("image" | "text")[];
15522
- cost: {
15523
- input: number;
15524
- output: number;
15525
- cacheRead: number;
15526
- cacheWrite: number;
15527
- };
15528
- contextWindow: number;
15529
- maxTokens: number;
15530
- };
15531
15286
  readonly "anthropic/claude-haiku-4.5": {
15532
15287
  id: string;
15533
15288
  name: string;
@@ -16673,31 +16428,14 @@ export declare const MODELS: {
16673
16428
  contextWindow: number;
16674
16429
  maxTokens: number;
16675
16430
  };
16676
- readonly "moonshotai/kimi-k2-thinking-turbo": {
16431
+ readonly "moonshotai/kimi-k2.5": {
16677
16432
  id: string;
16678
16433
  name: string;
16679
16434
  api: "anthropic-messages";
16680
16435
  provider: string;
16681
16436
  baseUrl: string;
16682
16437
  reasoning: true;
16683
- input: "text"[];
16684
- cost: {
16685
- input: number;
16686
- output: number;
16687
- cacheRead: number;
16688
- cacheWrite: number;
16689
- };
16690
- contextWindow: number;
16691
- maxTokens: number;
16692
- };
16693
- readonly "moonshotai/kimi-k2-turbo": {
16694
- id: string;
16695
- name: string;
16696
- api: "anthropic-messages";
16697
- provider: string;
16698
- baseUrl: string;
16699
- reasoning: false;
16700
- input: "text"[];
16438
+ input: ("image" | "text")[];
16701
16439
  cost: {
16702
16440
  input: number;
16703
16441
  output: number;
@@ -16707,7 +16445,7 @@ export declare const MODELS: {
16707
16445
  contextWindow: number;
16708
16446
  maxTokens: number;
16709
16447
  };
16710
- readonly "moonshotai/kimi-k2.5": {
16448
+ readonly "moonshotai/kimi-k2.6": {
16711
16449
  id: string;
16712
16450
  name: string;
16713
16451
  api: "anthropic-messages";
@@ -16724,7 +16462,7 @@ export declare const MODELS: {
16724
16462
  contextWindow: number;
16725
16463
  maxTokens: number;
16726
16464
  };
16727
- readonly "moonshotai/kimi-k2.6": {
16465
+ readonly "moonshotai/kimi-k2.7-code": {
16728
16466
  id: string;
16729
16467
  name: string;
16730
16468
  api: "anthropic-messages";
@@ -18701,6 +18439,28 @@ export declare const MODELS: {
18701
18439
  contextWindow: number;
18702
18440
  maxTokens: number;
18703
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
+ };
18704
18464
  readonly "glm-5v-turbo": {
18705
18465
  id: string;
18706
18466
  name: string;
@@ -18812,6 +18572,28 @@ export declare const MODELS: {
18812
18572
  contextWindow: number;
18813
18573
  maxTokens: number;
18814
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
+ };
18815
18597
  readonly "glm-5v-turbo": {
18816
18598
  id: string;
18817
18599
  name: string;