@hermenics/deepseek-code 0.7.0 → 0.7.2
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/README.md +1 -1
- package/dist/cli.mjs +565 -558
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ Switch models at any time with `/model`:
|
|
|
74
74
|
|
|
75
75
|
| Model ID | Description | Context |
|
|
76
76
|
|----------|-------------|---------|
|
|
77
|
-
| `deepseek-
|
|
77
|
+
| `deepseek-flash` | Native visual understanding; fast, general purpose (default) | 1M |
|
|
78
78
|
| `deepseek-v4-pro` | Advanced reasoning | 1M |
|
|
79
79
|
|
|
80
80
|
Each provider also exposes provider-specific models (Bedrock, Vertex, local).
|