@caupulican/pi-ai 0.86.8 → 0.86.9
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 +4 -4
- package/dist/models.generated.js.map +1 -1
- package/dist/utils/tool-repair/registry.d.ts +25 -0
- package/dist/utils/tool-repair/registry.d.ts.map +1 -1
- package/dist/utils/tool-repair/registry.js +40 -0
- package/dist/utils/tool-repair/registry.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -14937,13 +14937,13 @@ export const MODELS = {
|
|
|
14937
14937
|
reasoning: true,
|
|
14938
14938
|
input: ["text", "image"],
|
|
14939
14939
|
cost: {
|
|
14940
|
-
input: 0.
|
|
14941
|
-
output:
|
|
14942
|
-
cacheRead: 0
|
|
14940
|
+
input: 0.39,
|
|
14941
|
+
output: 2.34,
|
|
14942
|
+
cacheRead: 0,
|
|
14943
14943
|
cacheWrite: 0,
|
|
14944
14944
|
},
|
|
14945
14945
|
contextWindow: 262144,
|
|
14946
|
-
maxTokens:
|
|
14946
|
+
maxTokens: 65536,
|
|
14947
14947
|
},
|
|
14948
14948
|
"qwen/qwen3.5-9b": {
|
|
14949
14949
|
id: "qwen/qwen3.5-9b",
|