command-code 1.31.0 → 1.32.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,11 +1,16 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.32.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat: add DeepSeek V4 Flash Vision (exp), a 1M-context vision reasoning model
|
|
8
|
+
|
|
3
9
|
## 1.31.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
6
12
|
|
|
7
13
|
- 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
14
|
|
|
10
15
|
### Patch Changes
|
|
11
16
|
|
|
@@ -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 |
|
|
@@ -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
|