@aliou/pi-neuralwatt 0.4.1 → 0.4.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-neuralwatt",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -274,8 +274,8 @@ export const NEURALWATT_MODELS_CACHE: NeuralwattModelConfig[] = [
274
274
  reasoning: true,
275
275
  input: ["text", "image"],
276
276
  cost: {
277
- input: 0.05,
278
- output: 0.1,
277
+ input: 0.29,
278
+ output: 1.15,
279
279
  cacheRead: 0,
280
280
  cacheWrite: 0,
281
281
  },
@@ -295,8 +295,8 @@ export const NEURALWATT_MODELS_CACHE: NeuralwattModelConfig[] = [
295
295
  fast: true,
296
296
  input: ["text", "image"],
297
297
  cost: {
298
- input: 0.05,
299
- output: 0.1,
298
+ input: 0.29,
299
+ output: 1.15,
300
300
  cacheRead: 0,
301
301
  cacheWrite: 0,
302
302
  },