@kodax-ai/kodax 0.7.56 → 0.7.57

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 (70) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +21 -23
  3. package/README_CN.md +15 -17
  4. package/dist/builtin/code-review/SKILL.md +22 -3
  5. package/dist/chunks/{agent-MAAKRAF2.js → agent-EHWQZA4C.js} +1 -1
  6. package/dist/chunks/argument-completer-AYDAYGKL.js +2 -0
  7. package/dist/chunks/chunk-3WWPJGPQ.js +2 -0
  8. package/dist/chunks/chunk-4SHP3M67.js +2 -0
  9. package/dist/chunks/chunk-KN6IJMTB.js +636 -0
  10. package/dist/chunks/{chunk-ZBK3DZ3S.js → chunk-LZKGOR2C.js} +1 -1
  11. package/dist/chunks/chunk-MJFPFRGK.js +423 -0
  12. package/dist/chunks/chunk-N2N2W3AQ.js +584 -0
  13. package/dist/chunks/chunk-PCPFLPS4.js +5 -0
  14. package/dist/chunks/chunk-TCLSPUTR.js +31 -0
  15. package/dist/chunks/chunk-VACH6QWN.js +315 -0
  16. package/dist/chunks/chunk-YSVPF6SN.js +597 -0
  17. package/dist/chunks/{compaction-config-NAJEEPG5.js → compaction-config-TLDMFMZO.js} +1 -1
  18. package/dist/chunks/{construction-bootstrap-EDDVNP2B.js → construction-bootstrap-55B7Q5RX.js} +4 -4
  19. package/dist/chunks/dist-IE4HVWP7.js +2 -0
  20. package/dist/chunks/dist-IKOK2MJQ.js +2 -0
  21. package/dist/chunks/paste-WTL2XN7P.js +2 -0
  22. package/dist/chunks/utils-EJ2VCRTC.js +2 -0
  23. package/dist/index.d.ts +21 -17
  24. package/dist/index.js +6 -6
  25. package/dist/kodax_cli.js +1098 -1073
  26. package/dist/provider-capabilities.json +986 -197
  27. package/dist/sdk-agent.d.ts +20 -13
  28. package/dist/sdk-agent.js +1 -1
  29. package/dist/sdk-coding.d.ts +140 -110
  30. package/dist/sdk-coding.js +1 -1
  31. package/dist/sdk-llm.d.ts +5 -5
  32. package/dist/sdk-llm.js +1 -1
  33. package/dist/sdk-mcp.d.ts +1 -1
  34. package/dist/sdk-mcp.js +1 -1
  35. package/dist/sdk-media.d.ts +48 -5
  36. package/dist/sdk-media.js +1 -1
  37. package/dist/sdk-repl.d.ts +106 -97
  38. package/dist/sdk-repl.js +1 -1
  39. package/dist/sdk-session.d.ts +6 -6
  40. package/dist/sdk-session.js +1 -1
  41. package/dist/sdk-skills.js +1 -1
  42. package/dist/semantic-worker.js +11 -0
  43. package/dist/types-chunks/{base.d-CwPfI8WQ.d.ts → base.d-BnjQrSVf.d.ts} +36 -6
  44. package/dist/types-chunks/{bash-prefix-extractor.d-DZF1gDDz.d.ts → bash-prefix-extractor.d-BgvMbfq6.d.ts} +190 -135
  45. package/dist/types-chunks/{capsule.d-D0kjnqYy.d.ts → capsule.d-DwJp5r63.d.ts} +14 -11
  46. package/dist/types-chunks/{types.d-BKuHSiR0.d.ts → guardrail.d-BP3yyr6u.d.ts} +3 -121
  47. package/dist/types-chunks/{guardrail.d-DQQknOfb.d.ts → guardrail.d-C1DhxnvC.d.ts} +31 -9
  48. package/dist/types-chunks/{manager.d-DLmDhX3i.d.ts → manager.d-DBD7SOTT.d.ts} +7 -2
  49. package/dist/types-chunks/{process.d-BdiIUr8T.d.ts → process.d-BZncyzEj.d.ts} +2 -1
  50. package/dist/types-chunks/{resolver.d-Djq8KlCE.d.ts → resolver.d-ZvKQgl0X.d.ts} +82 -18
  51. package/dist/types-chunks/{sdk-session-BP6ZNpOp.d.ts → sdk-session-DAScB0rW.d.ts} +6 -4
  52. package/dist/types-chunks/{storage.d-CkydxFsV.d.ts → storage.d-CPvn9qI0.d.ts} +2 -2
  53. package/dist/types-chunks/{types.d-BJmoMf5H.d.ts → types.d-6VOXvF88.d.ts} +101 -22
  54. package/dist/types-chunks/types.d-D8WcfrOD.d.ts +143 -0
  55. package/dist/types-chunks/{utils.d-bC97IuQZ.d.ts → utils.d-CpgVIjYZ.d.ts} +16 -18
  56. package/package.json +11 -6
  57. package/dist/chunks/argument-completer-OWEXGWNL.js +0 -2
  58. package/dist/chunks/chunk-4OHXHC2S.js +0 -314
  59. package/dist/chunks/chunk-5YJIAP6C.js +0 -551
  60. package/dist/chunks/chunk-7EAGBLRV.js +0 -2
  61. package/dist/chunks/chunk-CDGOEK3T.js +0 -31
  62. package/dist/chunks/chunk-DHETLULC.js +0 -425
  63. package/dist/chunks/chunk-JCDO2FR4.js +0 -584
  64. package/dist/chunks/chunk-NZVJ3DFC.js +0 -656
  65. package/dist/chunks/chunk-QI3MRJGU.js +0 -5
  66. package/dist/chunks/chunk-XXQ3RLA2.js +0 -2
  67. package/dist/chunks/dist-2267YGB5.js +0 -2
  68. package/dist/chunks/dist-GW32CHO5.js +0 -2
  69. package/dist/chunks/paste-5IDBBQQ3.js +0 -2
  70. package/dist/chunks/utils-J7XBBZGB.js +0 -2
