@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 +1 -1
- package/src/providers/models.ts +8 -8
package/package.json
CHANGED
package/src/providers/models.ts
CHANGED
|
@@ -47,9 +47,9 @@ export const SYNTHETIC_MODELS: SyntheticModelConfig[] = [
|
|
|
47
47
|
},
|
|
48
48
|
input: ["text"],
|
|
49
49
|
cost: {
|
|
50
|
-
input: 0.
|
|
50
|
+
input: 0.45,
|
|
51
51
|
output: 2.19,
|
|
52
|
-
cacheRead: 0.
|
|
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.
|
|
225
|
-
output: 3,
|
|
226
|
-
cacheRead: 0.
|
|
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.
|
|
244
|
-
output: 3,
|
|
245
|
-
cacheRead: 0.
|
|
243
|
+
input: 0.45,
|
|
244
|
+
output: 3.4,
|
|
245
|
+
cacheRead: 0.45,
|
|
246
246
|
cacheWrite: 0,
|
|
247
247
|
},
|
|
248
248
|
contextWindow: 262144,
|