@openeryc/pi-ai 0.75.29 → 0.75.30
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
|
@@ -10987,8 +10987,8 @@ export const MODELS = {
|
|
|
10987
10987
|
cacheRead: 0,
|
|
10988
10988
|
cacheWrite: 0,
|
|
10989
10989
|
},
|
|
10990
|
-
contextWindow:
|
|
10991
|
-
maxTokens:
|
|
10990
|
+
contextWindow: 262144,
|
|
10991
|
+
maxTokens: 32768,
|
|
10992
10992
|
},
|
|
10993
10993
|
"poolside/laguna-xs.2:free": {
|
|
10994
10994
|
id: "poolside/laguna-xs.2:free",
|
|
@@ -11714,12 +11714,12 @@ export const MODELS = {
|
|
|
11714
11714
|
input: ["text", "image"],
|
|
11715
11715
|
cost: {
|
|
11716
11716
|
input: 0.3,
|
|
11717
|
-
output:
|
|
11718
|
-
cacheRead: 0,
|
|
11717
|
+
output: 2,
|
|
11718
|
+
cacheRead: 0.15,
|
|
11719
11719
|
cacheWrite: 0,
|
|
11720
11720
|
},
|
|
11721
11721
|
contextWindow: 262144,
|
|
11722
|
-
maxTokens:
|
|
11722
|
+
maxTokens: 65536,
|
|
11723
11723
|
},
|
|
11724
11724
|
"qwen/qwen3.6-35b-a3b": {
|
|
11725
11725
|
id: "qwen/qwen3.6-35b-a3b",
|