@@ -1,197 +1,986 @@
1
- {
2
- "version": 1,
3
- "updatedAt": "2026-06-14",
4
- "providers": {
5
- "anthropic": {
6
- "apiKeyEnv": "ANTHROPIC_API_KEY",
7
- "model": "claude-sonnet-4-6",
8
- "models": [
9
- { "id": "claude-opus-4-8", "displayName": "Opus 4.8", "reasoningCapability": "native-adaptive", "contextWindow": 1000000, "maxOutputTokens": 128000 },
10
- { "id": "claude-opus-4-7", "displayName": "Opus 4.7", "reasoningCapability": "native-adaptive", "contextWindow": 1000000, "maxOutputTokens": 128000 },
11
- { "id": "claude-opus-4-6", "displayName": "Opus 4.6", "thinkingBudgetCap": 28000 },
12
- { "id": "claude-haiku-4-5", "displayName": "Haiku 4.5", "thinkingBudgetCap": 10000 }
13
- ],
14
- "reasoningCapability": "native-budget",
15
- "capabilityProfile": "image-input-native",
16
- "supportsThinking": true,
17
- "contextWindow": 200000,
18
- "maxOutputTokens": 64000,
19
- "thinkingBudgetCap": 28000,
20
- "verifyStrategy": "count-tokens"
21
- },
22
- "openai": {
23
- "apiKeyEnv": "OPENAI_API_KEY",
24
- "model": "gpt-5.3-codex",
25
- "models": [
26
- { "id": "gpt-5.4", "displayName": "GPT-5.4" },
27
- { "id": "gpt-5.3-codex-spark", "displayName": "GPT-5.3 Codex Spark" }
28
- ],
29
- "reasoningCapability": "native-effort",
30
- "capabilityProfile": "image-input-native",
31
- "supportsThinking": true,
32
- "contextWindow": 400000,
33
- "maxOutputTokens": 32768,
34
- "verifyStrategy": "models-list"
35
- },
36
- "deepseek": {
37
- "apiKeyEnv": "DEEPSEEK_API_KEY",
38
- "model": "deepseek-v4-flash",
39
- "models": [
40
- { "id": "deepseek-v4-pro", "displayName": "DeepSeek V4 Pro" }
41
- ],
42
- "reasoningCapability": "native-effort",
43
- "capabilityProfile": "image-input-native",
44
- "supportsThinking": true,
45
- "contextWindow": 1000000,
46
- "maxOutputTokens": 64000,
47
- "verifyStrategy": "models-list"
48
- },
49
- "kimi": {
50
- "apiKeyEnv": "KIMI_API_KEY",
51
- "model": "kimi-k2.6",
52
- "models": [
53
- { "id": "kimi-k2.7-code", "displayName": "Kimi K2.7 Code", "contextWindow": 256000 },
54
- { "id": "k2.5", "displayName": "K2.5" }
55
- ],
56
- "reasoningCapability": "native-effort",
57
- "capabilityProfile": "image-input-native",
58
- "supportsThinking": true,
59
- "contextWindow": 256000,
60
- "maxOutputTokens": 32768,
61
- "verifyStrategy": "models-list"
62
- },
63
- "kimi-code": {
64
- "apiKeyEnv": "KIMI_CODE_API_KEY",
65
- "model": "kimi-for-coding",
66
- "reasoningCapability": "native-budget",
67
- "capabilityProfile": "image-input-native",
68
- "supportsThinking": true,
69
- "contextWindow": 256000,
70
- "maxOutputTokens": 32000,
71
- "verifyStrategy": "count-tokens"
72
- },
73
- "qwen": {
74
- "apiKeyEnv": "QWEN_API_KEY",
75
- "model": "qwen3.5-plus",
76
- "reasoningCapability": "native-budget",
77
- "capabilityProfile": "image-input-native",
78
- "supportsThinking": true,
79
- "contextWindow": 256000,
80
- "maxOutputTokens": 32768,
81
- "verifyStrategy": "models-list"
82
- },
83
- "zhipu": {
84
- "apiKeyEnv": "ZHIPU_API_KEY",
85
- "model": "glm-5",
86
- "models": [
87
- { "id": "glm-5.2", "displayName": "GLM-5.2", "contextWindow": 1000000, "maxOutputTokens": 131072 },
88
- { "id": "glm-5.1", "displayName": "GLM-5.1" },
89
- { "id": "glm-5-turbo", "displayName": "GLM-5 Turbo" }
90
- ],
91
- "reasoningCapability": "native-budget",
92
- "capabilityProfile": "image-input-native",
93
- "supportsThinking": true,
94
- "contextWindow": 200000,
95
- "maxOutputTokens": 32768,
96
- "verifyStrategy": "minimal-message"
97
- },
98
- "zhipu-coding": {
99
- "apiKeyEnv": "ZHIPU_CODING_API_KEY",
100
- "model": "glm-5.2",
101
- "models": [
102
- { "id": "glm-5.2", "displayName": "GLM-5.2", "contextWindow": 1000000, "maxOutputTokens": 131072 },
103
- { "id": "glm-5-turbo", "displayName": "GLM-5 Turbo" },
104
- { "id": "glm-4.7", "displayName": "GLM-4.7", "contextWindow": 200000 }
105
- ],
106
- "reasoningCapability": "native-budget",
107
- "capabilityProfile": "image-input-native",
108
- "supportsThinking": true,
109
- "contextWindow": 200000,
110
- "maxOutputTokens": 16000,
111
- "thinkingBudgetCap": 16000,
112
- "verifyStrategy": "count-tokens"
113
- },
114
- "minimax-coding": {
115
- "apiKeyEnv": "MINIMAX_CODING_API_KEY",
116
- "model": "MiniMax-M2.7",
117
- "models": [
118
- { "id": "MiniMax-M3", "displayName": "MiniMax M3 (Frontier Coding, 1M ctx)", "contextWindow": 1000000 },
119
- { "id": "MiniMax-M2.7-highspeed", "displayName": "MiniMax M2.7 Highspeed (higher-tier plan)" }
120
- ],
121
- "reasoningCapability": "native-budget",
122
- "capabilityProfile": "image-input-native",
123
- "supportsThinking": true,
124
- "contextWindow": 204800,
125
- "maxOutputTokens": 32000,
126
- "verifyStrategy": "count-tokens"
127
- },
128
- "mimo-coding": {
129
- "apiKeyEnv": "MIMO_CODING_API_KEY",
130
- "model": "mimo-v2.5-pro",
131
- "models": [
132
- { "id": "mimo-v2.5", "displayName": "MiMo V2.5" }
133
- ],
134
- "reasoningCapability": "native-budget",
135
- "capabilityProfile": "image-input-native",
136
- "supportsThinking": true,
137
- "contextWindow": 1000000,
138
- "maxOutputTokens": 32000,
139
- "thinkingBudgetCap": 16000,
140
- "verifyStrategy": "minimal-message"
141
- },
142
- "mimo": {
143
- "apiKeyEnv": "MIMO_API_KEY",
144
- "model": "mimo-v2.5-pro",
145
- "models": [
146
- { "id": "mimo-v2.5", "displayName": "MiMo V2.5" }
147
- ],
148
- "reasoningCapability": "native-budget",
149
- "capabilityProfile": "image-input-native",
150
- "supportsThinking": true,
151
- "contextWindow": 1000000,
152
- "maxOutputTokens": 32000,
153
- "thinkingBudgetCap": 16000,
154
- "verifyStrategy": "minimal-message"
155
- },
156
- "ark-coding": {
157
- "apiKeyEnv": "ARK_CODING_API_KEY",
158
- "model": "glm-5.1",
159
- "models": [
160
- { "id": "glm-5.2", "displayName": "GLM-5.2", "contextWindow": 1000000, "maxOutputTokens": 131072 },
161
- { "id": "glm-4.7", "displayName": "GLM-4.7" },
162
- { "id": "kimi-k2.7-code", "displayName": "Kimi K2.7 Code", "contextWindow": 256000 },
163
- { "id": "kimi-k2.6", "displayName": "Kimi K2.6", "contextWindow": 256000 },
164
- { "id": "MiniMax-M3", "displayName": "MiniMax M3 (Frontier Coding, 1M ctx)", "contextWindow": 1000000 },
165
- { "id": "MiniMax-M2.7", "displayName": "MiniMax M2.7", "contextWindow": 204800 },
166
- { "id": "deepseek-v3.2", "displayName": "DeepSeek V3.2", "contextWindow": 128000 },
167
- { "id": "deepseek-v4-pro", "displayName": "DeepSeek V4 Pro", "contextWindow": 1000000 },
168
- { "id": "deepseek-v4-flash", "displayName": "DeepSeek V4 Flash", "contextWindow": 1000000 },
169
- { "id": "doubao-seed-2.0-code", "displayName": "Doubao Seed 2.0 Code", "contextWindow": 256000 },
170
- { "id": "doubao-seed-2.0-pro", "displayName": "Doubao Seed 2.0 Pro", "contextWindow": 256000 },
171
- { "id": "doubao-seed-2.0-lite", "displayName": "Doubao Seed 2.0 Lite", "contextWindow": 256000 }
172
- ],
173
- "reasoningCapability": "native-budget",
174
- "capabilityProfile": "image-input-native",
175
- "supportsThinking": true,
176
- "contextWindow": 200000,
177
- "maxOutputTokens": 32000,
178
- "verifyStrategy": "count-tokens"
179
- },
180
- "gemini-cli": {
181
- "apiKeyEnv": "GEMINI_API_KEY",
182
- "cliBridge": true,
183
- "reasoningCapability": "prompt-only",
184
- "capabilityProfile": "image-input-cli-bridge",
185
- "supportsThinking": false,
186
- "verifyStrategy": "unsupported"
187
- },
188
- "codex-cli": {
189
- "apiKeyEnv": "OPENAI_API_KEY",
190
- "cliBridge": true,
191
- "reasoningCapability": "prompt-only",
192
- "capabilityProfile": "cli-bridge",
193
- "supportsThinking": false,
194
- "verifyStrategy": "unsupported"
195
- }
196
- }
197
- }
1
+ {
2
+ "version": 1,
3
+ "updatedAt": "2026-06-25",
4
+ "providers": {
5
+ "anthropic": {
6
+ "apiKeyEnv": "ANTHROPIC_API_KEY",
7
+ "model": "claude-sonnet-4-6",
8
+ "models": [
9
+ {
10
+ "id": "claude-opus-4-8",
11
+ "displayName": "Opus 4.8",
12
+ "reasoningCapability": "native-adaptive",
13
+ "reasoningProfile": {
14
+ "reasoningPreset": "claude-adaptive-xhigh",
15
+ "effortStrategy": "anthropic-output-effort",
16
+ "thinkingStrategy": "anthropic-adaptive",
17
+ "defaultEffort": "high",
18
+ "supportedEfforts": [
19
+ { "value": "low", "description": "Lower latency and token use" },
20
+ { "value": "medium", "description": "Balanced reasoning" },
21
+ { "value": "high", "description": "Deeper reasoning", "isDefault": true },
22
+ { "value": "xhigh", "description": "Extra-high Claude reasoning" },
23
+ { "value": "max", "description": "Maximum Claude reasoning" }
24
+ ],
25
+ "supportsReasoningEffort": true,
26
+ "supportsAdaptiveThinking": true
27
+ },
28
+ "contextWindow": 1000000,
29
+ "maxOutputTokens": 128000
30
+ },
31
+ {
32
+ "id": "claude-opus-4-7",
33
+ "displayName": "Opus 4.7",
34
+ "reasoningCapability": "native-adaptive",
35
+ "reasoningProfile": {
36
+ "reasoningPreset": "claude-adaptive-xhigh",
37
+ "effortStrategy": "anthropic-output-effort",
38
+ "thinkingStrategy": "anthropic-adaptive",
39
+ "defaultEffort": "high",
40
+ "supportedEfforts": [
41
+ { "value": "low", "description": "Lower latency and token use" },
42
+ { "value": "medium", "description": "Balanced reasoning" },
43
+ { "value": "high", "description": "Deeper reasoning", "isDefault": true },
44
+ { "value": "xhigh", "description": "Extra-high Claude reasoning" },
45
+ { "value": "max", "description": "Maximum Claude reasoning" }
46
+ ],
47
+ "supportsReasoningEffort": true,
48
+ "supportsAdaptiveThinking": true
49
+ },
50
+ "contextWindow": 1000000,
51
+ "maxOutputTokens": 128000
52
+ },
53
+ {
54
+ "id": "claude-opus-4-6",
55
+ "displayName": "Opus 4.6",
56
+ "reasoningCapability": "native-adaptive",
57
+ "reasoningProfile": {
58
+ "reasoningPreset": "claude-adaptive-max",
59
+ "effortStrategy": "anthropic-output-effort",
60
+ "thinkingStrategy": "anthropic-adaptive",
61
+ "defaultEffort": "high",
62
+ "supportedEfforts": [
63
+ { "value": "low", "description": "Lower latency and token use" },
64
+ { "value": "medium", "description": "Balanced reasoning" },
65
+ { "value": "high", "description": "Deeper reasoning", "isDefault": true },
66
+ { "value": "max", "description": "Maximum Claude reasoning" }
67
+ ],
68
+ "supportsReasoningEffort": true,
69
+ "supportsAdaptiveThinking": true
70
+ },
71
+ "thinkingBudgetCap": 28000
72
+ },
73
+ {
74
+ "id": "claude-haiku-4-5",
75
+ "displayName": "Haiku 4.5",
76
+ "reasoningCapability": "native-budget",
77
+ "reasoningProfile": {
78
+ "reasoningPreset": "anthropic-budget",
79
+ "effortStrategy": "provider-budget",
80
+ "thinkingStrategy": "anthropic-budget",
81
+ "defaultEffort": "medium",
82
+ "supportedEfforts": [
83
+ { "value": "none", "description": "Disable native thinking" },
84
+ { "value": "low", "description": "Light fixed thinking budget" },
85
+ { "value": "medium", "description": "Balanced fixed thinking budget", "isDefault": true },
86
+ { "value": "high", "description": "Large fixed thinking budget" }
87
+ ],
88
+ "budgetByEffort": {
89
+ "low": 4000,
90
+ "medium": 7000,
91
+ "high": 10000
92
+ },
93
+ "supportsManualThinkingBudget": true,
94
+ "supportsDisabledThinking": true,
95
+ "disabledEfforts": ["none"]
96
+ },
97
+ "thinkingBudgetCap": 10000
98
+ }
99
+ ],
100
+ "reasoningCapability": "native-adaptive",
101
+ "reasoningProfile": {
102
+ "reasoningPreset": "claude-adaptive-max",
103
+ "effortStrategy": "anthropic-output-effort",
104
+ "thinkingStrategy": "anthropic-adaptive",
105
+ "defaultEffort": "high",
106
+ "supportedEfforts": [
107
+ { "value": "low", "description": "Lower latency and token use" },
108
+ { "value": "medium", "description": "Balanced reasoning" },
109
+ { "value": "high", "description": "Deeper reasoning", "isDefault": true },
110
+ { "value": "max", "description": "Maximum Claude reasoning" }
111
+ ],
112
+ "supportsReasoningEffort": true,
113
+ "supportsAdaptiveThinking": true
114
+ },
115
+ "capabilityProfile": "image-input-native",
116
+ "supportsThinking": true,
117
+ "contextWindow": 200000,
118
+ "maxOutputTokens": 64000,
119
+ "thinkingBudgetCap": 28000,
120
+ "verifyStrategy": "count-tokens"
121
+ },
122
+ "openai": {
123
+ "apiKeyEnv": "OPENAI_API_KEY",
124
+ "model": "gpt-5.3-codex",
125
+ "models": [
126
+ { "id": "gpt-5.4", "displayName": "GPT-5.4" },
127
+ { "id": "gpt-5.3-codex-spark", "displayName": "GPT-5.3 Codex Spark" }
128
+ ],
129
+ "reasoningCapability": "native-effort",
130
+ "reasoningProfile": {
131
+ "reasoningPreset": "openai-chat-reasoning",
132
+ "effortStrategy": "openai-chat-effort",
133
+ "defaultEffort": "medium",
134
+ "supportedEfforts": [
135
+ { "value": "none", "description": "Disable native reasoning" },
136
+ { "value": "minimal", "description": "Minimal reasoning" },
137
+ { "value": "low", "description": "Light reasoning" },
138
+ { "value": "medium", "description": "Balanced reasoning", "isDefault": true },
139
+ { "value": "high", "description": "Deeper reasoning" },
140
+ { "value": "xhigh", "description": "Maximum advertised reasoning" }
141
+ ],
142
+ "disabledEfforts": ["none"],
143
+ "supportsReasoningEffort": true,
144
+ "supportsReasoningSummary": true,
145
+ "supportsEncryptedReasoningReplay": true
146
+ },
147
+ "capabilityProfile": "image-input-native",
148
+ "supportsThinking": true,
149
+ "contextWindow": 400000,
150
+ "maxOutputTokens": 32768,
151
+ "verifyStrategy": "models-list"
152
+ },
153
+ "deepseek": {
154
+ "apiKeyEnv": "DEEPSEEK_API_KEY",
155
+ "model": "deepseek-v4-flash",
156
+ "models": [
157
+ { "id": "deepseek-v4-pro", "displayName": "DeepSeek V4 Pro" }
158
+ ],
159
+ "reasoningCapability": "native-effort",
160
+ "reasoningProfile": {
161
+ "reasoningPreset": "deepseek-v4-openai",
162
+ "effortStrategy": "openai-chat-effort",
163
+ "thinkingStrategy": "provider-toggle",
164
+ "defaultEffort": "high",
165
+ "supportedEfforts": [
166
+ { "value": "none", "description": "Disable thinking" },
167
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
168
+ { "value": "low", "description": "Alias to high" },
169
+ { "value": "medium", "description": "Alias to high" },
170
+ { "value": "high", "description": "DeepSeek high reasoning", "isDefault": true },
171
+ { "value": "xhigh", "description": "Alias to max" },
172
+ { "value": "max", "description": "DeepSeek max reasoning" }
173
+ ],
174
+ "effortAliases": {
175
+ "low": "high",
176
+ "medium": "high",
177
+ "xhigh": "max"
178
+ },
179
+ "disabledEfforts": ["none", "minimal"],
180
+ "supportsReasoningEffort": true,
181
+ "supportsDisabledThinking": true
182
+ },
183
+ "capabilityProfile": "image-input-native",
184
+ "supportsThinking": true,
185
+ "contextWindow": 1000000,
186
+ "maxOutputTokens": 64000,
187
+ "verifyStrategy": "models-list"
188
+ },
189
+ "kimi": {
190
+ "apiKeyEnv": "KIMI_API_KEY",
191
+ "model": "kimi-k2.6",
192
+ "models": [
193
+ {
194
+ "id": "kimi-k2.7-code",
195
+ "displayName": "Kimi K2.7 Code",
196
+ "contextWindow": 256000,
197
+ "reasoningCapability": "native-toggle",
198
+ "reasoningProfile": {
199
+ "reasoningPreset": "kimi-k2.7-code",
200
+ "effortStrategy": "prompt-only",
201
+ "defaultEffort": "high",
202
+ "supportedEfforts": [
203
+ { "value": "low", "description": "Thinking is always on" },
204
+ { "value": "medium", "description": "Thinking is always on" },
205
+ { "value": "high", "description": "Thinking is always on", "isDefault": true },
206
+ { "value": "xhigh", "description": "Thinking is always on" },
207
+ { "value": "max", "description": "Thinking is always on" }
208
+ ],
209
+ "localRejectEfforts": ["none", "minimal"]
210
+ }
211
+ },
212
+ {
213
+ "id": "k2.5",
214
+ "displayName": "K2.5",
215
+ "reasoningProfile": {
216
+ "reasoningPreset": "kimi-hybrid-toggle",
217
+ "effortStrategy": "provider-toggle",
218
+ "thinkingStrategy": "provider-toggle",
219
+ "supportedEfforts": [
220
+ { "value": "none", "description": "Disable thinking" },
221
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
222
+ { "value": "low", "description": "Enable thinking" },
223
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
224
+ { "value": "high", "description": "Enable thinking" },
225
+ { "value": "xhigh", "description": "Enable thinking" },
226
+ { "value": "max", "description": "Enable thinking" }
227
+ ],
228
+ "disabledEfforts": ["none", "minimal"],
229
+ "supportsDisabledThinking": true
230
+ }
231
+ }
232
+ ],
233
+ "reasoningCapability": "native-toggle",
234
+ "reasoningProfile": {
235
+ "reasoningPreset": "kimi-hybrid-toggle",
236
+ "effortStrategy": "provider-toggle",
237
+ "thinkingStrategy": "provider-toggle",
238
+ "supportedEfforts": [
239
+ { "value": "none", "description": "Disable thinking" },
240
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
241
+ { "value": "low", "description": "Enable thinking" },
242
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
243
+ { "value": "high", "description": "Enable thinking" },
244
+ { "value": "xhigh", "description": "Enable thinking" },
245
+ { "value": "max", "description": "Enable thinking" }
246
+ ],
247
+ "disabledEfforts": ["none", "minimal"],
248
+ "supportsDisabledThinking": true
249
+ },
250
+ "capabilityProfile": "image-input-native",
251
+ "supportsThinking": true,
252
+ "contextWindow": 256000,
253
+ "maxOutputTokens": 32768,
254
+ "verifyStrategy": "models-list"
255
+ },
256
+ "kimi-code": {
257
+ "apiKeyEnv": "KIMI_CODE_API_KEY",
258
+ "model": "kimi-for-coding",
259
+ "reasoningCapability": "native-toggle",
260
+ "reasoningProfile": {
261
+ "reasoningPreset": "kimi-k2.7-code",
262
+ "effortStrategy": "prompt-only",
263
+ "defaultEffort": "high",
264
+ "supportedEfforts": [
265
+ { "value": "low", "description": "Thinking is always on" },
266
+ { "value": "medium", "description": "Thinking is always on" },
267
+ { "value": "high", "description": "Thinking is always on", "isDefault": true },
268
+ { "value": "xhigh", "description": "Thinking is always on" },
269
+ { "value": "max", "description": "Thinking is always on" }
270
+ ],
271
+ "localRejectEfforts": ["none", "minimal"]
272
+ },
273
+ "capabilityProfile": "image-input-native",
274
+ "supportsThinking": true,
275
+ "contextWindow": 256000,
276
+ "maxOutputTokens": 32000,
277
+ "verifyStrategy": "count-tokens"
278
+ },
279
+ "qwen": {
280
+ "apiKeyEnv": "QWEN_API_KEY",
281
+ "model": "qwen3.5-plus",
282
+ "reasoningCapability": "native-budget",
283
+ "reasoningProfile": {
284
+ "reasoningPreset": "qwen-hybrid-thinking",
285
+ "effortStrategy": "provider-budget",
286
+ "thinkingStrategy": "provider-budget",
287
+ "defaultEffort": "medium",
288
+ "supportedEfforts": [
289
+ { "value": "none", "description": "Disable thinking" },
290
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
291
+ { "value": "low", "description": "Light thinking budget" },
292
+ { "value": "medium", "description": "Balanced thinking budget", "isDefault": true },
293
+ { "value": "high", "description": "High thinking budget" },
294
+ { "value": "xhigh", "description": "Very high thinking budget" },
295
+ { "value": "max", "description": "Maximum thinking budget" }
296
+ ],
297
+ "budgetByEffort": {
298
+ "low": 6000,
299
+ "medium": 10000,
300
+ "high": 16000,
301
+ "xhigh": 24000,
302
+ "max": 32000
303
+ },
304
+ "disabledEfforts": ["none", "minimal"],
305
+ "supportsManualThinkingBudget": true,
306
+ "supportsDisabledThinking": true
307
+ },
308
+ "capabilityProfile": "image-input-native",
309
+ "supportsThinking": true,
310
+ "contextWindow": 256000,
311
+ "maxOutputTokens": 32768,
312
+ "verifyStrategy": "models-list"
313
+ },
314
+ "zhipu": {
315
+ "apiKeyEnv": "ZHIPU_API_KEY",
316
+ "model": "glm-5",
317
+ "models": [
318
+ {
319
+ "id": "glm-5.2",
320
+ "displayName": "GLM-5.2",
321
+ "contextWindow": 1000000,
322
+ "maxOutputTokens": 131072,
323
+ "reasoningCapability": "native-effort",
324
+ "reasoningProfile": {
325
+ "reasoningPreset": "zai-glm-5.2",
326
+ "effortStrategy": "openai-chat-effort",
327
+ "thinkingStrategy": "provider-toggle",
328
+ "defaultEffort": "max",
329
+ "supportedEfforts": [
330
+ { "value": "none", "description": "Disable thinking" },
331
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
332
+ { "value": "low", "description": "Alias to high" },
333
+ { "value": "medium", "description": "Alias to high" },
334
+ { "value": "high", "description": "GLM high reasoning" },
335
+ { "value": "xhigh", "description": "Alias to max" },
336
+ { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
337
+ ],
338
+ "effortAliases": {
339
+ "low": "high",
340
+ "medium": "high",
341
+ "xhigh": "max"
342
+ },
343
+ "disabledEfforts": ["none", "minimal"],
344
+ "supportsReasoningEffort": true,
345
+ "supportsDisabledThinking": true
346
+ }
347
+ },
348
+ { "id": "glm-5.1", "displayName": "GLM-5.1" },
349
+ { "id": "glm-5-turbo", "displayName": "GLM-5 Turbo" }
350
+ ],
351
+ "reasoningCapability": "native-toggle",
352
+ "reasoningProfile": {
353
+ "reasoningPreset": "zai-glm-toggle",
354
+ "effortStrategy": "provider-toggle",
355
+ "thinkingStrategy": "provider-toggle",
356
+ "supportedEfforts": [
357
+ { "value": "none", "description": "Disable thinking" },
358
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
359
+ { "value": "low", "description": "Enable thinking" },
360
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
361
+ { "value": "high", "description": "Enable thinking" },
362
+ { "value": "xhigh", "description": "Enable thinking" },
363
+ { "value": "max", "description": "Enable thinking" }
364
+ ],
365
+ "disabledEfforts": ["none", "minimal"],
366
+ "supportsDisabledThinking": true
367
+ },
368
+ "capabilityProfile": "image-input-native",
369
+ "supportsThinking": true,
370
+ "contextWindow": 200000,
371
+ "maxOutputTokens": 32768,
372
+ "verifyStrategy": "minimal-message"
373
+ },
374
+ "zhipu-coding": {
375
+ "apiKeyEnv": "ZHIPU_CODING_API_KEY",
376
+ "model": "glm-5.2",
377
+ "models": [
378
+ {
379
+ "id": "glm-5.2",
380
+ "displayName": "GLM-5.2",
381
+ "contextWindow": 1000000,
382
+ "maxOutputTokens": 131072,
383
+ "reasoningCapability": "native-effort",
384
+ "reasoningProfile": {
385
+ "reasoningPreset": "zai-glm-5.2",
386
+ "effortStrategy": "openai-chat-effort",
387
+ "thinkingStrategy": "provider-toggle",
388
+ "defaultEffort": "max",
389
+ "supportedEfforts": [
390
+ { "value": "none", "description": "Disable thinking" },
391
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
392
+ { "value": "low", "description": "Alias to high" },
393
+ { "value": "medium", "description": "Alias to high" },
394
+ { "value": "high", "description": "GLM high reasoning" },
395
+ { "value": "xhigh", "description": "Alias to max" },
396
+ { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
397
+ ],
398
+ "effortAliases": {
399
+ "low": "high",
400
+ "medium": "high",
401
+ "xhigh": "max"
402
+ },
403
+ "disabledEfforts": ["none", "minimal"],
404
+ "supportsReasoningEffort": true,
405
+ "supportsDisabledThinking": true
406
+ }
407
+ },
408
+ {
409
+ "id": "glm-5-turbo",
410
+ "displayName": "GLM-5 Turbo",
411
+ "reasoningCapability": "native-toggle",
412
+ "reasoningProfile": {
413
+ "reasoningPreset": "zai-glm-toggle",
414
+ "effortStrategy": "provider-toggle",
415
+ "thinkingStrategy": "provider-toggle",
416
+ "supportedEfforts": [
417
+ { "value": "none", "description": "Disable thinking" },
418
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
419
+ { "value": "low", "description": "Enable thinking" },
420
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
421
+ { "value": "high", "description": "Enable thinking" },
422
+ { "value": "xhigh", "description": "Enable thinking" },
423
+ { "value": "max", "description": "Enable thinking" }
424
+ ],
425
+ "disabledEfforts": ["none", "minimal"],
426
+ "supportsDisabledThinking": true
427
+ }
428
+ },
429
+ {
430
+ "id": "glm-4.7",
431
+ "displayName": "GLM-4.7",
432
+ "contextWindow": 200000,
433
+ "reasoningCapability": "native-toggle",
434
+ "reasoningProfile": {
435
+ "reasoningPreset": "zai-glm-toggle",
436
+ "effortStrategy": "provider-toggle",
437
+ "thinkingStrategy": "provider-toggle",
438
+ "supportedEfforts": [
439
+ { "value": "none", "description": "Disable thinking" },
440
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
441
+ { "value": "low", "description": "Enable thinking" },
442
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
443
+ { "value": "high", "description": "Enable thinking" },
444
+ { "value": "xhigh", "description": "Enable thinking" },
445
+ { "value": "max", "description": "Enable thinking" }
446
+ ],
447
+ "disabledEfforts": ["none", "minimal"],
448
+ "supportsDisabledThinking": true
449
+ }
450
+ }
451
+ ],
452
+ "reasoningCapability": "native-effort",
453
+ "reasoningProfile": {
454
+ "reasoningPreset": "zai-glm-5.2",
455
+ "effortStrategy": "openai-chat-effort",
456
+ "thinkingStrategy": "provider-toggle",
457
+ "defaultEffort": "max",
458
+ "supportedEfforts": [
459
+ { "value": "none", "description": "Disable thinking" },
460
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
461
+ { "value": "low", "description": "Alias to high" },
462
+ { "value": "medium", "description": "Alias to high" },
463
+ { "value": "high", "description": "GLM high reasoning" },
464
+ { "value": "xhigh", "description": "Alias to max" },
465
+ { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
466
+ ],
467
+ "effortAliases": {
468
+ "low": "high",
469
+ "medium": "high",
470
+ "xhigh": "max"
471
+ },
472
+ "disabledEfforts": ["none", "minimal"],
473
+ "supportsReasoningEffort": true,
474
+ "supportsDisabledThinking": true
475
+ },
476
+ "capabilityProfile": "image-input-native",
477
+ "supportsThinking": true,
478
+ "contextWindow": 200000,
479
+ "maxOutputTokens": 16000,
480
+ "thinkingBudgetCap": 16000,
481
+ "verifyStrategy": "count-tokens"
482
+ },
483
+ "zai-coding": {
484
+ "apiKeyEnv": "ZAI_CODING_API_KEY",
485
+ "model": "glm-5.2",
486
+ "models": [
487
+ {
488
+ "id": "glm-5.2",
489
+ "displayName": "GLM-5.2",
490
+ "contextWindow": 1000000,
491
+ "maxOutputTokens": 131072,
492
+ "reasoningCapability": "native-effort",
493
+ "reasoningProfile": {
494
+ "reasoningPreset": "zai-glm-5.2",
495
+ "effortStrategy": "openai-chat-effort",
496
+ "thinkingStrategy": "provider-toggle",
497
+ "defaultEffort": "max",
498
+ "supportedEfforts": [
499
+ { "value": "none", "description": "Disable thinking" },
500
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
501
+ { "value": "low", "description": "Alias to high" },
502
+ { "value": "medium", "description": "Alias to high" },
503
+ { "value": "high", "description": "GLM high reasoning" },
504
+ { "value": "xhigh", "description": "Alias to max" },
505
+ { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
506
+ ],
507
+ "effortAliases": {
508
+ "low": "high",
509
+ "medium": "high",
510
+ "xhigh": "max"
511
+ },
512
+ "disabledEfforts": ["none", "minimal"],
513
+ "supportsReasoningEffort": true,
514
+ "supportsDisabledThinking": true
515
+ }
516
+ },
517
+ {
518
+ "id": "glm-5-turbo",
519
+ "displayName": "GLM-5 Turbo",
520
+ "reasoningCapability": "native-toggle",
521
+ "reasoningProfile": {
522
+ "reasoningPreset": "zai-glm-toggle",
523
+ "effortStrategy": "provider-toggle",
524
+ "thinkingStrategy": "provider-toggle",
525
+ "supportedEfforts": [
526
+ { "value": "none", "description": "Disable thinking" },
527
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
528
+ { "value": "low", "description": "Enable thinking" },
529
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
530
+ { "value": "high", "description": "Enable thinking" },
531
+ { "value": "xhigh", "description": "Enable thinking" },
532
+ { "value": "max", "description": "Enable thinking" }
533
+ ],
534
+ "disabledEfforts": ["none", "minimal"],
535
+ "supportsDisabledThinking": true
536
+ }
537
+ },
538
+ {
539
+ "id": "glm-4.7",
540
+ "displayName": "GLM-4.7",
541
+ "contextWindow": 200000,
542
+ "reasoningCapability": "native-toggle",
543
+ "reasoningProfile": {
544
+ "reasoningPreset": "zai-glm-toggle",
545
+ "effortStrategy": "provider-toggle",
546
+ "thinkingStrategy": "provider-toggle",
547
+ "supportedEfforts": [
548
+ { "value": "none", "description": "Disable thinking" },
549
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
550
+ { "value": "low", "description": "Enable thinking" },
551
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
552
+ { "value": "high", "description": "Enable thinking" },
553
+ { "value": "xhigh", "description": "Enable thinking" },
554
+ { "value": "max", "description": "Enable thinking" }
555
+ ],
556
+ "disabledEfforts": ["none", "minimal"],
557
+ "supportsDisabledThinking": true
558
+ }
559
+ }
560
+ ],
561
+ "reasoningCapability": "native-effort",
562
+ "reasoningProfile": {
563
+ "reasoningPreset": "zai-glm-5.2",
564
+ "effortStrategy": "openai-chat-effort",
565
+ "thinkingStrategy": "provider-toggle",
566
+ "defaultEffort": "max",
567
+ "supportedEfforts": [
568
+ { "value": "none", "description": "Disable thinking" },
569
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
570
+ { "value": "low", "description": "Alias to high" },
571
+ { "value": "medium", "description": "Alias to high" },
572
+ { "value": "high", "description": "GLM high reasoning" },
573
+ { "value": "xhigh", "description": "Alias to max" },
574
+ { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
575
+ ],
576
+ "effortAliases": {
577
+ "low": "high",
578
+ "medium": "high",
579
+ "xhigh": "max"
580
+ },
581
+ "disabledEfforts": ["none", "minimal"],
582
+ "supportsReasoningEffort": true,
583
+ "supportsDisabledThinking": true
584
+ },
585
+ "capabilityProfile": "image-input-native",
586
+ "supportsThinking": true,
587
+ "contextWindow": 200000,
588
+ "maxOutputTokens": 16000,
589
+ "thinkingBudgetCap": 16000,
590
+ "verifyStrategy": "count-tokens"
591
+ },
592
+ "minimax-coding": {
593
+ "apiKeyEnv": "MINIMAX_CODING_API_KEY",
594
+ "model": "MiniMax-M2.7",
595
+ "models": [
596
+ {
597
+ "id": "MiniMax-M3",
598
+ "displayName": "MiniMax M3 (Frontier Coding, 1M ctx)",
599
+ "contextWindow": 1000000,
600
+ "reasoningCapability": "native-adaptive",
601
+ "reasoningProfile": {
602
+ "reasoningPreset": "minimax-m3",
603
+ "effortStrategy": "provider-toggle",
604
+ "thinkingStrategy": "anthropic-adaptive",
605
+ "supportedEfforts": [
606
+ { "value": "none", "description": "Disable thinking" },
607
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
608
+ { "value": "low", "description": "Adaptive thinking" },
609
+ { "value": "medium", "description": "Adaptive thinking", "isDefault": true },
610
+ { "value": "high", "description": "Adaptive thinking" },
611
+ { "value": "xhigh", "description": "Adaptive thinking" },
612
+ { "value": "max", "description": "Adaptive thinking" }
613
+ ],
614
+ "disabledEfforts": ["none", "minimal"],
615
+ "supportsAdaptiveThinking": true,
616
+ "supportsDisabledThinking": true
617
+ }
618
+ },
619
+ {
620
+ "id": "MiniMax-M2.7-highspeed",
621
+ "displayName": "MiniMax M2.7 Highspeed (higher-tier plan)",
622
+ "reasoningProfile": {
623
+ "reasoningPreset": "minimax-m2-always",
624
+ "effortStrategy": "prompt-only",
625
+ "supportedEfforts": [
626
+ { "value": "low", "description": "Thinking is always on" },
627
+ { "value": "medium", "description": "Thinking is always on", "isDefault": true },
628
+ { "value": "high", "description": "Thinking is always on" },
629
+ { "value": "xhigh", "description": "Thinking is always on" },
630
+ { "value": "max", "description": "Thinking is always on" }
631
+ ],
632
+ "localRejectEfforts": ["none", "minimal"]
633
+ }
634
+ }
635
+ ],
636
+ "reasoningCapability": "native-toggle",
637
+ "reasoningProfile": {
638
+ "reasoningPreset": "minimax-m2-always",
639
+ "effortStrategy": "prompt-only",
640
+ "supportedEfforts": [
641
+ { "value": "low", "description": "Thinking is always on" },
642
+ { "value": "medium", "description": "Thinking is always on", "isDefault": true },
643
+ { "value": "high", "description": "Thinking is always on" },
644
+ { "value": "xhigh", "description": "Thinking is always on" },
645
+ { "value": "max", "description": "Thinking is always on" }
646
+ ],
647
+ "localRejectEfforts": ["none", "minimal"]
648
+ },
649
+ "capabilityProfile": "image-input-native",
650
+ "supportsThinking": true,
651
+ "contextWindow": 204800,
652
+ "maxOutputTokens": 32000,
653
+ "verifyStrategy": "count-tokens"
654
+ },
655
+ "mimo-coding": {
656
+ "apiKeyEnv": "MIMO_CODING_API_KEY",
657
+ "model": "mimo-v2.5-pro",
658
+ "models": [
659
+ { "id": "mimo-v2.5", "displayName": "MiMo V2.5" }
660
+ ],
661
+ "reasoningCapability": "native-toggle",
662
+ "reasoningProfile": {
663
+ "reasoningPreset": "mimo-v2.5-toggle",
664
+ "effortStrategy": "provider-toggle",
665
+ "thinkingStrategy": "provider-toggle",
666
+ "supportedEfforts": [
667
+ { "value": "none", "description": "Disable thinking" },
668
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
669
+ { "value": "low", "description": "Enable thinking" },
670
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
671
+ { "value": "high", "description": "Enable thinking" },
672
+ { "value": "xhigh", "description": "Enable thinking" },
673
+ { "value": "max", "description": "Enable thinking" }
674
+ ],
675
+ "disabledEfforts": ["none", "minimal"],
676
+ "supportsDisabledThinking": true
677
+ },
678
+ "capabilityProfile": "image-input-native",
679
+ "supportsThinking": true,
680
+ "contextWindow": 1000000,
681
+ "maxOutputTokens": 32000,
682
+ "thinkingBudgetCap": 16000,
683
+ "verifyStrategy": "minimal-message"
684
+ },
685
+ "mimo": {
686
+ "apiKeyEnv": "MIMO_API_KEY",
687
+ "model": "mimo-v2.5-pro",
688
+ "models": [
689
+ { "id": "mimo-v2.5", "displayName": "MiMo V2.5" }
690
+ ],
691
+ "reasoningCapability": "native-toggle",
692
+ "reasoningProfile": {
693
+ "reasoningPreset": "mimo-v2.5-toggle",
694
+ "effortStrategy": "provider-toggle",
695
+ "thinkingStrategy": "provider-toggle",
696
+ "supportedEfforts": [
697
+ { "value": "none", "description": "Disable thinking" },
698
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
699
+ { "value": "low", "description": "Enable thinking" },
700
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
701
+ { "value": "high", "description": "Enable thinking" },
702
+ { "value": "xhigh", "description": "Enable thinking" },
703
+ { "value": "max", "description": "Enable thinking" }
704
+ ],
705
+ "disabledEfforts": ["none", "minimal"],
706
+ "supportsDisabledThinking": true
707
+ },
708
+ "capabilityProfile": "image-input-native",
709
+ "supportsThinking": true,
710
+ "contextWindow": 1000000,
711
+ "maxOutputTokens": 32000,
712
+ "thinkingBudgetCap": 16000,
713
+ "verifyStrategy": "minimal-message"
714
+ },
715
+ "ark-coding": {
716
+ "apiKeyEnv": "ARK_CODING_API_KEY",
717
+ "model": "glm-5.1",
718
+ "models": [
719
+ {
720
+ "id": "glm-5.2",
721
+ "displayName": "GLM-5.2",
722
+ "contextWindow": 1000000,
723
+ "maxOutputTokens": 128000,
724
+ "reasoningCapability": "native-effort",
725
+ "reasoningProfile": {
726
+ "reasoningPreset": "zai-glm-5.2",
727
+ "effortStrategy": "openai-chat-effort",
728
+ "thinkingStrategy": "provider-toggle",
729
+ "defaultEffort": "max",
730
+ "supportedEfforts": [
731
+ { "value": "none", "description": "Disable thinking" },
732
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
733
+ { "value": "low", "description": "Alias to high" },
734
+ { "value": "medium", "description": "Alias to high" },
735
+ { "value": "high", "description": "GLM high reasoning" },
736
+ { "value": "xhigh", "description": "Alias to max" },
737
+ { "value": "max", "description": "GLM maximum reasoning", "isDefault": true }
738
+ ],
739
+ "effortAliases": {
740
+ "low": "high",
741
+ "medium": "high",
742
+ "xhigh": "max"
743
+ },
744
+ "disabledEfforts": ["none", "minimal"],
745
+ "supportsReasoningEffort": true,
746
+ "supportsDisabledThinking": true
747
+ }
748
+ },
749
+ { "id": "glm-4.7", "displayName": "GLM-4.7" },
750
+ {
751
+ "id": "kimi-k2.7-code",
752
+ "displayName": "Kimi K2.7 Code",
753
+ "contextWindow": 256000,
754
+ "reasoningProfile": {
755
+ "reasoningPreset": "kimi-k2.7-code",
756
+ "effortStrategy": "prompt-only",
757
+ "defaultEffort": "high",
758
+ "supportedEfforts": [
759
+ { "value": "low", "description": "Thinking is always on" },
760
+ { "value": "medium", "description": "Thinking is always on" },
761
+ { "value": "high", "description": "Thinking is always on", "isDefault": true },
762
+ { "value": "xhigh", "description": "Thinking is always on" },
763
+ { "value": "max", "description": "Thinking is always on" }
764
+ ],
765
+ "localRejectEfforts": ["none", "minimal"]
766
+ }
767
+ },
768
+ {
769
+ "id": "kimi-k2.6",
770
+ "displayName": "Kimi K2.6",
771
+ "contextWindow": 256000,
772
+ "reasoningProfile": {
773
+ "reasoningPreset": "kimi-hybrid-toggle",
774
+ "effortStrategy": "provider-toggle",
775
+ "thinkingStrategy": "provider-toggle",
776
+ "supportedEfforts": [
777
+ { "value": "none", "description": "Disable thinking" },
778
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
779
+ { "value": "low", "description": "Enable thinking" },
780
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
781
+ { "value": "high", "description": "Enable thinking" },
782
+ { "value": "xhigh", "description": "Enable thinking" },
783
+ { "value": "max", "description": "Enable thinking" }
784
+ ],
785
+ "disabledEfforts": ["none", "minimal"],
786
+ "supportsDisabledThinking": true
787
+ }
788
+ },
789
+ {
790
+ "id": "MiniMax-M3",
791
+ "displayName": "MiniMax M3 (Frontier Coding, 1M ctx)",
792
+ "contextWindow": 1000000,
793
+ "reasoningProfile": {
794
+ "reasoningPreset": "minimax-m3",
795
+ "effortStrategy": "provider-toggle",
796
+ "thinkingStrategy": "anthropic-adaptive",
797
+ "supportedEfforts": [
798
+ { "value": "none", "description": "Disable thinking" },
799
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
800
+ { "value": "low", "description": "Adaptive thinking" },
801
+ { "value": "medium", "description": "Adaptive thinking", "isDefault": true },
802
+ { "value": "high", "description": "Adaptive thinking" },
803
+ { "value": "xhigh", "description": "Adaptive thinking" },
804
+ { "value": "max", "description": "Adaptive thinking" }
805
+ ],
806
+ "disabledEfforts": ["none", "minimal"],
807
+ "supportsAdaptiveThinking": true,
808
+ "supportsDisabledThinking": true
809
+ }
810
+ },
811
+ {
812
+ "id": "MiniMax-M2.7",
813
+ "displayName": "MiniMax M2.7",
814
+ "contextWindow": 204800,
815
+ "reasoningProfile": {
816
+ "reasoningPreset": "minimax-m2-always",
817
+ "effortStrategy": "prompt-only",
818
+ "supportedEfforts": [
819
+ { "value": "low", "description": "Thinking is always on" },
820
+ { "value": "medium", "description": "Thinking is always on", "isDefault": true },
821
+ { "value": "high", "description": "Thinking is always on" },
822
+ { "value": "xhigh", "description": "Thinking is always on" },
823
+ { "value": "max", "description": "Thinking is always on" }
824
+ ],
825
+ "localRejectEfforts": ["none", "minimal"]
826
+ }
827
+ },
828
+ {
829
+ "id": "deepseek-v3.2",
830
+ "displayName": "DeepSeek V3.2",
831
+ "contextWindow": 128000,
832
+ "reasoningProfile": {
833
+ "reasoningPreset": "deepseek-toggle",
834
+ "effortStrategy": "provider-toggle",
835
+ "thinkingStrategy": "provider-toggle",
836
+ "supportedEfforts": [
837
+ { "value": "none", "description": "Disable thinking" },
838
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
839
+ { "value": "low", "description": "Enable thinking" },
840
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
841
+ { "value": "high", "description": "Enable thinking" },
842
+ { "value": "xhigh", "description": "Enable thinking" },
843
+ { "value": "max", "description": "Enable thinking" }
844
+ ],
845
+ "disabledEfforts": ["none", "minimal"],
846
+ "supportsDisabledThinking": true
847
+ }
848
+ },
849
+ {
850
+ "id": "deepseek-v4-pro",
851
+ "displayName": "DeepSeek V4 Pro",
852
+ "contextWindow": 1000000,
853
+ "reasoningProfile": {
854
+ "reasoningPreset": "deepseek-v4-anthropic",
855
+ "effortStrategy": "anthropic-output-effort",
856
+ "thinkingStrategy": "provider-toggle",
857
+ "defaultEffort": "high",
858
+ "supportedEfforts": [
859
+ { "value": "none", "description": "Disable thinking" },
860
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
861
+ { "value": "low", "description": "Alias to high" },
862
+ { "value": "medium", "description": "Alias to high" },
863
+ { "value": "high", "description": "DeepSeek high reasoning", "isDefault": true },
864
+ { "value": "xhigh", "description": "Alias to max" },
865
+ { "value": "max", "description": "DeepSeek max reasoning" }
866
+ ],
867
+ "effortAliases": {
868
+ "low": "high",
869
+ "medium": "high",
870
+ "xhigh": "max"
871
+ },
872
+ "disabledEfforts": ["none", "minimal"],
873
+ "supportsReasoningEffort": true,
874
+ "supportsDisabledThinking": true
875
+ }
876
+ },
877
+ {
878
+ "id": "deepseek-v4-flash",
879
+ "displayName": "DeepSeek V4 Flash",
880
+ "contextWindow": 1000000,
881
+ "reasoningProfile": {
882
+ "reasoningPreset": "deepseek-v4-anthropic",
883
+ "effortStrategy": "anthropic-output-effort",
884
+ "thinkingStrategy": "provider-toggle",
885
+ "defaultEffort": "high",
886
+ "supportedEfforts": [
887
+ { "value": "none", "description": "Disable thinking" },
888
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
889
+ { "value": "low", "description": "Alias to high" },
890
+ { "value": "medium", "description": "Alias to high" },
891
+ { "value": "high", "description": "DeepSeek high reasoning", "isDefault": true },
892
+ { "value": "xhigh", "description": "Alias to max" },
893
+ { "value": "max", "description": "DeepSeek max reasoning" }
894
+ ],
895
+ "effortAliases": {
896
+ "low": "high",
897
+ "medium": "high",
898
+ "xhigh": "max"
899
+ },
900
+ "disabledEfforts": ["none", "minimal"],
901
+ "supportsReasoningEffort": true,
902
+ "supportsDisabledThinking": true
903
+ }
904
+ },
905
+ {
906
+ "id": "doubao-seed-2.0-code",
907
+ "displayName": "Doubao Seed 2.0 Code",
908
+ "contextWindow": 256000,
909
+ "reasoningCapability": "prompt-only",
910
+ "reasoningProfile": { "reasoningPreset": "none", "effortStrategy": "prompt-only" }
911
+ },
912
+ {
913
+ "id": "doubao-seed-2.0-pro",
914
+ "displayName": "Doubao Seed 2.0 Pro",
915
+ "contextWindow": 256000,
916
+ "reasoningCapability": "prompt-only",
917
+ "reasoningProfile": { "reasoningPreset": "none", "effortStrategy": "prompt-only" }
918
+ },
919
+ {
920
+ "id": "doubao-seed-2.0-lite",
921
+ "displayName": "Doubao Seed 2.0 Lite",
922
+ "contextWindow": 256000,
923
+ "reasoningCapability": "prompt-only",
924
+ "reasoningProfile": { "reasoningPreset": "none", "effortStrategy": "prompt-only" }
925
+ }
926
+ ],
927
+ "reasoningCapability": "native-toggle",
928
+ "reasoningProfile": {
929
+ "reasoningPreset": "zai-glm-toggle",
930
+ "effortStrategy": "provider-toggle",
931
+ "thinkingStrategy": "provider-toggle",
932
+ "supportedEfforts": [
933
+ { "value": "none", "description": "Disable thinking" },
934
+ { "value": "minimal", "description": "Disable thinking", "isUserVisible": false },
935
+ { "value": "low", "description": "Enable thinking" },
936
+ { "value": "medium", "description": "Enable thinking", "isDefault": true },
937
+ { "value": "high", "description": "Enable thinking" },
938
+ { "value": "xhigh", "description": "Enable thinking" },
939
+ { "value": "max", "description": "Enable thinking" }
940
+ ],
941
+ "disabledEfforts": ["none", "minimal"],
942
+ "supportsDisabledThinking": true
943
+ },
944
+ "capabilityProfile": "image-input-native",
945
+ "supportsThinking": true,
946
+ "contextWindow": 200000,
947
+ "maxOutputTokens": 32000,
948
+ "verifyStrategy": "count-tokens"
949
+ },
950
+ "gemini-cli": {
951
+ "apiKeyEnv": "GEMINI_API_KEY",
952
+ "cliBridge": true,
953
+ "reasoningCapability": "prompt-only",
954
+ "reasoningProfile": {
955
+ "reasoningPreset": "none",
956
+ "effortStrategy": "prompt-only"
957
+ },
958
+ "capabilityProfile": "image-input-cli-bridge",
959
+ "supportsThinking": false,
960
+ "verifyStrategy": "unsupported"
961
+ },
962
+ "codex-cli": {
963
+ "apiKeyEnv": "OPENAI_API_KEY",
964
+ "cliBridge": true,
965
+ "reasoningCapability": "prompt-only",
966
+ "reasoningProfile": {
967
+ "reasoningPreset": "codex-cli-effort",
968
+ "effortStrategy": "codex-cli-config",
969
+ "defaultEffort": "medium",
970
+ "supportedEfforts": [
971
+ { "value": "none", "description": "Disable native reasoning" },
972
+ { "value": "minimal", "description": "Minimal reasoning" },
973
+ { "value": "low", "description": "Light reasoning" },
974
+ { "value": "medium", "description": "Balanced reasoning", "isDefault": true },
975
+ { "value": "high", "description": "Deeper reasoning" },
976
+ { "value": "xhigh", "description": "Maximum advertised reasoning" }
977
+ ],
978
+ "allowCustomEffort": true,
979
+ "supportsReasoningEffort": true
980
+ },
981
+ "capabilityProfile": "cli-bridge",
982
+ "supportsThinking": false,
983
+ "verifyStrategy": "unsupported"
984
+ }
985
+ }
986
+ }