@caupulican/pi-ai 0.80.100 → 0.80.103

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.
@@ -9902,13 +9902,13 @@ export const MODELS = {
9902
9902
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
9903
9903
  input: ["text"],
9904
9904
  cost: {
9905
- input: 0.08900000000000001,
9905
+ input: 0.09,
9906
9906
  output: 0.18,
9907
9907
  cacheRead: 0.018,
9908
9908
  cacheWrite: 0,
9909
9909
  },
9910
9910
  contextWindow: 1048576,
9911
- maxTokens: 4096,
9911
+ maxTokens: 16384,
9912
9912
  },
9913
9913
  "deepseek/deepseek-v4-pro": {
9914
9914
  id: "deepseek/deepseek-v4-pro",
@@ -12912,7 +12912,7 @@ export const MODELS = {
12912
12912
  cost: {
12913
12913
  input: 0.28500000000000003,
12914
12914
  output: 2.4,
12915
- cacheRead: 0,
12915
+ cacheRead: 0.15,
12916
12916
  cacheWrite: 0,
12917
12917
  },
12918
12918
  contextWindow: 262144,
@@ -13420,13 +13420,13 @@ export const MODELS = {
13420
13420
  reasoning: true,
13421
13421
  input: ["text"],
13422
13422
  cost: {
13423
- input: 0.975,
13424
- output: 4.300000000000001,
13425
- cacheRead: 0,
13423
+ input: 0.966,
13424
+ output: 3.036,
13425
+ cacheRead: 0.1794,
13426
13426
  cacheWrite: 0,
13427
13427
  },
13428
13428
  contextWindow: 202752,
13429
- maxTokens: 4096,
13429
+ maxTokens: 128000,
13430
13430
  },
13431
13431
  "z-ai/glm-5.2": {
13432
13432
  id: "z-ai/glm-5.2",