@wallbreakerno4/opencode-commandcode-models 0.0.1790015973 → 0.0.1790038194
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.
- package/models.json +40 -2
- package/package.json +1 -1
package/models.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-09-
|
|
4
|
-
"sourceCliVersion": "1.
|
|
3
|
+
"generatedAt": "2026-09-22T00:49:53.941Z",
|
|
4
|
+
"sourceCliVersion": "1.62.0",
|
|
5
5
|
"models": [
|
|
6
6
|
{
|
|
7
7
|
"id": "deepseek/deepseek-v4-pro",
|
|
@@ -264,6 +264,28 @@
|
|
|
264
264
|
"context": 200000,
|
|
265
265
|
"maxOutput": 131072
|
|
266
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"id": "xiaomi/mimo-v2.6-pro",
|
|
269
|
+
"name": "MiMo V2.6 Pro",
|
|
270
|
+
"reasoning": false,
|
|
271
|
+
"inputModalities": [
|
|
272
|
+
"text",
|
|
273
|
+
"image"
|
|
274
|
+
],
|
|
275
|
+
"context": 1048576,
|
|
276
|
+
"maxOutput": 131072
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"id": "xiaomi/mimo-v2.6-flash",
|
|
280
|
+
"name": "MiMo V2.6 Flash",
|
|
281
|
+
"reasoning": false,
|
|
282
|
+
"inputModalities": [
|
|
283
|
+
"text",
|
|
284
|
+
"image"
|
|
285
|
+
],
|
|
286
|
+
"context": 1048576,
|
|
287
|
+
"maxOutput": 131072
|
|
288
|
+
},
|
|
267
289
|
{
|
|
268
290
|
"id": "xiaomi/mimo-v2.5-pro",
|
|
269
291
|
"name": "MiMo V2.5 Pro",
|
|
@@ -428,6 +450,22 @@
|
|
|
428
450
|
"context": 1048576,
|
|
429
451
|
"maxOutput": 262144
|
|
430
452
|
},
|
|
453
|
+
{
|
|
454
|
+
"id": "stepfun/Step-5-Preview",
|
|
455
|
+
"name": "Step 5 Preview",
|
|
456
|
+
"reasoning": true,
|
|
457
|
+
"inputModalities": [
|
|
458
|
+
"text",
|
|
459
|
+
"image"
|
|
460
|
+
],
|
|
461
|
+
"efforts": [
|
|
462
|
+
"low",
|
|
463
|
+
"medium",
|
|
464
|
+
"high"
|
|
465
|
+
],
|
|
466
|
+
"context": 1000000,
|
|
467
|
+
"maxOutput": 1000000
|
|
468
|
+
},
|
|
431
469
|
{
|
|
432
470
|
"id": "stepfun/Step-3.7-Flash",
|
|
433
471
|
"name": "Step 3.7 Flash",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wallbreakerno4/opencode-commandcode-models",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1790038194",
|
|
4
4
|
"description": "Command Code Go plan 模型目录数据包:构建流水线产物,供 OpenCode 插件运行时经 npmmirror files / unpkg 匿名拉取。",
|
|
5
5
|
"files": ["models.json"],
|
|
6
6
|
"license": "UNLICENSED",
|