command-code 1.31.0 → 1.32.1
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,11 +1,22 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.32.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: add reasoning effort to Ox Alpha
|
|
8
|
+
|
|
9
|
+
## 1.32.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- feat: add DeepSeek V4 Flash Vision (exp), a 1M-context vision reasoning model
|
|
14
|
+
|
|
3
15
|
## 1.31.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
6
18
|
|
|
7
19
|
- feat: add Ox Alpha, a free 1M-context reasoning model, on every plan
|
|
8
|
-
- feat: add Ox Alpha, a free 1M-context reasoning model, on every plan (#3951)
|
|
9
20
|
|
|
10
21
|
### Patch Changes
|
|
11
22
|
|
|
@@ -10,6 +10,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
10
10
|
|---|---|---|---|---|---|---|
|
|
11
11
|
| `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro (latest) | 1M | high, max | $0.66/$1.98 · cache $0.022 | Go and above | hybrid-attention long-context reasoning |
|
|
12
12
|
| `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash (latest) | 1M | high, max | $0.22/$0.66 · cache $0.007 | Go and above | fast hybrid-attention reasoning |
|
|
13
|
+
| `deepseek/deepseek-v4-flash-vision-exp` | DeepSeek V4 Flash Vision (exp) | 1M | high, max | $0.22/$0.66 · cache $0.01 | Go and above | fast hybrid-attention reasoning with vision |
|
|
13
14
|
| `moonshotai/Kimi-K3` | Kimi K3 | 1M | — | $3/$15 · cache $0.3 | Go and above | long-horizon coding & knowledge work with 1M context |
|
|
14
15
|
| `moonshotai/Kimi-K2.7-Code` | Kimi K2.7 Code | 256K | — | $0.95/$4 · cache $0.19 | Go and above | improved long-horizon coding with vision |
|
|
15
16
|
| `moonshotai/Kimi-K2.7-Code-Highspeed` | Kimi K2.7 Code HighSpeed | 262K | — | $1.9/$8 · cache $0.38 | Go and above | high-speed long-horizon coding with vision |
|
|
@@ -43,7 +44,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
43
44
|
|
|
44
45
|
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
|
|
45
46
|
|---|---|---|---|---|---|---|
|
|
46
|
-
| `stealth/ox-alpha` | Ox Alpha | 1.05M |
|
|
47
|
+
| `stealth/ox-alpha` | Ox Alpha | 1.05M | low, high, max | $0/$0 · cache $0 | Go and above | long-horizon coding, agentic work & visual context |
|
|
47
48
|
## Anthropic
|
|
48
49
|
|
|
49
50
|
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
|
|
@@ -268,6 +268,7 @@ Valid model ids (the /model catalog — use these EXACT ids):
|
|
|
268
268
|
- thinkingmachines/inkling-small
|
|
269
269
|
- deepseek/deepseek-v4-pro
|
|
270
270
|
- deepseek/deepseek-v4-flash
|
|
271
|
+
- deepseek/deepseek-v4-flash-vision-exp
|
|
271
272
|
- moonshotai/Kimi-K2.7-Code
|
|
272
273
|
- moonshotai/Kimi-K2.7-Code-Highspeed
|
|
273
274
|
- moonshotai/Kimi-K2.6
|