@kodax-ai/kodax 0.7.76 → 0.7.78

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 (130) hide show
  1. package/CHANGELOG.md +758 -371
  2. package/LICENSE +158 -158
  3. package/README.md +1702 -1508
  4. package/README_CN.md +1019 -869
  5. package/config-templates/config.example.jsonc +86 -4
  6. package/config-templates/integrations/a2a.example.jsonc +98 -98
  7. package/config-templates/integrations/extensions.example.jsonc +7 -7
  8. package/config-templates/integrations/mcp.example.jsonc +16 -16
  9. package/dist/builtin/code-review/SKILL.md +22 -22
  10. package/dist/builtin/skill-creator/scripts/aggregate-benchmark.d.ts +46 -46
  11. package/dist/builtin/skill-creator/scripts/analyze-benchmark.d.ts +46 -46
  12. package/dist/builtin/skill-creator/scripts/compare-runs.d.ts +62 -62
  13. package/dist/builtin/skill-creator/scripts/generate-review.d.ts +33 -33
  14. package/dist/builtin/skill-creator/scripts/grade-evals.d.ts +73 -73
  15. package/dist/builtin/skill-creator/scripts/improve-description.d.ts +23 -23
  16. package/dist/builtin/skill-creator/scripts/init-skill.d.ts +14 -14
  17. package/dist/builtin/skill-creator/scripts/install-skill.d.ts +29 -29
  18. package/dist/builtin/skill-creator/scripts/package-skill.d.ts +38 -38
  19. package/dist/builtin/skill-creator/scripts/quick-validate.d.ts +8 -8
  20. package/dist/builtin/skill-creator/scripts/run-eval.d.ts +66 -66
  21. package/dist/builtin/skill-creator/scripts/run-loop.d.ts +49 -49
  22. package/dist/builtin/skill-creator/scripts/run-trigger-eval.d.ts +58 -58
  23. package/dist/chunks/agent-ASP4MS3X.js +2 -0
  24. package/dist/chunks/argument-completer-JYQ7FX3W.js +2 -0
  25. package/dist/chunks/chunk-2CFHBKRE.js +5 -0
  26. package/dist/chunks/chunk-35PPHOQ2.js +292 -0
  27. package/dist/chunks/chunk-43QNNDHR.js +29 -0
  28. package/dist/chunks/chunk-5BNQXXGY.js +1 -0
  29. package/dist/chunks/chunk-5GO6FH7L.js +458 -0
  30. package/dist/chunks/chunk-5NDCSFOP.js +78 -0
  31. package/dist/chunks/chunk-6FOJVETH.js +22 -0
  32. package/dist/chunks/chunk-6XM4B6K2.js +48 -0
  33. package/dist/chunks/chunk-6YZUE6NC.js +240 -0
  34. package/dist/chunks/{chunk-RDXRM3UI.js → chunk-7OEBJGHK.js} +1 -1
  35. package/dist/chunks/chunk-KQLQYHWU.js +386 -0
  36. package/dist/chunks/chunk-NXO6GWSY.js +46 -0
  37. package/dist/chunks/chunk-T2XZTLYE.js +316 -0
  38. package/dist/chunks/chunk-TQDBTTIM.js +348 -0
  39. package/dist/chunks/{chunk-SMT2JSM3.js → chunk-UID7BLAB.js} +9 -9
  40. package/dist/chunks/chunk-VAT2QYXM.js +765 -0
  41. package/dist/chunks/chunk-YAZQTC2L.js +5 -0
  42. package/dist/chunks/chunk-YVRYHC4C.js +655 -0
  43. package/dist/chunks/{chunk-PXKSE54E.js → chunk-Z3KFRTSB.js} +1 -1
  44. package/dist/chunks/compaction-config-BQSSIWK5.js +2 -0
  45. package/dist/chunks/{construction-bootstrap-5F5KF2BZ.js → construction-bootstrap-VQLQGWPY.js} +1 -1
  46. package/dist/chunks/dist-BFT5YIGU.js +2 -0
  47. package/dist/chunks/dist-PCFE24YP.js +2 -0
  48. package/dist/chunks/host-UTFXCYYM.js +2 -0
  49. package/dist/chunks/run-manager-PJU3WIFJ.js +2 -0
  50. package/dist/chunks/utils-SID4HW2Q.js +2 -0
  51. package/dist/index.d.ts +21 -19
  52. package/dist/index.js +6 -6
  53. package/dist/kodax_bootstrap.js +25 -25
  54. package/dist/kodax_cli.js +1787 -1341
  55. package/dist/kodax_resume.js +17 -17
  56. package/dist/provider-capabilities.json +392 -362
  57. package/dist/runtime-worker.js +1707 -1279
  58. package/dist/sandbox-workspace-session.js +563 -0
  59. package/dist/sdk-a2a.d.ts +18 -17
  60. package/dist/sdk-a2a.js +8 -8
  61. package/dist/sdk-agent.d.ts +320 -70
  62. package/dist/sdk-agent.js +1 -1
  63. package/dist/sdk-coding.d.ts +135 -168
  64. package/dist/sdk-coding.js +1 -1
  65. package/dist/sdk-experimental-memory.d.ts +14 -597
  66. package/dist/sdk-experimental-memory.js +1 -1
  67. package/dist/sdk-llm.d.ts +219 -6
  68. package/dist/sdk-llm.js +1 -1
  69. package/dist/sdk-mcp.js +1 -1
  70. package/dist/sdk-media.d.ts +1 -1
  71. package/dist/sdk-media.js +1 -1
  72. package/dist/sdk-repl.d.ts +70 -27
  73. package/dist/sdk-repl.js +2 -2
  74. package/dist/sdk-runtime.d.ts +212 -149
  75. package/dist/sdk-runtime.js +1 -1
  76. package/dist/sdk-sandbox.d.ts +93 -0
  77. package/dist/sdk-sandbox.js +2 -0
  78. package/dist/sdk-session.d.ts +8 -8
  79. package/dist/sdk-session.js +1 -1
  80. package/dist/sdk-skills.d.ts +2 -2
  81. package/dist/sdk-skills.js +1 -1
  82. package/dist/semantic-worker.js +15 -15
  83. package/dist/types-chunks/{base.d-ChvpaKjZ.d.ts → base.d-4e74xDdy.d.ts} +13 -1
  84. package/dist/types-chunks/{bash-prefix-extractor.d-r1beOESM.d.ts → bash-prefix-extractor.d-uAe2Oqda.d.ts} +319 -9
  85. package/dist/types-chunks/{capability-learning.d-DPrYxRjF.d.ts → capability-learning.d-CVsdHw4j.d.ts} +1 -1
  86. package/dist/types-chunks/{capsule.d-zeqV4IQX.d.ts → capsule.d-BlSv9l3V.d.ts} +2 -2
  87. package/dist/types-chunks/{guardrail.d-CWYD1bdL.d.ts → guardrail.d-BRE_ErEj.d.ts} +1 -1
  88. package/dist/types-chunks/{guardrail.d-qjuKJZ31.d.ts → guardrail.d-CXDYRgZ3.d.ts} +201 -35
  89. package/dist/types-chunks/{history-retrieval.d-BKTJIrVd.d.ts → history-retrieval.d-DtCy7x64.d.ts} +2 -2
  90. package/dist/types-chunks/{integration-config.d-ojG4swOP.d.ts → integration-config.d-BNowXE8k.d.ts} +23 -8
  91. package/dist/types-chunks/{public-api.d-CX4B11qY.d.ts → public-api.d-B3AohsxN.d.ts} +37 -8
  92. package/dist/types-chunks/{commands.d-DUxnK2TU.d.ts → repl.d-Ie_ZXb_U.d.ts} +89 -78
  93. package/dist/types-chunks/{side-query.d-DWTMsndP.d.ts → resolver.d-iAQ9ocLB.d.ts} +23 -74
  94. package/dist/types-chunks/{run-manager.d-B9fEIjZk.d.ts → run-manager.d-D1twIhF9.d.ts} +1 -1
  95. package/dist/types-chunks/{sdk-session-B0fhAOPa.d.ts → sdk-session-DB9KksIx.d.ts} +3 -3
  96. package/dist/types-chunks/side-query.d-DTuLPcC5.d.ts +77 -0
  97. package/dist/types-chunks/types-D3g6XUQr.d.ts +662 -0
  98. package/dist/types-chunks/{types.d-sRLugmjy.d.ts → types.d-BA-Jwpfs.d.ts} +506 -11
  99. package/dist/types-chunks/{types.d-DEctY20M.d.ts → types.d-BH0ZkTGf.d.ts} +2 -2
  100. package/dist/types-chunks/{types.d-DCQVBqVn.d.ts → types.d-BbtGlKZu.d.ts} +25 -3
  101. package/dist/types-chunks/{types.d-CSmF0t0n.d.ts → types.d-DIpZJKUl.d.ts} +15 -0
  102. package/dist/types-chunks/{types.d-Bm_y6YuM.d.ts → types.d-DVDTIfB_.d.ts} +4 -4
  103. package/dist/types-chunks/{utils.d-D0wPxz8y.d.ts → utils.d-CVp6bFl9.d.ts} +23 -7
  104. package/docs/SDK_EMBEDDER_GUIDE.md +592 -119
  105. package/package.json +9 -1
  106. package/scripts/kodax-bin.cjs +28 -28
  107. package/scripts/production-env.cjs +25 -25
  108. package/dist/chunks/agent-7X5CFET2.js +0 -2
  109. package/dist/chunks/argument-completer-3NHIKB4N.js +0 -2
  110. package/dist/chunks/chunk-4PWPNCNK.js +0 -158
  111. package/dist/chunks/chunk-7FJNLJLF.js +0 -369
  112. package/dist/chunks/chunk-COQYLD4U.js +0 -5
  113. package/dist/chunks/chunk-D3T24FJW.js +0 -78
  114. package/dist/chunks/chunk-EI4JBQKL.js +0 -46
  115. package/dist/chunks/chunk-HGT6WQ24.js +0 -321
  116. package/dist/chunks/chunk-HS3XHF3R.js +0 -622
  117. package/dist/chunks/chunk-IDCGNQ4H.js +0 -5
  118. package/dist/chunks/chunk-KAY2XLCP.js +0 -74
  119. package/dist/chunks/chunk-OD6LVXU6.js +0 -329
  120. package/dist/chunks/chunk-OSF3H4RR.js +0 -22
  121. package/dist/chunks/chunk-TGMBHGZO.js +0 -427
  122. package/dist/chunks/chunk-VWSLC2WO.js +0 -770
  123. package/dist/chunks/chunk-Y3AMP22L.js +0 -37
  124. package/dist/chunks/compaction-config-7J2XE35D.js +0 -2
  125. package/dist/chunks/dist-2RA7LSH3.js +0 -2
  126. package/dist/chunks/dist-URKXBOC6.js +0 -2
  127. package/dist/chunks/host-RKZ2OGFT.js +0 -2
  128. package/dist/chunks/run-manager-7RM4HEH6.js +0 -2
  129. package/dist/chunks/utils-X3TEH6IO.js +0 -2
  130. package/dist/types-chunks/center-types.d-BBT122uJ.d.ts +0 -91
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "updatedAt": "2026-07-25",
3
+ "updatedAt": "2026-07-25",
4
4
  "providers": {
5
5
  "anthropic": {
6
6
  "apiKeyEnv": "ANTHROPIC_API_KEY",
@@ -186,39 +186,69 @@
186
186
  "maxOutputTokens": 64000,
187
187
  "verifyStrategy": "models-list"
188
188
  },
189
- "kimi": {
190
- "apiKeyEnv": "KIMI_API_KEY",
191
- "model": "kimi-k2.7-code",
192
- "models": [
193
- {
194
- "id": "kimi-k2.7-code-highspeed",
195
- "displayName": "Kimi K2.7 Code HighSpeed"
196
- },
197
- {
198
- "id": "kimi-k2.6",
199
- "displayName": "Kimi K2.6",
200
- "reasoningProfile": {
201
- "reasoningPreset": "kimi-hybrid-toggle",
202
- "effortStrategy": "provider-toggle",
203
- "thinkingStrategy": "provider-toggle",
204
- "supportedEfforts": [
205
- { "value": "none", "description": "Disable thinking" },
206
- { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
207
- { "value": "low", "description": "Enable thinking" },
208
- { "value": "medium", "description": "Enable thinking", "isDefault": true },
209
- { "value": "high", "description": "Enable thinking" },
210
- { "value": "xhigh", "description": "Enable thinking" },
211
- { "value": "max", "description": "Enable thinking" }
212
- ],
213
- "disabledEfforts": ["none", "minimal"],
214
- "supportsDisabledThinking": true
215
- }
216
- },
217
- {
218
- "id": "kimi-k2.5",
219
- "displayName": "Kimi K2.5",
220
- "reasoningProfile": {
221
- "reasoningPreset": "kimi-hybrid-toggle",
189
+ "kimi": {
190
+ "apiKeyEnv": "KIMI_API_KEY",
191
+ "model": "kimi-k2.7-code",
192
+ "models": [
193
+ {
194
+ "id": "kimi-k3",
195
+ "displayName": "Kimi K3",
196
+ "contextWindow": 1048576,
197
+ "maxOutputTokens": 32000,
198
+ "reasoningCapability": "native-effort",
199
+ "reasoningProfile": {
200
+ "reasoningPreset": "kimi-k3",
201
+ "effortStrategy": "provider-toggle",
202
+ "thinkingStrategy": "provider-toggle",
203
+ "defaultEffort": "high",
204
+ "supportedEfforts": [
205
+ { "value": "none", "description": "Disable thinking" },
206
+ { "value": "low", "description": "Low thinking effort" },
207
+ { "value": "high", "description": "High thinking effort", "isDefault": true },
208
+ { "value": "max", "description": "Maximum thinking effort" }
209
+ ],
210
+ "effortAliases": {
211
+ "minimal": "low",
212
+ "minimum": "low",
213
+ "light": "low",
214
+ "medium": "high",
215
+ "xhigh": "max",
216
+ "ultra": "max"
217
+ },
218
+ "disabledEfforts": ["none"],
219
+ "supportsReasoningEffort": true,
220
+ "supportsDisabledThinking": true
221
+ }
222
+ },
223
+ {
224
+ "id": "kimi-k2.7-code-highspeed",
225
+ "displayName": "Kimi K2.7 Code HighSpeed"
226
+ },
227
+ {
228
+ "id": "kimi-k2.6",
229
+ "displayName": "Kimi K2.6",
230
+ "reasoningProfile": {
231
+ "reasoningPreset": "kimi-hybrid-toggle",
232
+ "effortStrategy": "provider-toggle",
233
+ "thinkingStrategy": "provider-toggle",
234
+ "supportedEfforts": [
235
+ { "value": "none", "description": "Disable thinking" },
236
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
237
+ { "value": "low", "description": "Enable thinking" },
238
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
239
+ { "value": "high", "description": "Enable thinking" },
240
+ { "value": "xhigh", "description": "Enable thinking" },
241
+ { "value": "max", "description": "Enable thinking" }
242
+ ],
243
+ "disabledEfforts": ["none", "minimal"],
244
+ "supportsDisabledThinking": true
245
+ }
246
+ },
247
+ {
248
+ "id": "kimi-k2.5",
249
+ "displayName": "Kimi K2.5",
250
+ "reasoningProfile": {
251
+ "reasoningPreset": "kimi-hybrid-toggle",
222
252
  "effortStrategy": "provider-toggle",
223
253
  "thinkingStrategy": "provider-toggle",
224
254
  "supportedEfforts": [
@@ -234,101 +264,101 @@
234
264
  "supportsDisabledThinking": true
235
265
  }
236
266
  }
237
- ],
238
- "reasoningCapability": "native-toggle",
239
- "reasoningProfile": {
240
- "reasoningPreset": "kimi-k2.7-code",
241
- "effortStrategy": "prompt-only",
242
- "defaultEffort": "high",
243
- "supportedEfforts": [
244
- { "value": "low", "description": "Thinking is always on" },
245
- { "value": "medium", "description": "Thinking is always on" },
246
- { "value": "high", "description": "Thinking is always on", "isDefault": true },
247
- { "value": "xhigh", "description": "Thinking is always on" },
248
- { "value": "max", "description": "Thinking is always on" }
249
- ],
250
- "localRejectEfforts": ["none", "minimal"]
251
- },
252
- "capabilityProfile": "image-input-native",
253
- "supportsThinking": true,
254
- "contextWindow": 262144,
255
- "maxOutputTokens": 32768,
256
- "verifyStrategy": "models-list"
267
+ ],
268
+ "reasoningCapability": "native-toggle",
269
+ "reasoningProfile": {
270
+ "reasoningPreset": "kimi-k2.7-code",
271
+ "effortStrategy": "prompt-only",
272
+ "defaultEffort": "high",
273
+ "supportedEfforts": [
274
+ { "value": "low", "description": "Thinking is always on" },
275
+ { "value": "medium", "description": "Thinking is always on" },
276
+ { "value": "high", "description": "Thinking is always on", "isDefault": true },
277
+ { "value": "xhigh", "description": "Thinking is always on" },
278
+ { "value": "max", "description": "Thinking is always on" }
279
+ ],
280
+ "localRejectEfforts": ["none", "minimal"]
281
+ },
282
+ "capabilityProfile": "image-input-native",
283
+ "supportsThinking": true,
284
+ "contextWindow": 262144,
285
+ "maxOutputTokens": 32768,
286
+ "verifyStrategy": "models-list"
257
287
  },
258
- "kimi-code": {
259
- "apiKeyEnv": "KIMI_CODE_API_KEY",
260
- "model": "k3-256k",
261
- "models": [
262
- {
263
- "id": "k3",
264
- "displayName": "Kimi K3 (1M, Allegretto+)",
265
- "contextWindow": 1048576,
266
- "reasoningCapability": "native-effort",
267
- "reasoningProfile": {
268
- "reasoningPreset": "kimi-k3",
269
- "effortStrategy": "provider-toggle",
270
- "thinkingStrategy": "provider-toggle",
271
- "defaultEffort": "high",
272
- "supportedEfforts": [
273
- { "value": "none", "description": "Disable thinking" },
274
- { "value": "low", "description": "Low thinking effort" },
275
- { "value": "high", "description": "High thinking effort", "isDefault": true },
276
- { "value": "max", "description": "Maximum thinking effort" }
277
- ],
278
- "effortAliases": {
279
- "minimal": "low",
280
- "minimum": "low",
281
- "light": "low",
282
- "medium": "high",
283
- "xhigh": "max",
284
- "ultra": "max"
285
- },
286
- "disabledEfforts": ["none"],
287
- "supportsReasoningEffort": true,
288
- "supportsDisabledThinking": true
289
- }
290
- },
291
- {
292
- "id": "k3-256k",
293
- "displayName": "Kimi K3 (256K, Moderato)",
294
- "contextWindow": 262144,
295
- "reasoningCapability": "native-effort",
296
- "reasoningProfile": {
297
- "reasoningPreset": "kimi-k3",
298
- "effortStrategy": "provider-toggle",
299
- "thinkingStrategy": "provider-toggle",
300
- "defaultEffort": "high",
301
- "supportedEfforts": [
302
- { "value": "none", "description": "Disable thinking" },
303
- { "value": "low", "description": "Low thinking effort" },
304
- { "value": "high", "description": "High thinking effort", "isDefault": true },
305
- { "value": "max", "description": "Maximum thinking effort" }
306
- ],
307
- "effortAliases": {
308
- "minimal": "low",
309
- "minimum": "low",
310
- "light": "low",
311
- "medium": "high",
312
- "xhigh": "max",
313
- "ultra": "max"
314
- },
315
- "disabledEfforts": ["none"],
316
- "supportsReasoningEffort": true,
317
- "supportsDisabledThinking": true
318
- }
319
- },
320
- {
321
- "id": "kimi-for-coding",
322
- "displayName": "Kimi K2.7 Code",
323
- "contextWindow": 262144
324
- },
325
- {
326
- "id": "kimi-for-coding-highspeed",
327
- "displayName": "Kimi K2.7 Code HighSpeed",
328
- "contextWindow": 262144
329
- }
330
- ],
331
- "reasoningCapability": "native-toggle",
288
+ "kimi-code": {
289
+ "apiKeyEnv": "KIMI_CODE_API_KEY",
290
+ "model": "k3-256k",
291
+ "models": [
292
+ {
293
+ "id": "k3",
294
+ "displayName": "Kimi K3 (1M, Allegretto+)",
295
+ "contextWindow": 1048576,
296
+ "reasoningCapability": "native-effort",
297
+ "reasoningProfile": {
298
+ "reasoningPreset": "kimi-k3",
299
+ "effortStrategy": "provider-toggle",
300
+ "thinkingStrategy": "provider-toggle",
301
+ "defaultEffort": "high",
302
+ "supportedEfforts": [
303
+ { "value": "none", "description": "Disable thinking" },
304
+ { "value": "low", "description": "Low thinking effort" },
305
+ { "value": "high", "description": "High thinking effort", "isDefault": true },
306
+ { "value": "max", "description": "Maximum thinking effort" }
307
+ ],
308
+ "effortAliases": {
309
+ "minimal": "low",
310
+ "minimum": "low",
311
+ "light": "low",
312
+ "medium": "high",
313
+ "xhigh": "max",
314
+ "ultra": "max"
315
+ },
316
+ "disabledEfforts": ["none"],
317
+ "supportsReasoningEffort": true,
318
+ "supportsDisabledThinking": true
319
+ }
320
+ },
321
+ {
322
+ "id": "k3-256k",
323
+ "displayName": "Kimi K3 (256K, Moderato)",
324
+ "contextWindow": 262144,
325
+ "reasoningCapability": "native-effort",
326
+ "reasoningProfile": {
327
+ "reasoningPreset": "kimi-k3",
328
+ "effortStrategy": "provider-toggle",
329
+ "thinkingStrategy": "provider-toggle",
330
+ "defaultEffort": "high",
331
+ "supportedEfforts": [
332
+ { "value": "none", "description": "Disable thinking" },
333
+ { "value": "low", "description": "Low thinking effort" },
334
+ { "value": "high", "description": "High thinking effort", "isDefault": true },
335
+ { "value": "max", "description": "Maximum thinking effort" }
336
+ ],
337
+ "effortAliases": {
338
+ "minimal": "low",
339
+ "minimum": "low",
340
+ "light": "low",
341
+ "medium": "high",
342
+ "xhigh": "max",
343
+ "ultra": "max"
344
+ },
345
+ "disabledEfforts": ["none"],
346
+ "supportsReasoningEffort": true,
347
+ "supportsDisabledThinking": true
348
+ }
349
+ },
350
+ {
351
+ "id": "kimi-for-coding",
352
+ "displayName": "Kimi K2.7 Code",
353
+ "contextWindow": 262144
354
+ },
355
+ {
356
+ "id": "kimi-for-coding-highspeed",
357
+ "displayName": "Kimi K2.7 Code HighSpeed",
358
+ "contextWindow": 262144
359
+ }
360
+ ],
361
+ "reasoningCapability": "native-toggle",
332
362
  "reasoningProfile": {
333
363
  "reasoningPreset": "kimi-k2.7-code",
334
364
  "effortStrategy": "prompt-only",
@@ -344,11 +374,11 @@
344
374
  },
345
375
  "capabilityProfile": "image-input-native",
346
376
  "supportsThinking": true,
347
- "contextWindow": 262144,
377
+ "contextWindow": 262144,
348
378
  "maxOutputTokens": 32000,
349
379
  "verifyStrategy": "count-tokens"
350
380
  },
351
- "qwen": {
381
+ "qwen": {
352
382
  "apiKeyEnv": "QWEN_API_KEY",
353
383
  "model": "qwen3.5-plus",
354
384
  "reasoningCapability": "native-budget",
@@ -381,188 +411,188 @@
381
411
  "supportsThinking": true,
382
412
  "contextWindow": 256000,
383
413
  "maxOutputTokens": 32768,
384
- "verifyStrategy": "models-list"
385
- },
386
- "qwen-token-plan": {
387
- "apiKeyEnv": "QWEN_TOKEN_API_KEY",
388
- "model": "qwen3.8-max-preview",
389
- "models": [
390
- {
391
- "id": "qwen3.7-max",
392
- "displayName": "Qwen 3.7 Max",
393
- "reasoningProfile": {
394
- "reasoningPreset": "qwen-hybrid-thinking",
395
- "effortStrategy": "provider-budget",
396
- "thinkingStrategy": "provider-budget",
397
- "defaultEffort": "medium",
398
- "supportedEfforts": [
399
- { "value": "none", "description": "Disable thinking" },
400
- { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
401
- { "value": "low", "description": "Light thinking budget" },
402
- { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
403
- { "value": "high", "description": "High thinking budget" },
404
- { "value": "xhigh", "description": "Very high thinking budget" },
405
- { "value": "max", "description": "Maximum thinking budget" }
406
- ],
407
- "budgetByEffort": {
408
- "low": 6000,
409
- "medium": 10000,
410
- "high": 16000,
411
- "xhigh": 24000,
412
- "max": 32000
413
- },
414
- "disabledEfforts": ["none", "minimal"],
415
- "supportsManualThinkingBudget": true,
416
- "supportsDisabledThinking": true
417
- }
418
- },
419
- {
420
- "id": "qwen3.7-plus",
421
- "displayName": "Qwen 3.7 Plus",
422
- "reasoningProfile": {
423
- "reasoningPreset": "qwen-hybrid-thinking",
424
- "effortStrategy": "provider-budget",
425
- "thinkingStrategy": "provider-budget",
426
- "defaultEffort": "medium",
427
- "supportedEfforts": [
428
- { "value": "none", "description": "Disable thinking" },
429
- { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
430
- { "value": "low", "description": "Light thinking budget" },
431
- { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
432
- { "value": "high", "description": "High thinking budget" },
433
- { "value": "xhigh", "description": "Very high thinking budget" },
434
- { "value": "max", "description": "Maximum thinking budget" }
435
- ],
436
- "budgetByEffort": {
437
- "low": 6000,
438
- "medium": 10000,
439
- "high": 16000,
440
- "xhigh": 24000,
441
- "max": 32000
442
- },
443
- "disabledEfforts": ["none", "minimal"],
444
- "supportsManualThinkingBudget": true,
445
- "supportsDisabledThinking": true
446
- }
447
- },
448
- {
449
- "id": "qwen3.6-flash",
450
- "displayName": "Qwen 3.6 Flash",
451
- "reasoningProfile": {
452
- "reasoningPreset": "qwen-hybrid-thinking",
453
- "effortStrategy": "provider-budget",
454
- "thinkingStrategy": "provider-budget",
455
- "defaultEffort": "medium",
456
- "supportedEfforts": [
457
- { "value": "none", "description": "Disable thinking" },
458
- { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
459
- { "value": "low", "description": "Light thinking budget" },
460
- { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
461
- { "value": "high", "description": "High thinking budget" },
462
- { "value": "xhigh", "description": "Very high thinking budget" },
463
- { "value": "max", "description": "Maximum thinking budget" }
464
- ],
465
- "budgetByEffort": {
466
- "low": 6000,
467
- "medium": 10000,
468
- "high": 16000,
469
- "xhigh": 24000,
470
- "max": 32000
471
- },
472
- "disabledEfforts": ["none", "minimal"],
473
- "supportsManualThinkingBudget": true,
474
- "supportsDisabledThinking": true
475
- }
476
- },
477
- {
478
- "id": "glm-5.2",
479
- "displayName": "GLM-5.2",
480
- "maxOutputTokens": 131072,
481
- "reasoningCapability": "native-effort",
482
- "reasoningProfile": {
483
- "reasoningPreset": "zai-glm-5.2",
484
- "effortStrategy": "openai-chat-effort",
485
- "thinkingStrategy": "provider-toggle",
486
- "defaultEffort": "max",
487
- "supportedEfforts": [
488
- { "value": "none", "description": "Disable thinking" },
489
- { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
490
- { "value": "low", "description": "Alias to high" },
491
- { "value": "medium", "description": "Alias to high" },
492
- { "value": "high", "description": "GLM high reasoning" },
493
- { "value": "xhigh", "description": "Alias to max" },
494
- { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
495
- ],
496
- "effortAliases": {
497
- "low": "high",
498
- "medium": "high",
499
- "xhigh": "max"
500
- },
501
- "disabledEfforts": ["none", "minimal"],
502
- "supportsReasoningEffort": true,
503
- "supportsDisabledThinking": true
504
- }
505
- },
506
- {
507
- "id": "deepseek-v4-pro",
508
- "displayName": "DeepSeek V4 Pro",
509
- "reasoningCapability": "native-effort",
510
- "reasoningProfile": {
511
- "effortStrategy": "anthropic-reasoning-effort",
512
- "thinkingStrategy": "provider-toggle",
513
- "defaultEffort": "high",
514
- "supportedEfforts": [
515
- { "value": "none", "description": "Disable thinking" },
516
- { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
517
- { "value": "low", "description": "Alias to high" },
518
- { "value": "medium", "description": "Alias to high" },
519
- { "value": "high", "description": "DeepSeek high reasoning", "isDefault": true },
520
- { "value": "xhigh", "description": "Alias to max" },
521
- { "value": "max", "description": "DeepSeek max reasoning" }
522
- ],
523
- "effortAliases": {
524
- "low": "high",
525
- "medium": "high",
526
- "xhigh": "max"
527
- },
528
- "disabledEfforts": ["none", "minimal"],
529
- "supportsReasoningEffort": true,
530
- "supportsDisabledThinking": true
531
- }
532
- }
533
- ],
534
- "reasoningCapability": "native-budget",
535
- "reasoningProfile": {
536
- "reasoningPreset": "qwen-hybrid-thinking",
537
- "effortStrategy": "provider-budget",
538
- "thinkingStrategy": "provider-budget",
539
- "defaultEffort": "medium",
540
- "supportedEfforts": [
541
- { "value": "low", "description": "Light thinking budget" },
542
- { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
543
- { "value": "high", "description": "High thinking budget" },
544
- { "value": "xhigh", "description": "Very high thinking budget" },
545
- { "value": "max", "description": "Maximum thinking budget" }
546
- ],
547
- "budgetByEffort": {
548
- "low": 6000,
549
- "medium": 10000,
550
- "high": 16000,
551
- "xhigh": 24000,
552
- "max": 32000
553
- },
554
- "localRejectEfforts": ["none", "minimal"],
555
- "supportsManualThinkingBudget": true,
556
- "supportsDisabledThinking": false
557
- },
558
- "capabilityProfile": "image-input-native",
559
- "supportsThinking": true,
560
- "contextWindow": 1000000,
561
- "maxOutputTokens": 64000,
562
- "thinkingBudgetCap": 32000,
563
- "verifyStrategy": "count-tokens"
564
- },
565
- "zhipu": {
414
+ "verifyStrategy": "models-list"
415
+ },
416
+ "qwen-token-plan": {
417
+ "apiKeyEnv": "QWEN_TOKEN_API_KEY",
418
+ "model": "qwen3.8-max-preview",
419
+ "models": [
420
+ {
421
+ "id": "qwen3.7-max",
422
+ "displayName": "Qwen 3.7 Max",
423
+ "reasoningProfile": {
424
+ "reasoningPreset": "qwen-hybrid-thinking",
425
+ "effortStrategy": "provider-budget",
426
+ "thinkingStrategy": "provider-budget",
427
+ "defaultEffort": "medium",
428
+ "supportedEfforts": [
429
+ { "value": "none", "description": "Disable thinking" },
430
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
431
+ { "value": "low", "description": "Light thinking budget" },
432
+ { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
433
+ { "value": "high", "description": "High thinking budget" },
434
+ { "value": "xhigh", "description": "Very high thinking budget" },
435
+ { "value": "max", "description": "Maximum thinking budget" }
436
+ ],
437
+ "budgetByEffort": {
438
+ "low": 6000,
439
+ "medium": 10000,
440
+ "high": 16000,
441
+ "xhigh": 24000,
442
+ "max": 32000
443
+ },
444
+ "disabledEfforts": ["none", "minimal"],
445
+ "supportsManualThinkingBudget": true,
446
+ "supportsDisabledThinking": true
447
+ }
448
+ },
449
+ {
450
+ "id": "qwen3.7-plus",
451
+ "displayName": "Qwen 3.7 Plus",
452
+ "reasoningProfile": {
453
+ "reasoningPreset": "qwen-hybrid-thinking",
454
+ "effortStrategy": "provider-budget",
455
+ "thinkingStrategy": "provider-budget",
456
+ "defaultEffort": "medium",
457
+ "supportedEfforts": [
458
+ { "value": "none", "description": "Disable thinking" },
459
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
460
+ { "value": "low", "description": "Light thinking budget" },
461
+ { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
462
+ { "value": "high", "description": "High thinking budget" },
463
+ { "value": "xhigh", "description": "Very high thinking budget" },
464
+ { "value": "max", "description": "Maximum thinking budget" }
465
+ ],
466
+ "budgetByEffort": {
467
+ "low": 6000,
468
+ "medium": 10000,
469
+ "high": 16000,
470
+ "xhigh": 24000,
471
+ "max": 32000
472
+ },
473
+ "disabledEfforts": ["none", "minimal"],
474
+ "supportsManualThinkingBudget": true,
475
+ "supportsDisabledThinking": true
476
+ }
477
+ },
478
+ {
479
+ "id": "qwen3.6-flash",
480
+ "displayName": "Qwen 3.6 Flash",
481
+ "reasoningProfile": {
482
+ "reasoningPreset": "qwen-hybrid-thinking",
483
+ "effortStrategy": "provider-budget",
484
+ "thinkingStrategy": "provider-budget",
485
+ "defaultEffort": "medium",
486
+ "supportedEfforts": [
487
+ { "value": "none", "description": "Disable thinking" },
488
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
489
+ { "value": "low", "description": "Light thinking budget" },
490
+ { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
491
+ { "value": "high", "description": "High thinking budget" },
492
+ { "value": "xhigh", "description": "Very high thinking budget" },
493
+ { "value": "max", "description": "Maximum thinking budget" }
494
+ ],
495
+ "budgetByEffort": {
496
+ "low": 6000,
497
+ "medium": 10000,
498
+ "high": 16000,
499
+ "xhigh": 24000,
500
+ "max": 32000
501
+ },
502
+ "disabledEfforts": ["none", "minimal"],
503
+ "supportsManualThinkingBudget": true,
504
+ "supportsDisabledThinking": true
505
+ }
506
+ },
507
+ {
508
+ "id": "glm-5.2",
509
+ "displayName": "GLM-5.2",
510
+ "maxOutputTokens": 131072,
511
+ "reasoningCapability": "native-effort",
512
+ "reasoningProfile": {
513
+ "reasoningPreset": "zai-glm-5.2",
514
+ "effortStrategy": "openai-chat-effort",
515
+ "thinkingStrategy": "provider-toggle",
516
+ "defaultEffort": "max",
517
+ "supportedEfforts": [
518
+ { "value": "none", "description": "Disable thinking" },
519
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
520
+ { "value": "low", "description": "Alias to high" },
521
+ { "value": "medium", "description": "Alias to high" },
522
+ { "value": "high", "description": "GLM high reasoning" },
523
+ { "value": "xhigh", "description": "Alias to max" },
524
+ { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
525
+ ],
526
+ "effortAliases": {
527
+ "low": "high",
528
+ "medium": "high",
529
+ "xhigh": "max"
530
+ },
531
+ "disabledEfforts": ["none", "minimal"],
532
+ "supportsReasoningEffort": true,
533
+ "supportsDisabledThinking": true
534
+ }
535
+ },
536
+ {
537
+ "id": "deepseek-v4-pro",
538
+ "displayName": "DeepSeek V4 Pro",
539
+ "reasoningCapability": "native-effort",
540
+ "reasoningProfile": {
541
+ "effortStrategy": "anthropic-reasoning-effort",
542
+ "thinkingStrategy": "provider-toggle",
543
+ "defaultEffort": "high",
544
+ "supportedEfforts": [
545
+ { "value": "none", "description": "Disable thinking" },
546
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
547
+ { "value": "low", "description": "Alias to high" },
548
+ { "value": "medium", "description": "Alias to high" },
549
+ { "value": "high", "description": "DeepSeek high reasoning", "isDefault": true },
550
+ { "value": "xhigh", "description": "Alias to max" },
551
+ { "value": "max", "description": "DeepSeek max reasoning" }
552
+ ],
553
+ "effortAliases": {
554
+ "low": "high",
555
+ "medium": "high",
556
+ "xhigh": "max"
557
+ },
558
+ "disabledEfforts": ["none", "minimal"],
559
+ "supportsReasoningEffort": true,
560
+ "supportsDisabledThinking": true
561
+ }
562
+ }
563
+ ],
564
+ "reasoningCapability": "native-budget",
565
+ "reasoningProfile": {
566
+ "reasoningPreset": "qwen-hybrid-thinking",
567
+ "effortStrategy": "provider-budget",
568
+ "thinkingStrategy": "provider-budget",
569
+ "defaultEffort": "medium",
570
+ "supportedEfforts": [
571
+ { "value": "low", "description": "Light thinking budget" },
572
+ { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
573
+ { "value": "high", "description": "High thinking budget" },
574
+ { "value": "xhigh", "description": "Very high thinking budget" },
575
+ { "value": "max", "description": "Maximum thinking budget" }
576
+ ],
577
+ "budgetByEffort": {
578
+ "low": 6000,
579
+ "medium": 10000,
580
+ "high": 16000,
581
+ "xhigh": 24000,
582
+ "max": 32000
583
+ },
584
+ "localRejectEfforts": ["none", "minimal"],
585
+ "supportsManualThinkingBudget": true,
586
+ "supportsDisabledThinking": false
587
+ },
588
+ "capabilityProfile": "image-input-native",
589
+ "supportsThinking": true,
590
+ "contextWindow": 1000000,
591
+ "maxOutputTokens": 64000,
592
+ "thinkingBudgetCap": 32000,
593
+ "verifyStrategy": "count-tokens"
594
+ },
595
+ "zhipu": {
566
596
  "apiKeyEnv": "ZHIPU_API_KEY",
567
597
  "model": "glm-5",
568
598
  "models": [
@@ -841,15 +871,15 @@
841
871
  "verifyStrategy": "count-tokens"
842
872
  },
843
873
  "minimax-coding": {
844
- "apiKeyEnv": "MINIMAX_CODING_API_KEY",
845
- "model": "MiniMax-M3",
846
- "models": [
847
- {
848
- "id": "MiniMax-M2.7-highspeed",
849
- "displayName": "MiniMax M2.7 Highspeed (higher-tier plan)",
850
- "contextWindow": 204800,
851
- "reasoningCapability": "native-toggle",
852
- "reasoningProfile": {
874
+ "apiKeyEnv": "MINIMAX_CODING_API_KEY",
875
+ "model": "MiniMax-M3",
876
+ "models": [
877
+ {
878
+ "id": "MiniMax-M2.7-highspeed",
879
+ "displayName": "MiniMax M2.7 Highspeed (higher-tier plan)",
880
+ "contextWindow": 204800,
881
+ "reasoningCapability": "native-toggle",
882
+ "reasoningProfile": {
853
883
  "reasoningPreset": "minimax-m2-always",
854
884
  "effortStrategy": "prompt-only",
855
885
  "supportedEfforts": [
@@ -859,49 +889,49 @@
859
889
  { "value": "xhigh", "description": "Thinking is always on" },
860
890
  { "value": "max", "description": "Thinking is always on" }
861
891
  ],
862
- "localRejectEfforts": ["none", "minimal"]
863
- }
864
- },
865
- {
866
- "id": "MiniMax-M2.7",
867
- "displayName": "MiniMax M2.7 (legacy explicit selection, 204K ctx)",
868
- "contextWindow": 204800,
869
- "reasoningCapability": "native-toggle",
870
- "reasoningProfile": {
871
- "reasoningPreset": "minimax-m2-always",
872
- "effortStrategy": "prompt-only",
873
- "supportedEfforts": [
874
- { "value": "low", "description": "Thinking is always on" },
875
- { "value": "medium", "description": "Thinking is always on", "isDefault": true },
876
- { "value": "high", "description": "Thinking is always on" },
877
- { "value": "xhigh", "description": "Thinking is always on" },
878
- { "value": "max", "description": "Thinking is always on" }
879
- ],
880
- "localRejectEfforts": ["none", "minimal"]
881
- }
882
- }
883
- ],
884
- "reasoningCapability": "native-adaptive",
885
- "reasoningProfile": {
886
- "reasoningPreset": "minimax-m3",
887
- "effortStrategy": "provider-toggle",
888
- "thinkingStrategy": "anthropic-adaptive",
889
- "supportedEfforts": [
890
- { "value": "none", "description": "Disable thinking" },
891
- { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
892
- { "value": "low", "description": "Adaptive thinking" },
893
- { "value": "medium", "description": "Adaptive thinking", "isDefault": true },
894
- { "value": "high", "description": "Adaptive thinking" },
895
- { "value": "xhigh", "description": "Adaptive thinking" },
896
- { "value": "max", "description": "Adaptive thinking" }
897
- ],
898
- "disabledEfforts": ["none", "minimal"],
899
- "supportsAdaptiveThinking": true,
900
- "supportsDisabledThinking": true
901
- },
892
+ "localRejectEfforts": ["none", "minimal"]
893
+ }
894
+ },
895
+ {
896
+ "id": "MiniMax-M2.7",
897
+ "displayName": "MiniMax M2.7 (legacy explicit selection, 204K ctx)",
898
+ "contextWindow": 204800,
899
+ "reasoningCapability": "native-toggle",
900
+ "reasoningProfile": {
901
+ "reasoningPreset": "minimax-m2-always",
902
+ "effortStrategy": "prompt-only",
903
+ "supportedEfforts": [
904
+ { "value": "low", "description": "Thinking is always on" },
905
+ { "value": "medium", "description": "Thinking is always on", "isDefault": true },
906
+ { "value": "high", "description": "Thinking is always on" },
907
+ { "value": "xhigh", "description": "Thinking is always on" },
908
+ { "value": "max", "description": "Thinking is always on" }
909
+ ],
910
+ "localRejectEfforts": ["none", "minimal"]
911
+ }
912
+ }
913
+ ],
914
+ "reasoningCapability": "native-adaptive",
915
+ "reasoningProfile": {
916
+ "reasoningPreset": "minimax-m3",
917
+ "effortStrategy": "provider-toggle",
918
+ "thinkingStrategy": "anthropic-adaptive",
919
+ "supportedEfforts": [
920
+ { "value": "none", "description": "Disable thinking" },
921
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
922
+ { "value": "low", "description": "Adaptive thinking" },
923
+ { "value": "medium", "description": "Adaptive thinking", "isDefault": true },
924
+ { "value": "high", "description": "Adaptive thinking" },
925
+ { "value": "xhigh", "description": "Adaptive thinking" },
926
+ { "value": "max", "description": "Adaptive thinking" }
927
+ ],
928
+ "disabledEfforts": ["none", "minimal"],
929
+ "supportsAdaptiveThinking": true,
930
+ "supportsDisabledThinking": true
931
+ },
902
932
  "capabilityProfile": "image-input-native",
903
933
  "supportsThinking": true,
904
- "contextWindow": 1000000,
934
+ "contextWindow": 1000000,
905
935
  "maxOutputTokens": 32000,
906
936
  "verifyStrategy": "count-tokens"
907
937
  },