@caupulican/pi-ai 0.80.51 → 0.80.53

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.
@@ -373,10 +373,10 @@ export const MODELS = {
373
373
  reasoning: true,
374
374
  input: ["text", "image"],
375
375
  cost: {
376
- input: 1,
377
- output: 5,
378
- cacheRead: 0.1,
379
- cacheWrite: 1.25,
376
+ input: 1.1,
377
+ output: 5.5,
378
+ cacheRead: 0.11,
379
+ cacheWrite: 1.375,
380
380
  },
381
381
  contextWindow: 200000,
382
382
  maxTokens: 64000,
@@ -390,10 +390,10 @@ export const MODELS = {
390
390
  reasoning: true,
391
391
  input: ["text", "image"],
392
392
  cost: {
393
- input: 5,
394
- output: 25,
395
- cacheRead: 0.5,
396
- cacheWrite: 6.25,
393
+ input: 5.5,
394
+ output: 27.5,
395
+ cacheRead: 0.55,
396
+ cacheWrite: 6.875,
397
397
  },
398
398
  contextWindow: 200000,
399
399
  maxTokens: 64000,