command-code 1.32.2 → 1.33.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # command-code
2
2
 
3
+ ## 1.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: add MiniMax M3 Free and M2.7 Free
8
+
3
9
  ## 1.32.2
4
10
 
5
11
  ### Patch Changes
@@ -23,6 +23,8 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
23
23
  | `zai-org/GLM-5` | GLM-5 | 200K | — | $1/$3.2 · cache $0.2 | Go and above | multi-mode thinking & long-range planning |
24
24
  | `MiniMaxAI/MiniMax-M3` | MiniMax M3 | 1M | — | $0.3/$1.2 · cache $0.06 | Go and above | frontier coding, agents & native multimodality |
25
25
  | `MiniMaxAI/MiniMax-M2.7` | MiniMax M2.7 | — | — | $0.3/$1.2 · cache $0.06 | Go and above | end-to-end software engineering agent |
26
+ | `minimax/minimax-m3-free` | MiniMax M3 | 1M | — | $0/$0 · cache $0 | Go and above | frontier coding, agents & native multimodality |
27
+ | `minimax/minimax-m2.7-free` | MiniMax M2.7 | 197K | — | $0/$0 · cache $0 | Go and above | end-to-end software engineering agent |
26
28
  | `MiniMaxAI/MiniMax-M2.5` | MiniMax M2.5 | 200K | — | $0.3/$1.2 · cache $0.03 | Go and above | cross-platform full-stack agentic dev |
27
29
  | `xiaomi/mimo-v2.5-pro` | MiMo V2.5 Pro | 1M | — | $0.435/$0.87 · cache $0.0036 | Go and above | high-capability long-context agentic coding |
28
30
  | `xiaomi/mimo-v2.5` | MiMo V2.5 | 1M | — | $0.14/$0.28 · cache $0.0028 | Go and above | efficient long-context agentic coding |
@@ -308,6 +308,8 @@ Valid model ids (the /model catalog — use these EXACT ids):
308
308
  - nvidia/nemotron-3-ultra-550b-a55b
309
309
  - poolside/laguna-s-2.1-free
310
310
  - inclusionai/ling-3.0-flash-free
311
+ - minimax/minimax-m3-free
312
+ - minimax/minimax-m2.7-free
311
313
  - stealth/ox-alpha
312
314
  A BYO-provider id (from a configured custom provider) also works and is passed through as-is.
313
315