@wallbreakerno4/opencode-commandcode-models 0.0.1788514499

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 (2) hide show
  1. package/models.json +535 -0
  2. package/package.json +11 -0
package/models.json ADDED
@@ -0,0 +1,535 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "generatedAt": "2026-09-04T09:34:59.140Z",
4
+ "sourceCliVersion": "1.47.0",
5
+ "models": [
6
+ {
7
+ "id": "deepseek/deepseek-v4-pro",
8
+ "name": "DeepSeek V4 Pro (latest)",
9
+ "reasoning": true,
10
+ "inputModalities": [
11
+ "text"
12
+ ],
13
+ "efforts": [
14
+ "high",
15
+ "max"
16
+ ],
17
+ "context": 1000000,
18
+ "maxOutput": 384000
19
+ },
20
+ {
21
+ "id": "deepseek/deepseek-v4-flash",
22
+ "name": "DeepSeek V4 Flash (latest)",
23
+ "reasoning": true,
24
+ "inputModalities": [
25
+ "text"
26
+ ],
27
+ "efforts": [
28
+ "high",
29
+ "max"
30
+ ],
31
+ "context": 1000000,
32
+ "maxOutput": 384000
33
+ },
34
+ {
35
+ "id": "deepseek/deepseek-v4-flash-vision-exp",
36
+ "name": "DeepSeek V4 Flash Vision (exp)",
37
+ "reasoning": true,
38
+ "inputModalities": [
39
+ "text",
40
+ "image"
41
+ ],
42
+ "efforts": [
43
+ "high",
44
+ "max"
45
+ ],
46
+ "context": 1000000,
47
+ "maxOutput": 384000
48
+ },
49
+ {
50
+ "id": "deepseek/deepseek-v4-flash-fast",
51
+ "name": "DeepSeek V4 Flash Fast",
52
+ "reasoning": true,
53
+ "inputModalities": [
54
+ "text"
55
+ ],
56
+ "efforts": [
57
+ "low",
58
+ "high",
59
+ "max"
60
+ ],
61
+ "context": 1000000,
62
+ "maxOutput": 32000
63
+ },
64
+ {
65
+ "id": "moonshotai/Kimi-K3",
66
+ "name": "Kimi K3",
67
+ "reasoning": true,
68
+ "inputModalities": [
69
+ "text",
70
+ "image"
71
+ ],
72
+ "efforts": [
73
+ "low",
74
+ "high",
75
+ "max"
76
+ ],
77
+ "context": 1000000,
78
+ "maxOutput": 131072
79
+ },
80
+ {
81
+ "id": "moonshotai/Kimi-K2.7-Code",
82
+ "name": "Kimi K2.7 Code",
83
+ "reasoning": true,
84
+ "inputModalities": [
85
+ "text",
86
+ "image"
87
+ ],
88
+ "context": 256000,
89
+ "maxOutput": 262144
90
+ },
91
+ {
92
+ "id": "moonshotai/Kimi-K2.7-Code-Highspeed",
93
+ "name": "Kimi K2.7 Code HighSpeed",
94
+ "reasoning": true,
95
+ "inputModalities": [
96
+ "text",
97
+ "image"
98
+ ],
99
+ "context": 262000,
100
+ "maxOutput": 262144
101
+ },
102
+ {
103
+ "id": "moonshotai/Kimi-K2.6",
104
+ "name": "Kimi K2.6",
105
+ "reasoning": false,
106
+ "inputModalities": [
107
+ "text",
108
+ "image"
109
+ ],
110
+ "context": 256000,
111
+ "maxOutput": 262144
112
+ },
113
+ {
114
+ "id": "moonshotai/Kimi-K2.5",
115
+ "name": "Kimi K2.5",
116
+ "reasoning": false,
117
+ "inputModalities": [
118
+ "text",
119
+ "image"
120
+ ],
121
+ "context": 256000,
122
+ "maxOutput": 262144
123
+ },
124
+ {
125
+ "id": "z-ai/glm-5.3-flash",
126
+ "name": "GLM-5.3 Flash",
127
+ "reasoning": true,
128
+ "inputModalities": [
129
+ "text",
130
+ "image"
131
+ ],
132
+ "efforts": [
133
+ "low",
134
+ "high",
135
+ "max"
136
+ ],
137
+ "context": 1048576,
138
+ "maxOutput": 131072
139
+ },
140
+ {
141
+ "id": "zai-org/GLM-5.3",
142
+ "name": "GLM-5.3",
143
+ "reasoning": true,
144
+ "inputModalities": [
145
+ "text"
146
+ ],
147
+ "efforts": [
148
+ "low",
149
+ "high",
150
+ "max"
151
+ ],
152
+ "context": 1000000,
153
+ "maxOutput": 131072
154
+ },
155
+ {
156
+ "id": "zai-org/GLM-5.2",
157
+ "name": "GLM-5.2",
158
+ "reasoning": true,
159
+ "inputModalities": [
160
+ "text"
161
+ ],
162
+ "efforts": [
163
+ "high",
164
+ "max"
165
+ ],
166
+ "context": 1000000,
167
+ "maxOutput": 131072
168
+ },
169
+ {
170
+ "id": "zai-org/GLM-5.2-Fast",
171
+ "name": "GLM-5.2 Fast",
172
+ "reasoning": false,
173
+ "inputModalities": [
174
+ "text"
175
+ ],
176
+ "context": 1000000,
177
+ "maxOutput": 131072
178
+ },
179
+ {
180
+ "id": "zai-org/GLM-5.1",
181
+ "name": "GLM-5.1",
182
+ "reasoning": false,
183
+ "inputModalities": [
184
+ "text"
185
+ ],
186
+ "context": 200000,
187
+ "maxOutput": 131072
188
+ },
189
+ {
190
+ "id": "zai-org/GLM-5",
191
+ "name": "GLM-5",
192
+ "reasoning": false,
193
+ "inputModalities": [
194
+ "text"
195
+ ],
196
+ "context": 200000,
197
+ "maxOutput": 131072
198
+ },
199
+ {
200
+ "id": "MiniMaxAI/MiniMax-M3",
201
+ "name": "MiniMax M3",
202
+ "reasoning": true,
203
+ "inputModalities": [
204
+ "text",
205
+ "image"
206
+ ],
207
+ "context": 1000000,
208
+ "maxOutput": 512000
209
+ },
210
+ {
211
+ "id": "MiniMaxAI/MiniMax-M2.7",
212
+ "name": "MiniMax M2.7",
213
+ "reasoning": false,
214
+ "inputModalities": [
215
+ "text"
216
+ ],
217
+ "context": 200000,
218
+ "maxOutput": 131072
219
+ },
220
+ {
221
+ "id": "MiniMaxAI/MiniMax-M2.5",
222
+ "name": "MiniMax M2.5",
223
+ "reasoning": false,
224
+ "inputModalities": [
225
+ "text"
226
+ ],
227
+ "context": 200000,
228
+ "maxOutput": 131072
229
+ },
230
+ {
231
+ "id": "xiaomi/mimo-v2.5-pro",
232
+ "name": "MiMo V2.5 Pro",
233
+ "reasoning": false,
234
+ "inputModalities": [
235
+ "text"
236
+ ],
237
+ "context": 1000000,
238
+ "maxOutput": 131072
239
+ },
240
+ {
241
+ "id": "xiaomi/mimo-v2.5",
242
+ "name": "MiMo V2.5",
243
+ "reasoning": false,
244
+ "inputModalities": [
245
+ "text",
246
+ "image"
247
+ ],
248
+ "context": 1000000,
249
+ "maxOutput": 131072
250
+ },
251
+ {
252
+ "id": "Qwen/Qwen3.8-Max-0902",
253
+ "name": "Qwen 3.8 Max 0902",
254
+ "reasoning": true,
255
+ "inputModalities": [
256
+ "text",
257
+ "image"
258
+ ],
259
+ "efforts": [
260
+ "low",
261
+ "medium",
262
+ "xhigh"
263
+ ],
264
+ "context": 1000000,
265
+ "maxOutput": 32768
266
+ },
267
+ {
268
+ "id": "Qwen/Qwen3.8-Max",
269
+ "name": "Qwen 3.8 Max",
270
+ "reasoning": true,
271
+ "inputModalities": [
272
+ "text",
273
+ "image"
274
+ ],
275
+ "efforts": [
276
+ "low",
277
+ "medium",
278
+ "xhigh"
279
+ ],
280
+ "context": 1000000,
281
+ "maxOutput": 32768
282
+ },
283
+ {
284
+ "id": "Qwen/Qwen3.8-27B",
285
+ "name": "Qwen 3.8 27B",
286
+ "reasoning": true,
287
+ "inputModalities": [
288
+ "text",
289
+ "image"
290
+ ],
291
+ "efforts": [
292
+ "low",
293
+ "medium",
294
+ "xhigh"
295
+ ],
296
+ "context": 262144,
297
+ "maxOutput": 32768
298
+ },
299
+ {
300
+ "id": "Qwen/Qwen3.8-Flash",
301
+ "name": "Qwen 3.8 Flash",
302
+ "reasoning": true,
303
+ "inputModalities": [
304
+ "text",
305
+ "image"
306
+ ],
307
+ "efforts": [
308
+ "low",
309
+ "medium",
310
+ "xhigh"
311
+ ],
312
+ "context": 1000000,
313
+ "maxOutput": 32768
314
+ },
315
+ {
316
+ "id": "Qwen/Qwen3.7-Max",
317
+ "name": "Qwen 3.7 Max",
318
+ "reasoning": true,
319
+ "inputModalities": [
320
+ "text"
321
+ ],
322
+ "context": 1000000,
323
+ "maxOutput": 32768
324
+ },
325
+ {
326
+ "id": "Qwen/Qwen3.7-Plus",
327
+ "name": "Qwen 3.7 Plus",
328
+ "reasoning": true,
329
+ "inputModalities": [
330
+ "text",
331
+ "image"
332
+ ],
333
+ "context": 1000000,
334
+ "maxOutput": 32768
335
+ },
336
+ {
337
+ "id": "Qwen/Qwen3.7-Flash",
338
+ "name": "Qwen 3.7 Flash",
339
+ "reasoning": true,
340
+ "inputModalities": [
341
+ "text",
342
+ "image"
343
+ ],
344
+ "context": 1000000,
345
+ "maxOutput": 32768
346
+ },
347
+ {
348
+ "id": "Qwen/Qwen3.6-Max-Preview",
349
+ "name": "Qwen 3.6 Max Preview",
350
+ "reasoning": true,
351
+ "inputModalities": [
352
+ "text"
353
+ ],
354
+ "context": 1000000,
355
+ "maxOutput": 32768
356
+ },
357
+ {
358
+ "id": "Qwen/Qwen3.6-Plus",
359
+ "name": "Qwen 3.6 Plus",
360
+ "reasoning": true,
361
+ "inputModalities": [
362
+ "text",
363
+ "image"
364
+ ],
365
+ "context": 1000000,
366
+ "maxOutput": 32768
367
+ },
368
+ {
369
+ "id": "meituan/LongCat-2.0:free",
370
+ "name": "LongCat 2.0",
371
+ "reasoning": true,
372
+ "inputModalities": [
373
+ "text"
374
+ ],
375
+ "context": 1048576,
376
+ "maxOutput": 32000
377
+ },
378
+ {
379
+ "id": "stepfun/Step-3.7-Flash",
380
+ "name": "Step 3.7 Flash",
381
+ "reasoning": true,
382
+ "inputModalities": [
383
+ "text",
384
+ "image"
385
+ ],
386
+ "context": 256000,
387
+ "maxOutput": 256000
388
+ },
389
+ {
390
+ "id": "stepfun/Step-3.5-Flash",
391
+ "name": "Step 3.5 Flash",
392
+ "reasoning": true,
393
+ "inputModalities": [
394
+ "text"
395
+ ],
396
+ "context": 1000000,
397
+ "maxOutput": 256000
398
+ },
399
+ {
400
+ "id": "tencent/hy3-paid",
401
+ "name": "Tencent Hy3",
402
+ "reasoning": true,
403
+ "inputModalities": [
404
+ "text"
405
+ ],
406
+ "context": 262144,
407
+ "maxOutput": 32000
408
+ },
409
+ {
410
+ "id": "tencent/hy4-preview",
411
+ "name": "Tencent Hy4 Preview",
412
+ "reasoning": true,
413
+ "inputModalities": [
414
+ "text"
415
+ ],
416
+ "efforts": [
417
+ "low",
418
+ "medium",
419
+ "high"
420
+ ],
421
+ "context": 1048576,
422
+ "maxOutput": 64000
423
+ },
424
+ {
425
+ "id": "nvidia/nemotron-3-ultra-550b-a55b",
426
+ "name": "Nemotron 3 Ultra",
427
+ "reasoning": true,
428
+ "inputModalities": [
429
+ "text"
430
+ ],
431
+ "context": 1000000,
432
+ "maxOutput": 65536
433
+ },
434
+ {
435
+ "id": "thinkingmachines/inkling",
436
+ "name": "Inkling",
437
+ "reasoning": true,
438
+ "inputModalities": [
439
+ "text",
440
+ "image"
441
+ ],
442
+ "context": 256000,
443
+ "maxOutput": 65536
444
+ },
445
+ {
446
+ "id": "thinkingmachines/inkling-small",
447
+ "name": "Inkling Small",
448
+ "reasoning": true,
449
+ "inputModalities": [
450
+ "text",
451
+ "image"
452
+ ],
453
+ "context": 1000000,
454
+ "maxOutput": 32768
455
+ },
456
+ {
457
+ "id": "poolside/laguna-s-2.1-free",
458
+ "name": "Laguna S 2.1",
459
+ "reasoning": true,
460
+ "inputModalities": [
461
+ "text"
462
+ ],
463
+ "context": 256000,
464
+ "maxOutput": 32768
465
+ },
466
+ {
467
+ "id": "gpt-5.6-luna",
468
+ "name": "GPT-5.6 Luna",
469
+ "reasoning": true,
470
+ "inputModalities": [
471
+ "text",
472
+ "image"
473
+ ],
474
+ "efforts": [
475
+ "low",
476
+ "medium",
477
+ "high",
478
+ "xhigh",
479
+ "max"
480
+ ],
481
+ "context": 1050000,
482
+ "maxOutput": 128000
483
+ },
484
+ {
485
+ "id": "meta/muse-spark-1.2-contributor",
486
+ "name": "Muse Spark 1.2 Contributor",
487
+ "reasoning": true,
488
+ "inputModalities": [
489
+ "text",
490
+ "image"
491
+ ],
492
+ "efforts": [
493
+ "low",
494
+ "medium",
495
+ "high",
496
+ "xhigh"
497
+ ],
498
+ "context": 1048576,
499
+ "maxOutput": 131072
500
+ },
501
+ {
502
+ "id": "meta/muse-spark-1.3-contributor",
503
+ "name": "Muse Spark 1.3 Contributor",
504
+ "reasoning": true,
505
+ "inputModalities": [
506
+ "text",
507
+ "image"
508
+ ],
509
+ "efforts": [
510
+ "low",
511
+ "medium",
512
+ "high",
513
+ "xhigh"
514
+ ],
515
+ "context": 1048576,
516
+ "maxOutput": 131072
517
+ },
518
+ {
519
+ "id": "xai/grok-4.5",
520
+ "name": "Grok 4.5",
521
+ "reasoning": true,
522
+ "inputModalities": [
523
+ "text",
524
+ "image"
525
+ ],
526
+ "efforts": [
527
+ "low",
528
+ "medium",
529
+ "high"
530
+ ],
531
+ "context": 500000,
532
+ "maxOutput": 500000
533
+ }
534
+ ]
535
+ }
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@wallbreakerno4/opencode-commandcode-models",
3
+ "version": "0.0.1788514499",
4
+ "description": "Command Code Go plan 模型目录数据包:构建流水线产物,供 OpenCode 插件运行时经 npmmirror files / unpkg 匿名拉取。",
5
+ "files": ["models.json"],
6
+ "license": "UNLICENSED",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/WallBreakerNO4/opencode-commandcode-provider.git"
10
+ }
11
+ }