@earendil-works/pi-ai 0.80.9 → 0.80.10

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.
@@ -778,7 +778,7 @@ export const OPENROUTER_MODELS = {
778
778
  cost: {
779
779
  input: 0.098,
780
780
  output: 0.196,
781
- cacheRead: 0.02,
781
+ cacheRead: 0.0196,
782
782
  cacheWrite: 0,
783
783
  },
784
784
  contextWindow: 1048575,
@@ -1714,8 +1714,8 @@ export const OPENROUTER_MODELS = {
1714
1714
  reasoning: false,
1715
1715
  input: ["text"],
1716
1716
  cost: {
1717
- input: 0.02,
1718
- output: 0.04,
1717
+ input: 0.019,
1718
+ output: 0.03,
1719
1719
  cacheRead: 0,
1720
1720
  cacheWrite: 0,
1721
1721
  },
@@ -4703,9 +4703,9 @@ export const OPENROUTER_MODELS = {
4703
4703
  thinkingLevelMap: { "xhigh": "xhigh" },
4704
4704
  input: ["text"],
4705
4705
  cost: {
4706
- input: 0.9212,
4707
- output: 2.8952,
4708
- cacheRead: 0.17108,
4706
+ input: 0.9086,
4707
+ output: 2.8556,
4708
+ cacheRead: 0.16874,
4709
4709
  cacheWrite: 0,
4710
4710
  },
4711
4711
  contextWindow: 1048576,