@caupulican/pi-ai 0.81.12 → 0.81.13
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.d.ts +17 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +21 -4
- package/dist/models.generated.js.map +1 -1
- package/dist/stream.d.ts.map +1 -1
- package/dist/stream.js +34 -5
- package/dist/stream.js.map +1 -1
- package/dist/types.d.ts +12 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/tool-repair/repairer.d.ts.map +1 -1
- package/dist/utils/tool-repair/repairer.js +12 -7
- package/dist/utils/tool-repair/repairer.js.map +1 -1
- package/dist/utils/tool-repair/text-protocol.d.ts +3 -0
- package/dist/utils/tool-repair/text-protocol.d.ts.map +1 -1
- package/dist/utils/tool-repair/text-protocol.js +60 -46
- package/dist/utils/tool-repair/text-protocol.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -9174,6 +9174,23 @@ export const MODELS = {
|
|
|
9174
9174
|
contextWindow: 256000,
|
|
9175
9175
|
maxTokens: 4096,
|
|
9176
9176
|
},
|
|
9177
|
+
"aion-labs/aion-2.0": {
|
|
9178
|
+
id: "aion-labs/aion-2.0",
|
|
9179
|
+
name: "AionLabs: Aion-2.0",
|
|
9180
|
+
api: "openai-completions",
|
|
9181
|
+
provider: "openrouter",
|
|
9182
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9183
|
+
reasoning: true,
|
|
9184
|
+
input: ["text"],
|
|
9185
|
+
cost: {
|
|
9186
|
+
input: 0.7999999999999999,
|
|
9187
|
+
output: 1.5999999999999999,
|
|
9188
|
+
cacheRead: 0.19999999999999998,
|
|
9189
|
+
cacheWrite: 0,
|
|
9190
|
+
},
|
|
9191
|
+
contextWindow: 131072,
|
|
9192
|
+
maxTokens: 32768,
|
|
9193
|
+
},
|
|
9177
9194
|
"amazon/nova-2-lite-v1": {
|
|
9178
9195
|
id: "amazon/nova-2-lite-v1",
|
|
9179
9196
|
name: "Amazon: Nova 2 Lite",
|
|
@@ -13456,13 +13473,13 @@ export const MODELS = {
|
|
|
13456
13473
|
reasoning: true,
|
|
13457
13474
|
input: ["text"],
|
|
13458
13475
|
cost: {
|
|
13459
|
-
input: 0.
|
|
13460
|
-
output:
|
|
13461
|
-
cacheRead: 0.
|
|
13476
|
+
input: 0.9299999999999999,
|
|
13477
|
+
output: 3,
|
|
13478
|
+
cacheRead: 0.18,
|
|
13462
13479
|
cacheWrite: 0,
|
|
13463
13480
|
},
|
|
13464
13481
|
contextWindow: 1048576,
|
|
13465
|
-
maxTokens:
|
|
13482
|
+
maxTokens: 32768,
|
|
13466
13483
|
},
|
|
13467
13484
|
"z-ai/glm-5v-turbo": {
|
|
13468
13485
|
id: "z-ai/glm-5v-turbo",
|