@aliou/pi-synthetic 0.8.2 → 0.8.3

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-synthetic",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -47,9 +47,9 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
47
47
  },
48
48
  input: ["text"],
49
49
  cost: {
50
- input: 0.55,
50
+ input: 0.45,
51
51
  output: 2.19,
52
- cacheRead: 0.55,
52
+ cacheRead: 0.45,
53
53
  cacheWrite: 0,
54
54
  },
55
55
  contextWindow: 202752,
@@ -221,9 +221,9 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
221
221
  },
222
222
  input: ["text", "image"],
223
223
  cost: {
224
- input: 0.6,
225
- output: 3,
226
- cacheRead: 0.6,
224
+ input: 0.45,
225
+ output: 3.4,
226
+ cacheRead: 0.45,
227
227
  cacheWrite: 0,
228
228
  },
229
229
  contextWindow: 262144,
@@ -240,9 +240,9 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
240
240
  },
241
241
  input: ["text", "image"],
242
242
  cost: {
243
- input: 0.6,
244
- output: 3,
245
- cacheRead: 0.6,
243
+ input: 0.45,
244
+ output: 3.4,
245
+ cacheRead: 0.45,
246
246
  cacheWrite: 0,
247
247
  },
248
248
  contextWindow: 262144,