@mariozechner/pi-ai 0.7.8 → 0.7.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.
@@ -1895,9 +1895,9 @@ export const MODELS = {
1895
1895
  reasoning: true,
1896
1896
  input: ["text", "image"],
1897
1897
  cost: {
1898
- input: 1.5,
1899
- output: 6,
1900
- cacheRead: 0.375,
1898
+ input: 0.25,
1899
+ output: 2,
1900
+ cacheRead: 0.024999999999999998,
1901
1901
  cacheWrite: 0,
1902
1902
  },
1903
1903
  contextWindow: 400000,
@@ -2286,13 +2286,13 @@ export const MODELS = {
2286
2286
  reasoning: true,
2287
2287
  input: ["text"],
2288
2288
  cost: {
2289
- input: 0.6,
2290
- output: 2.2,
2289
+ input: 0.44999999999999996,
2290
+ output: 1.9,
2291
2291
  cacheRead: 0,
2292
2292
  cacheWrite: 0,
2293
2293
  },
2294
- contextWindow: 204800,
2295
- maxTokens: 131072,
2294
+ contextWindow: 202752,
2295
+ maxTokens: 4096,
2296
2296
  },
2297
2297
  "anthropic/claude-sonnet-4.5": {
2298
2298
  id: "anthropic/claude-sonnet-4.5",