@mariozechner/pi-ai 0.72.0 → 0.72.1

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.
@@ -12329,13 +12329,13 @@ export const MODELS = {
12329
12329
  reasoning: true,
12330
12330
  input: ["text", "image"],
12331
12331
  cost: {
12332
- input: 0.325,
12333
- output: 3.25,
12332
+ input: 0.32,
12333
+ output: 3.1999999999999997,
12334
12334
  cacheRead: 0,
12335
12335
  cacheWrite: 0,
12336
12336
  },
12337
- contextWindow: 256000,
12338
- maxTokens: 65536,
12337
+ contextWindow: 262144,
12338
+ maxTokens: 81920,
12339
12339
  },
12340
12340
  "qwen/qwen3.6-flash": {
12341
12341
  id: "qwen/qwen3.6-flash",