@caupulican/pi-ai 0.81.19 → 0.81.21
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
|
@@ -8701,6 +8701,23 @@ export const MODELS = {
|
|
|
8701
8701
|
contextWindow: 1050000,
|
|
8702
8702
|
maxTokens: 128000,
|
|
8703
8703
|
},
|
|
8704
|
+
"grok-4.5": {
|
|
8705
|
+
id: "grok-4.5",
|
|
8706
|
+
name: "Grok 4.5",
|
|
8707
|
+
api: "openai-completions",
|
|
8708
|
+
provider: "opencode",
|
|
8709
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8710
|
+
reasoning: true,
|
|
8711
|
+
input: ["text", "image"],
|
|
8712
|
+
cost: {
|
|
8713
|
+
input: 2,
|
|
8714
|
+
output: 6,
|
|
8715
|
+
cacheRead: 0.5,
|
|
8716
|
+
cacheWrite: 0,
|
|
8717
|
+
},
|
|
8718
|
+
contextWindow: 500000,
|
|
8719
|
+
maxTokens: 500000,
|
|
8720
|
+
},
|
|
8704
8721
|
"grok-build-0.1": {
|
|
8705
8722
|
id: "grok-build-0.1",
|
|
8706
8723
|
name: "Grok Build 0.1",
|
|
@@ -13167,13 +13184,13 @@ export const MODELS = {
|
|
|
13167
13184
|
reasoning: true,
|
|
13168
13185
|
input: ["text"],
|
|
13169
13186
|
cost: {
|
|
13170
|
-
input: 0.
|
|
13171
|
-
output: 0.
|
|
13172
|
-
cacheRead: 0.
|
|
13187
|
+
input: 0.14,
|
|
13188
|
+
output: 0.58,
|
|
13189
|
+
cacheRead: 0.035,
|
|
13173
13190
|
cacheWrite: 0,
|
|
13174
13191
|
},
|
|
13175
13192
|
contextWindow: 262144,
|
|
13176
|
-
maxTokens:
|
|
13193
|
+
maxTokens: 4096,
|
|
13177
13194
|
},
|
|
13178
13195
|
"tencent/hy3-preview": {
|
|
13179
13196
|
id: "tencent/hy3-preview",
|