@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
|
@@ -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.
|
|
278
|
-
output:
|
|
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.
|
|
299
|
-
output:
|
|
298
|
+
input: 0.29,
|
|
299
|
+
output: 1.15,
|
|
300
300
|
cacheRead: 0,
|
|
301
301
|
cacheWrite: 0,
|
|
302
302
|
},
|