opencode-cmd-provider 1.7.2 → 1.7.4
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 +54 -0
- package/dist/src/catalog/classification.d.ts +1 -1
- package/dist/src/catalog/classification.js +2 -1
- package/dist/src/catalog/facts.d.ts +4 -4
- package/dist/src/catalog/facts.js +9 -6
- package/dist/src/catalog/snapshot.js +3 -2
- package/dist/src/deals/catalog.d.ts +1 -1
- package/dist/src/deals/catalog.js +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,57 @@
|
|
|
1
|
+
## 1.7.4 - 2026-09-11
|
|
2
|
+
|
|
3
|
+
### Model catalog
|
|
4
|
+
|
|
5
|
+
## Model catalog
|
|
6
|
+
|
|
7
|
+
- **FACTS_LAST_REFRESHED**: `2026-09-10` → `2026-09-11`
|
|
8
|
+
|
|
9
|
+
| Model | Change | Before | After |
|
|
10
|
+
| --------------------------------------- | ------- | --------------------------------------------------------- | -------------------------------------------------------- |
|
|
11
|
+
| `deepseek/deepseek-v4-flash-vision-exp` | pricing | input 0.22 / output 0.66 / cacheRead 0.007 / cacheWrite 0 | input 0.15 / output 0.6 / cacheRead 0.003 / cacheWrite 0 |
|
|
12
|
+
|
|
13
|
+
### API divergence
|
|
14
|
+
|
|
15
|
+
- `gpt-6-astra`: in package membership but not served by the listing API
|
|
16
|
+
|
|
17
|
+
## 1.7.3 - 2026-09-10
|
|
18
|
+
|
|
19
|
+
### Model catalog
|
|
20
|
+
|
|
21
|
+
## Model catalog
|
|
22
|
+
|
|
23
|
+
- **FACTS_LAST_REFRESHED**: `2026-09-09` → `2026-09-10`
|
|
24
|
+
|
|
25
|
+
| Model | Change | Before | After |
|
|
26
|
+
| ------------------------------ | ------- | --------------------------------------------------------- | -------------------------------------------------------- |
|
|
27
|
+
| `deepseek/deepseek-v4-flash` | pricing | input 0.22 / output 0.66 / cacheRead 0.007 / cacheWrite 0 | input 0.15 / output 0.6 / cacheRead 0.003 / cacheWrite 0 |
|
|
28
|
+
| `deepseek/deepseek-v4.1-flash` | added | — | DeepSeek V4.1 Flash · 1000000 ctx |
|
|
29
|
+
|
|
30
|
+
### API divergence
|
|
31
|
+
|
|
32
|
+
- `gpt-6-astra`: in package membership but not served by the listing API
|
|
33
|
+
|
|
34
|
+
### Reasoning classification
|
|
35
|
+
|
|
36
|
+
## Reasoning classification
|
|
37
|
+
|
|
38
|
+
- **CLASSIFICATION_LAST_REFRESHED**: `2026-09-09` → `2026-09-10`
|
|
39
|
+
|
|
40
|
+
| Model | Change | Before | After |
|
|
41
|
+
| ------------------------------ | ------ | ------ | ------------------------------ |
|
|
42
|
+
| `deepseek/deepseek-v4.1-flash` | new | — | efforts model (low, high, max) |
|
|
43
|
+
|
|
44
|
+
### Deals intelligence
|
|
45
|
+
|
|
46
|
+
## Deals intelligence
|
|
47
|
+
|
|
48
|
+
- **DEAL_LAST_REFRESHED**: `2026-09-09` → `2026-09-10`
|
|
49
|
+
|
|
50
|
+
| Model | Change | Before | After |
|
|
51
|
+
| ------------------------------ | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
52
|
+
| `deepseek/deepseek-v4-flash` | peakOffPeak | peak in 0.44 / out 1.32 / cacheRead 0.014 / cacheWrite 0 · off-peak in 0.22 / out 0.66 / cacheRead 0.007 / cacheWrite 0 (01–04 & 06–10 UTC, Mon–Fri) | peak in 0.3 / out 1.2 / cacheRead 0.006 / cacheWrite 0 · off-peak in 0.15 / out 0.6 / cacheRead 0.003 / cacheWrite 0 (01–04 & 06–10 UTC, Mon–Fri) |
|
|
53
|
+
| `deepseek/deepseek-v4.1-flash` | added | — | opensource |
|
|
54
|
+
|
|
1
55
|
## 1.7.2 - 2026-09-09
|
|
2
56
|
|
|
3
57
|
### Model catalog
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const CLASSIFICATION_SOURCE_URLS: ReadonlyArray<string>;
|
|
2
|
-
export declare const CLASSIFICATION_LAST_REFRESHED = "2026-09-
|
|
2
|
+
export declare const CLASSIFICATION_LAST_REFRESHED = "2026-09-11";
|
|
3
3
|
export declare const CLASSIFICATION_OVERRIDES: Readonly<Record<string, {
|
|
4
4
|
capability: boolean;
|
|
5
5
|
justification: string;
|
|
@@ -18,7 +18,7 @@ export const CLASSIFICATION_SOURCE_URLS = [
|
|
|
18
18
|
"https://commandcode.ai/docs/plans/goat",
|
|
19
19
|
"https://commandcode.ai/docs/plans/pro",
|
|
20
20
|
];
|
|
21
|
-
export const CLASSIFICATION_LAST_REFRESHED = "2026-09-
|
|
21
|
+
export const CLASSIFICATION_LAST_REFRESHED = "2026-09-11";
|
|
22
22
|
// Active capability overrides. Empty = upstream data is truth.
|
|
23
23
|
// Every entry requires a written justification naming the upstream
|
|
24
24
|
// disagreement; entries are rendered into the refresh PR body.
|
|
@@ -41,6 +41,7 @@ export const MODEL_REASONING_CAPABILITY = {
|
|
|
41
41
|
"deepseek/deepseek-v4-flash-fast": true,
|
|
42
42
|
"deepseek/deepseek-v4-flash-vision-exp": true,
|
|
43
43
|
"deepseek/deepseek-v4-pro": true,
|
|
44
|
+
"deepseek/deepseek-v4.1-flash": true,
|
|
44
45
|
"google/gemini-3.1-flash-lite": true,
|
|
45
46
|
"google/gemini-3.5-flash": true,
|
|
46
47
|
"google/gemini-3.5-flash-lite": true,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.
|
|
2
|
-
export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.
|
|
3
|
-
export declare const FACTS_PACKAGE_VERSION = "1.
|
|
4
|
-
export declare const FACTS_LAST_REFRESHED = "2026-09-
|
|
1
|
+
export declare const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.53.1/dist/bundled/command-code-knowledge/reference/models.md";
|
|
2
|
+
export declare const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.53.1/dist/cli.mjs";
|
|
3
|
+
export declare const FACTS_PACKAGE_VERSION = "1.53.1";
|
|
4
|
+
export declare const FACTS_LAST_REFRESHED = "2026-09-11";
|
|
5
5
|
export declare const MODEL_EFFORTS: Readonly<Record<string, readonly string[]>>;
|
|
6
6
|
export declare const MODEL_COSTS: Readonly<Record<string, {
|
|
7
7
|
input: number;
|
|
@@ -5,15 +5,16 @@
|
|
|
5
5
|
// from the package table (never from the listing API). Input modalities
|
|
6
6
|
// parse from the CLI bundle (dist/cli.mjs). Regenerate with
|
|
7
7
|
// `npm run refresh:snapshot`.
|
|
8
|
-
export const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.
|
|
9
|
-
export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.
|
|
10
|
-
export const FACTS_PACKAGE_VERSION = "1.
|
|
11
|
-
export const FACTS_LAST_REFRESHED = "2026-09-
|
|
8
|
+
export const FACTS_SOURCE_URL = "https://unpkg.com/command-code@1.53.1/dist/bundled/command-code-knowledge/reference/models.md";
|
|
9
|
+
export const MODALITIES_SOURCE_URL = "https://unpkg.com/command-code@1.53.1/dist/cli.mjs";
|
|
10
|
+
export const FACTS_PACKAGE_VERSION = "1.53.1";
|
|
11
|
+
export const FACTS_LAST_REFRESHED = "2026-09-11";
|
|
12
12
|
export const MODEL_EFFORTS = {
|
|
13
13
|
"deepseek/deepseek-v4-pro": ["high", "max"],
|
|
14
14
|
"deepseek/deepseek-v4-flash": ["high", "max"],
|
|
15
15
|
"deepseek/deepseek-v4-flash-vision-exp": ["high", "max"],
|
|
16
16
|
"deepseek/deepseek-v4-flash-fast": ["low", "high", "max"],
|
|
17
|
+
"deepseek/deepseek-v4.1-flash": ["low", "high", "max"],
|
|
17
18
|
"moonshotai/Kimi-K3": ["low", "high", "max"],
|
|
18
19
|
"z-ai/glm-5.3-flash": ["low", "high", "max"],
|
|
19
20
|
"zai-org/GLM-5.3": ["low", "high", "max"],
|
|
@@ -56,9 +57,10 @@ export const MODEL_EFFORTS = {
|
|
|
56
57
|
};
|
|
57
58
|
export const MODEL_COSTS = {
|
|
58
59
|
"deepseek/deepseek-v4-pro": { input: 0.66, output: 1.98, cacheRead: 0.022, cacheWrite: 0 },
|
|
59
|
-
"deepseek/deepseek-v4-flash": { input: 0.
|
|
60
|
-
"deepseek/deepseek-v4-flash-vision-exp": { input: 0.
|
|
60
|
+
"deepseek/deepseek-v4-flash": { input: 0.15, output: 0.6, cacheRead: 0.003, cacheWrite: 0 },
|
|
61
|
+
"deepseek/deepseek-v4-flash-vision-exp": { input: 0.15, output: 0.6, cacheRead: 0.003, cacheWrite: 0 },
|
|
61
62
|
"deepseek/deepseek-v4-flash-fast": { input: 0.28, output: 0.56, cacheRead: 0.07, cacheWrite: 0 },
|
|
63
|
+
"deepseek/deepseek-v4.1-flash": { input: 0.15, output: 0.6, cacheRead: 0.003, cacheWrite: 0 },
|
|
62
64
|
"moonshotai/Kimi-K3": { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 0 },
|
|
63
65
|
"moonshotai/Kimi-K2.7-Code": { input: 0.95, output: 4, cacheRead: 0.19, cacheWrite: 0 },
|
|
64
66
|
"moonshotai/Kimi-K2.7-Code-Highspeed": { input: 1.9, output: 8, cacheRead: 0.38, cacheWrite: 0 },
|
|
@@ -143,6 +145,7 @@ export const MODEL_INPUT_MODALITIES = {
|
|
|
143
145
|
"claude-sonnet-4-6": ["text", "image"],
|
|
144
146
|
"claude-sonnet-5": ["text", "image"],
|
|
145
147
|
"deepseek/deepseek-v4-flash-vision-exp": ["text", "image"],
|
|
148
|
+
"deepseek/deepseek-v4.1-flash": ["text", "image"],
|
|
146
149
|
"google/gemini-3.1-flash-lite": ["text", "image"],
|
|
147
150
|
"google/gemini-3.5-flash": ["text", "image"],
|
|
148
151
|
"google/gemini-3.5-flash-lite": ["text", "image"],
|
|
@@ -13,9 +13,10 @@
|
|
|
13
13
|
// nothing and wins no field. Regenerate with `npm run refresh:snapshot`.
|
|
14
14
|
export const MODEL_SNAPSHOT = [
|
|
15
15
|
{ id: "deepseek/deepseek-v4-pro", name: "DeepSeek V4 Pro (latest)", contextLength: 1000000, contextSource: "models.md", efforts: ["high", "max"], cost: { input: 0.66, output: 1.98, cacheRead: 0.022, cacheWrite: 0 }, costSource: "models.md" },
|
|
16
|
-
{ id: "deepseek/deepseek-v4-flash", name: "DeepSeek V4 Flash (latest)", contextLength: 1000000, contextSource: "models.md", efforts: ["high", "max"], cost: { input: 0.
|
|
17
|
-
{ id: "deepseek/deepseek-v4-flash-vision-exp", name: "DeepSeek V4 Flash Vision (exp)", contextLength: 1000000, contextSource: "models.md", efforts: ["high", "max"], cost: { input: 0.
|
|
16
|
+
{ id: "deepseek/deepseek-v4-flash", name: "DeepSeek V4 Flash (latest)", contextLength: 1000000, contextSource: "models.md", efforts: ["high", "max"], cost: { input: 0.15, output: 0.6, cacheRead: 0.003, cacheWrite: 0 }, costSource: "models.md" },
|
|
17
|
+
{ id: "deepseek/deepseek-v4-flash-vision-exp", name: "DeepSeek V4 Flash Vision (exp)", contextLength: 1000000, contextSource: "models.md", efforts: ["high", "max"], cost: { input: 0.15, output: 0.6, cacheRead: 0.003, cacheWrite: 0 }, costSource: "models.md" },
|
|
18
18
|
{ id: "deepseek/deepseek-v4-flash-fast", name: "DeepSeek V4 Flash Fast", contextLength: 1000000, contextSource: "models.md", efforts: ["low", "high", "max"], cost: { input: 0.28, output: 0.56, cacheRead: 0.07, cacheWrite: 0 }, costSource: "models.md" },
|
|
19
|
+
{ id: "deepseek/deepseek-v4.1-flash", name: "DeepSeek V4.1 Flash", contextLength: 1000000, contextSource: "models.md", efforts: ["low", "high", "max"], cost: { input: 0.15, output: 0.6, cacheRead: 0.003, cacheWrite: 0 }, costSource: "models.md" },
|
|
19
20
|
{ id: "moonshotai/Kimi-K3", name: "Kimi K3", contextLength: 1000000, contextSource: "models.md", efforts: ["low", "high", "max"], cost: { input: 3, output: 15, cacheRead: 0.3, cacheWrite: 0 }, costSource: "models.md" },
|
|
20
21
|
{ id: "moonshotai/Kimi-K2.7-Code", name: "Kimi K2.7 Code", contextLength: 256000, contextSource: "models.md", efforts: null, cost: { input: 0.95, output: 4, cacheRead: 0.19, cacheWrite: 0 }, costSource: "models.md" },
|
|
21
22
|
{ id: "moonshotai/Kimi-K2.7-Code-Highspeed", name: "Kimi K2.7 Code HighSpeed", contextLength: 262000, contextSource: "models.md", efforts: null, cost: { input: 1.9, output: 8, cacheRead: 0.38, cacheWrite: 0 }, costSource: "models.md" },
|
|
@@ -51,5 +51,5 @@ export interface ModelDeals {
|
|
|
51
51
|
export declare const MODEL_DEALS: Readonly<Record<string, ModelDeals>>;
|
|
52
52
|
export declare const PLAN_CATALOG: Readonly<Record<PlanId, PlanInfo>>;
|
|
53
53
|
export declare const DEAL_SOURCE_URL = "https://commandcode.ai/docs/resources/pricing-limits";
|
|
54
|
-
export declare const DEAL_LAST_REFRESHED = "2026-09-
|
|
54
|
+
export declare const DEAL_LAST_REFRESHED = "2026-09-11";
|
|
55
55
|
export declare const DEAL_PACKAGE_VERSION = "docs";
|
|
@@ -13,10 +13,11 @@ export const MODEL_DEALS = {
|
|
|
13
13
|
"claude-opus-5": { tier: "premium", benchmark: { "intelligence": 54.1, "tokPerSec": 51.6 }, free: false, allowance: { "goat": 20, "pro": 20 } },
|
|
14
14
|
"claude-sonnet-4-6": { tier: "premium", benchmark: { "intelligence": 38.5 }, free: false, allowance: { "goat": 20, "pro": 20 } },
|
|
15
15
|
"claude-sonnet-5": { tier: "premium", benchmark: { "intelligence": 45.1, "tokPerSec": 80 }, free: false, allowance: { "goat": 20, "pro": 20 } },
|
|
16
|
-
"deepseek/deepseek-v4-flash": { tier: "opensource", benchmark: { "intelligence": 40.8, "tokPerSec": 117.7 }, peakOffPeak: { "peak": { "input": 0.
|
|
16
|
+
"deepseek/deepseek-v4-flash": { tier: "opensource", benchmark: { "intelligence": 40.8, "tokPerSec": 117.7 }, peakOffPeak: { "peak": { "input": 0.3, "output": 1.2, "cacheRead": 0.006, "cacheWrite": 0 }, "offPeak": { "input": 0.15, "output": 0.6, "cacheRead": 0.003, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC, Mon–Fri" }, free: false, allowance: { "goat": 60, "pro": 70 } },
|
|
17
17
|
"deepseek/deepseek-v4-flash-fast": { tier: "opensource", free: false, allowance: { "goat": 20, "pro": 30 } },
|
|
18
18
|
"deepseek/deepseek-v4-flash-vision-exp": { tier: "opensource", benchmark: { "intelligence": 40.7, "tokPerSec": 119.5 }, peakOffPeak: { "peak": { "input": 0.44, "output": 1.32, "cacheRead": 0.014, "cacheWrite": 0 }, "offPeak": { "input": 0.22, "output": 0.66, "cacheRead": 0.007, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC, Mon–Fri" }, free: false, allowance: { "goat": 20, "pro": 30 } },
|
|
19
19
|
"deepseek/deepseek-v4-pro": { tier: "opensource", benchmark: { "intelligence": 42.1, "tokPerSec": 62.1 }, peakOffPeak: { "peak": { "input": 1.32, "output": 3.96, "cacheRead": 0.044, "cacheWrite": 0 }, "offPeak": { "input": 0.66, "output": 1.98, "cacheRead": 0.022, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC, Mon–Fri" }, free: false, allowance: { "goat": 20, "pro": 30 } },
|
|
20
|
+
"deepseek/deepseek-v4.1-flash": { tier: "opensource", peakOffPeak: { "peak": { "input": 0.3, "output": 1.2, "cacheRead": 0.006, "cacheWrite": 0 }, "offPeak": { "input": 0.15, "output": 0.6, "cacheRead": 0.003, "cacheWrite": 0 }, "windows": "01–04 & 06–10 UTC, Mon–Fri" }, free: false, allowance: { "goat": 60, "pro": 70 } },
|
|
20
21
|
"google/gemini-3.1-flash-lite": { tier: "premium", benchmark: { "intelligence": 19.3 }, free: false, allowance: { "goat": 20, "pro": 20 } },
|
|
21
22
|
"google/gemini-3.5-flash": { tier: "premium", benchmark: { "intelligence": 39.7 }, free: false, allowance: { "goat": 20, "pro": 20 } },
|
|
22
23
|
"google/gemini-3.5-flash-lite": { tier: "premium", benchmark: { "intelligence": 27.6, "tokPerSec": 338.6 }, free: false, allowance: { "goat": 20, "pro": 20 } },
|
|
@@ -85,5 +86,5 @@ export const PLAN_CATALOG = {
|
|
|
85
86
|
provider: { price: 15, credits: 0, window5h: 0, windowWeek: 0, display: "Provider" },
|
|
86
87
|
};
|
|
87
88
|
export const DEAL_SOURCE_URL = "https://commandcode.ai/docs/resources/pricing-limits";
|
|
88
|
-
export const DEAL_LAST_REFRESHED = "2026-09-
|
|
89
|
+
export const DEAL_LAST_REFRESHED = "2026-09-11";
|
|
89
90
|
export const DEAL_PACKAGE_VERSION = "docs";
|