|
91 | 91 | "minimax-m2": { |
92 | 92 | "title": "MiniMax M2", |
93 | 93 | "model": "MiniMax-M2", |
94 | | - "modelSource": "manual", |
95 | | - "modelTotalTokens": 204800, |
96 | | - "modelOutputTokens": 8192, |
| 94 | + "modelSource": "provider", |
| 95 | + "modelTotalTokens": 204800, // sync_models.config.json |
| 96 | + "modelOutputTokens": 65536, // sync_models.config.json |
97 | 97 | "serverbase": "https://api.minimax.io/v1", |
98 | 98 | "apikey": "" |
99 | 99 | }, |
100 | 100 | "minimax-m2-1": { |
101 | 101 | "title": "MiniMax M2.1", |
102 | 102 | "model": "MiniMax-M2.1", |
103 | | - "modelSource": "manual", |
104 | | - "modelTotalTokens": 204800, |
105 | | - "modelOutputTokens": 8192, |
| 103 | + "modelSource": "provider", |
| 104 | + "modelTotalTokens": 204800, // sync_models.config.json |
| 105 | + "modelOutputTokens": 65536, // sync_models.config.json |
106 | 106 | "serverbase": "https://api.minimax.io/v1", |
107 | 107 | "apikey": "" |
108 | 108 | }, |
109 | 109 | "minimax-m2-1-highspeed": { |
110 | 110 | "title": "MiniMax M2.1 Highspeed", |
111 | 111 | "model": "MiniMax-M2.1-highspeed", |
112 | | - "modelSource": "manual", |
113 | | - "modelTotalTokens": 204800, |
114 | | - "modelOutputTokens": 8192, |
| 112 | + "modelSource": "provider", |
| 113 | + "modelTotalTokens": 204800, // sync_models.config.json |
| 114 | + "modelOutputTokens": 65536, // sync_models.config.json |
115 | 115 | "serverbase": "https://api.minimax.io/v1", |
116 | 116 | "apikey": "" |
117 | 117 | }, |
118 | 118 | "minimax-m2-5": { |
119 | 119 | "title": "MiniMax M2.5", |
120 | 120 | "model": "MiniMax-M2.5", |
121 | | - "modelSource": "manual", |
122 | | - "modelTotalTokens": 204800, |
123 | | - "modelOutputTokens": 8192, |
| 121 | + "modelSource": "provider", |
| 122 | + "modelTotalTokens": 204800, // sync_models.config.json |
| 123 | + "modelOutputTokens": 65536, // sync_models.config.json |
124 | 124 | "serverbase": "https://api.minimax.io/v1", |
125 | 125 | "apikey": "" |
126 | 126 | }, |
127 | 127 | "minimax-m2-5-highspeed": { |
128 | 128 | "title": "MiniMax M2.5 Highspeed", |
129 | 129 | "model": "MiniMax-M2.5-highspeed", |
130 | | - "modelSource": "manual", |
131 | | - "modelTotalTokens": 204800, |
132 | | - "modelOutputTokens": 8192, |
| 130 | + "modelSource": "provider", |
| 131 | + "modelTotalTokens": 204800, // sync_models.config.json |
| 132 | + "modelOutputTokens": 65536, // sync_models.config.json |
133 | 133 | "serverbase": "https://api.minimax.io/v1", |
134 | 134 | "apikey": "" |
135 | 135 | }, |
136 | 136 | "minimax-m2-7": { |
137 | 137 | "title": "MiniMax M2.7", |
138 | 138 | "model": "MiniMax-M2.7", |
139 | | - "modelSource": "manual", |
140 | | - "modelTotalTokens": 204800, |
141 | | - "modelOutputTokens": 8192, |
| 139 | + "modelSource": "provider", |
| 140 | + "modelTotalTokens": 204800, // sync_models.config.json |
| 141 | + "modelOutputTokens": 65536, // sync_models.config.json |
142 | 142 | "serverbase": "https://api.minimax.io/v1", |
143 | 143 | "apikey": "" |
144 | 144 | }, |
145 | 145 | "minimax-m2-7-highspeed": { |
146 | 146 | "title": "MiniMax M2.7 Highspeed", |
147 | 147 | "model": "MiniMax-M2.7-highspeed", |
148 | | - "modelSource": "manual", |
149 | | - "modelTotalTokens": 204800, |
150 | | - "modelOutputTokens": 8192, |
| 148 | + "modelSource": "provider", |
| 149 | + "modelTotalTokens": 204800, // sync_models.config.json |
| 150 | + "modelOutputTokens": 65536, // sync_models.config.json |
151 | 151 | "serverbase": "https://api.minimax.io/v1", |
152 | 152 | "apikey": "" |
153 | 153 | }, |
154 | | - // Local-deploy profiles. Defaults target vLLM / SGLang on port 8000 with the |
155 | | - // HuggingFace model path (MiniMaxAI/MiniMax-M2.X) — that's the path MiniMax |
156 | | - // itself documents at platform.minimax.io/docs/guides/local-deploy. |
157 | | - // |
158 | | - // MiniMax open-weight models are MIT-licensed but very large (M2 = 230B MoE / |
159 | | - // 10B active; M2.5 / M2.7 likewise) and need ≥96 GB unified memory or a |
160 | | - // multi-GPU server. M2.7 is the only variant whose local-deploy steps are |
161 | | - // formally documented today; M2 / M2.5 entries here are scaffolded against |
162 | | - // the same HF naming so they work as soon as their guides land. |
163 | | - // |
164 | | - // To use Ollama instead: edit serverbase to http://localhost:11434/v1 and set |
165 | | - // `model` to the Ollama tag you pulled. To use MLX on Apple Silicon: set |
166 | | - // serverbase to http://localhost:8080/v1 and model to e.g. |
167 | | - // mlx-community/MiniMax-M2.7-4bit. |
168 | 154 | "minimax-m2-local": { |
169 | 155 | "title": "MiniMax M2 (Local)", |
170 | 156 | "model": "MiniMaxAI/MiniMax-M2", |
171 | 157 | "modelSource": "manual", |
172 | | - "modelTotalTokens": 204800, |
173 | | - "modelOutputTokens": 8192, |
| 158 | + "modelTotalTokens": 204800, // manual |
| 159 | + "modelOutputTokens": 8192, // manual |
174 | 160 | "serverbase": "http://localhost:8000/v1" |
175 | 161 | }, |
176 | 162 | "minimax-m2-5-local": { |
177 | 163 | "title": "MiniMax M2.5 (Local)", |
178 | 164 | "model": "MiniMaxAI/MiniMax-M2.5", |
179 | 165 | "modelSource": "manual", |
180 | | - "modelTotalTokens": 204800, |
181 | | - "modelOutputTokens": 8192, |
| 166 | + "modelTotalTokens": 204800, // manual |
| 167 | + "modelOutputTokens": 8192, // manual |
182 | 168 | "serverbase": "http://localhost:8000/v1" |
183 | 169 | }, |
184 | 170 | "minimax-m2-7-local": { |
185 | 171 | "title": "MiniMax M2.7 (Local)", |
186 | 172 | "model": "MiniMaxAI/MiniMax-M2.7", |
187 | 173 | "modelSource": "manual", |
188 | | - "modelTotalTokens": 204800, |
189 | | - "modelOutputTokens": 8192, |
| 174 | + "modelTotalTokens": 204800, // manual |
| 175 | + "modelOutputTokens": 8192, // manual |
190 | 176 | "serverbase": "http://localhost:8000/v1" |
| 177 | + }, |
| 178 | + "minimax-m3": { |
| 179 | + "title": "MiniMax M3", |
| 180 | + "model": "MiniMax-M3", |
| 181 | + "modelSource": "provider", |
| 182 | + "modelTotalTokens": 1000000, // sync_models.config.json |
| 183 | + "modelOutputTokens": 131072, // sync_models.config.json |
| 184 | + "serverbase": "https://api.minimax.io/v1", |
| 185 | + "apikey": "" |
191 | 186 | } |
192 | 187 | } |
193 | 188 | }, |
|
216 | 211 | }, |
217 | 212 | "minimax.custom": { |
218 | 213 | "object": "custom", |
219 | | - "properties": ["model", "modelTotalTokens", "minimax.serverbase", "llm.cloud.apikey", "llm.cloud.modelSource"] |
| 214 | + "properties": [ |
| 215 | + "model", |
| 216 | + "modelTotalTokens", |
| 217 | + "minimax.serverbase", |
| 218 | + "llm.cloud.apikey", |
| 219 | + "llm.cloud.modelSource" |
| 220 | + ] |
220 | 221 | }, |
221 | 222 | "minimax.minimax-m2": { |
222 | 223 | "object": "minimax-m2", |
223 | | - "properties": ["llm.cloud.apikey", "llm.cloud.modelSource"] |
| 224 | + "properties": [ |
| 225 | + "llm.cloud.apikey", |
| 226 | + "llm.cloud.modelSource" |
| 227 | + ] |
224 | 228 | }, |
225 | 229 | "minimax.minimax-m2-1": { |
226 | 230 | "object": "minimax-m2-1", |
227 | | - "properties": ["llm.cloud.apikey", "llm.cloud.modelSource"] |
| 231 | + "properties": [ |
| 232 | + "llm.cloud.apikey", |
| 233 | + "llm.cloud.modelSource" |
| 234 | + ] |
228 | 235 | }, |
229 | 236 | "minimax.minimax-m2-1-highspeed": { |
230 | 237 | "object": "minimax-m2-1-highspeed", |
231 | | - "properties": ["llm.cloud.apikey", "llm.cloud.modelSource"] |
| 238 | + "properties": [ |
| 239 | + "llm.cloud.apikey", |
| 240 | + "llm.cloud.modelSource" |
| 241 | + ] |
232 | 242 | }, |
233 | 243 | "minimax.minimax-m2-5": { |
234 | 244 | "object": "minimax-m2-5", |
235 | | - "properties": ["llm.cloud.apikey", "llm.cloud.modelSource"] |
| 245 | + "properties": [ |
| 246 | + "llm.cloud.apikey", |
| 247 | + "llm.cloud.modelSource" |
| 248 | + ] |
236 | 249 | }, |
237 | 250 | "minimax.minimax-m2-5-highspeed": { |
238 | 251 | "object": "minimax-m2-5-highspeed", |
239 | | - "properties": ["llm.cloud.apikey", "llm.cloud.modelSource"] |
| 252 | + "properties": [ |
| 253 | + "llm.cloud.apikey", |
| 254 | + "llm.cloud.modelSource" |
| 255 | + ] |
240 | 256 | }, |
241 | 257 | "minimax.minimax-m2-7": { |
242 | 258 | "object": "minimax-m2-7", |
243 | | - "properties": ["llm.cloud.apikey", "llm.cloud.modelSource"] |
| 259 | + "properties": [ |
| 260 | + "llm.cloud.apikey", |
| 261 | + "llm.cloud.modelSource" |
| 262 | + ] |
244 | 263 | }, |
245 | 264 | "minimax.minimax-m2-7-highspeed": { |
246 | 265 | "object": "minimax-m2-7-highspeed", |
247 | | - "properties": ["llm.cloud.apikey", "llm.cloud.modelSource"] |
| 266 | + "properties": [ |
| 267 | + "llm.cloud.apikey", |
| 268 | + "llm.cloud.modelSource" |
| 269 | + ] |
248 | 270 | }, |
249 | 271 | "minimax.minimax-m2-local": { |
250 | 272 | "object": "minimax-m2-local", |
251 | | - "properties": ["llm.local.serverbase"] |
| 273 | + "properties": [ |
| 274 | + "llm.local.serverbase" |
| 275 | + ] |
252 | 276 | }, |
253 | 277 | "minimax.minimax-m2-5-local": { |
254 | 278 | "object": "minimax-m2-5-local", |
255 | | - "properties": ["llm.local.serverbase"] |
| 279 | + "properties": [ |
| 280 | + "llm.local.serverbase" |
| 281 | + ] |
256 | 282 | }, |
257 | 283 | "minimax.minimax-m2-7-local": { |
258 | 284 | "object": "minimax-m2-7-local", |
259 | | - "properties": ["llm.local.serverbase"] |
| 285 | + "properties": [ |
| 286 | + "llm.local.serverbase" |
| 287 | + ] |
260 | 288 | }, |
261 | 289 | "minimax.profile": { |
262 | 290 | "title": "Model", |
263 | 291 | "description": "MiniMax LLM model", |
264 | 292 | "type": "string", |
265 | 293 | "default": "minimax-m2", |
266 | | - "enum": ["*>preconfig.profiles.*.title"], |
| 294 | + "enum": [ |
| 295 | + "*>preconfig.profiles.*.title" |
| 296 | + ], |
267 | 297 | "conditional": [ |
268 | 298 | { |
269 | 299 | "value": "custom", |
270 | | - "properties": ["minimax.custom"] |
| 300 | + "properties": [ |
| 301 | + "minimax.custom" |
| 302 | + ] |
271 | 303 | }, |
272 | 304 | { |
273 | 305 | "value": "minimax-m2", |
274 | | - "properties": ["minimax.minimax-m2"] |
| 306 | + "properties": [ |
| 307 | + "minimax.minimax-m2" |
| 308 | + ] |
275 | 309 | }, |
276 | 310 | { |
277 | 311 | "value": "minimax-m2-1", |
278 | | - "properties": ["minimax.minimax-m2-1"] |
| 312 | + "properties": [ |
| 313 | + "minimax.minimax-m2-1" |
| 314 | + ] |
279 | 315 | }, |
280 | 316 | { |
281 | 317 | "value": "minimax-m2-1-highspeed", |
282 | | - "properties": ["minimax.minimax-m2-1-highspeed"] |
| 318 | + "properties": [ |
| 319 | + "minimax.minimax-m2-1-highspeed" |
| 320 | + ] |
283 | 321 | }, |
284 | 322 | { |
285 | 323 | "value": "minimax-m2-5", |
286 | | - "properties": ["minimax.minimax-m2-5"] |
| 324 | + "properties": [ |
| 325 | + "minimax.minimax-m2-5" |
| 326 | + ] |
287 | 327 | }, |
288 | 328 | { |
289 | 329 | "value": "minimax-m2-5-highspeed", |
290 | | - "properties": ["minimax.minimax-m2-5-highspeed"] |
| 330 | + "properties": [ |
| 331 | + "minimax.minimax-m2-5-highspeed" |
| 332 | + ] |
291 | 333 | }, |
292 | 334 | { |
293 | 335 | "value": "minimax-m2-7", |
294 | | - "properties": ["minimax.minimax-m2-7"] |
| 336 | + "properties": [ |
| 337 | + "minimax.minimax-m2-7" |
| 338 | + ] |
295 | 339 | }, |
296 | 340 | { |
297 | 341 | "value": "minimax-m2-7-highspeed", |
298 | | - "properties": ["minimax.minimax-m2-7-highspeed"] |
| 342 | + "properties": [ |
| 343 | + "minimax.minimax-m2-7-highspeed" |
| 344 | + ] |
299 | 345 | }, |
300 | 346 | { |
301 | 347 | "value": "minimax-m2-local", |
302 | | - "properties": ["minimax.minimax-m2-local"] |
| 348 | + "properties": [ |
| 349 | + "minimax.minimax-m2-local" |
| 350 | + ] |
303 | 351 | }, |
304 | 352 | { |
305 | 353 | "value": "minimax-m2-5-local", |
306 | | - "properties": ["minimax.minimax-m2-5-local"] |
| 354 | + "properties": [ |
| 355 | + "minimax.minimax-m2-5-local" |
| 356 | + ] |
307 | 357 | }, |
308 | 358 | { |
309 | 359 | "value": "minimax-m2-7-local", |
310 | | - "properties": ["minimax.minimax-m2-7-local"] |
| 360 | + "properties": [ |
| 361 | + "minimax.minimax-m2-7-local" |
| 362 | + ] |
| 363 | + }, |
| 364 | + { |
| 365 | + "value": "minimax-m3", |
| 366 | + "properties": [ |
| 367 | + "minimax.minimax-m3" |
| 368 | + ] |
311 | 369 | } |
312 | 370 | ] |
| 371 | + }, |
| 372 | + "minimax.minimax-m3": { |
| 373 | + "object": "minimax-m3", |
| 374 | + "properties": [ |
| 375 | + "llm.cloud.apikey", |
| 376 | + "llm.cloud.modelSource" |
| 377 | + ] |
313 | 378 | } |
314 | 379 | }, |
315 | 380 | // |
|
0 commit comments