@earendil-works/pi-ai 0.79.5 → 0.79.6
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/dist/models.generated.js
CHANGED
|
@@ -8569,7 +8569,7 @@ export const MODELS = {
|
|
|
8569
8569
|
api: "openai-completions",
|
|
8570
8570
|
provider: "opencode-go",
|
|
8571
8571
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8572
|
-
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true },
|
|
8572
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8573
8573
|
reasoning: true,
|
|
8574
8574
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8575
8575
|
input: ["text"],
|
|
@@ -8588,7 +8588,7 @@ export const MODELS = {
|
|
|
8588
8588
|
api: "openai-completions",
|
|
8589
8589
|
provider: "opencode-go",
|
|
8590
8590
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8591
|
-
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true },
|
|
8591
|
+
compat: { "maxTokensField": "max_tokens", "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
8592
8592
|
reasoning: true,
|
|
8593
8593
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
8594
8594
|
input: ["text"],
|
|
@@ -9496,13 +9496,13 @@ export const MODELS = {
|
|
|
9496
9496
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
9497
9497
|
input: ["text"],
|
|
9498
9498
|
cost: {
|
|
9499
|
-
input: 0.
|
|
9500
|
-
output: 0.
|
|
9499
|
+
input: 0.09,
|
|
9500
|
+
output: 0.18,
|
|
9501
9501
|
cacheRead: 0.02,
|
|
9502
9502
|
cacheWrite: 0,
|
|
9503
9503
|
},
|
|
9504
9504
|
contextWindow: 1048576,
|
|
9505
|
-
maxTokens:
|
|
9505
|
+
maxTokens: 65536,
|
|
9506
9506
|
},
|
|
9507
9507
|
"deepseek/deepseek-v4-pro": {
|
|
9508
9508
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -10537,13 +10537,13 @@ export const MODELS = {
|
|
|
10537
10537
|
reasoning: true,
|
|
10538
10538
|
input: ["text", "image"],
|
|
10539
10539
|
cost: {
|
|
10540
|
-
input: 0.
|
|
10540
|
+
input: 0.74,
|
|
10541
10541
|
output: 3.5,
|
|
10542
|
-
cacheRead: 0.
|
|
10542
|
+
cacheRead: 0.15,
|
|
10543
10543
|
cacheWrite: 0,
|
|
10544
10544
|
},
|
|
10545
10545
|
contextWindow: 262144,
|
|
10546
|
-
maxTokens:
|
|
10546
|
+
maxTokens: 16384,
|
|
10547
10547
|
},
|
|
10548
10548
|
"nex-agi/nex-n2-pro:free": {
|
|
10549
10549
|
id: "nex-agi/nex-n2-pro:free",
|
|
@@ -12986,7 +12986,7 @@ export const MODELS = {
|
|
|
12986
12986
|
cacheWrite: 0,
|
|
12987
12987
|
},
|
|
12988
12988
|
contextWindow: 1048576,
|
|
12989
|
-
maxTokens:
|
|
12989
|
+
maxTokens: 262144,
|
|
12990
12990
|
},
|
|
12991
12991
|
"~anthropic/claude-fable-latest": {
|
|
12992
12992
|
id: "~anthropic/claude-fable-latest",
|