@caupulican/pi-ai 0.80.88 → 0.80.89

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.
@@ -9864,13 +9864,13 @@ export const MODELS = {
9864
9864
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
9865
9865
  input: ["text"],
9866
9866
  cost: {
9867
- input: 0.09,
9867
+ input: 0.08900000000000001,
9868
9868
  output: 0.18,
9869
9869
  cacheRead: 0.018,
9870
9870
  cacheWrite: 0,
9871
9871
  },
9872
9872
  contextWindow: 1048576,
9873
- maxTokens: 16384,
9873
+ maxTokens: 4096,
9874
9874
  },
9875
9875
  "deepseek/deepseek-v4-pro": {
9876
9876
  id: "deepseek/deepseek-v4-pro",
@@ -12668,8 +12668,8 @@ export const MODELS = {
12668
12668
  reasoning: false,
12669
12669
  input: ["text", "image"],
12670
12670
  cost: {
12671
- input: 0.08,
12672
- output: 0.5,
12671
+ input: 0.117,
12672
+ output: 0.45499999999999996,
12673
12673
  cacheRead: 0,
12674
12674
  cacheWrite: 0,
12675
12675
  },