@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.
@@ -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.8999999999999999,
13460
- output: 2.8600000000000003,
13461
- cacheRead: 0.16999999999999998,
13476
+ input: 0.9299999999999999,
13477
+ output: 3,
13478
+ cacheRead: 0.18,
13462
13479
  cacheWrite: 0,
13463
13480
  },
13464
13481
  contextWindow: 1048576,
13465
- maxTokens: 1048576,
13482
+ maxTokens: 32768,
13466
13483
  },
13467
13484
  "z-ai/glm-5v-turbo": {
13468
13485
  id: "z-ai/glm-5v-turbo",