@chainfuse/types 4.2.24 → 4.2.26
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.
|
@@ -145,6 +145,10 @@ export declare const workersAiCatalog: {
|
|
|
145
145
|
readonly unit: "per M output tokens";
|
|
146
146
|
readonly price: 3;
|
|
147
147
|
readonly currency: "USD";
|
|
148
|
+
}, {
|
|
149
|
+
readonly unit: "per M cached input tokens";
|
|
150
|
+
readonly price: 0.1;
|
|
151
|
+
readonly currency: "USD";
|
|
148
152
|
}];
|
|
149
153
|
readonly function_calling: true;
|
|
150
154
|
readonly reasoning: true;
|
|
@@ -405,6 +409,10 @@ export declare const workersAiCatalog: {
|
|
|
405
409
|
readonly unit: "per M output tokens";
|
|
406
410
|
readonly price: 4;
|
|
407
411
|
readonly currency: "USD";
|
|
412
|
+
}, {
|
|
413
|
+
readonly unit: "per M cached input tokens";
|
|
414
|
+
readonly price: 0.16;
|
|
415
|
+
readonly currency: "USD";
|
|
408
416
|
}];
|
|
409
417
|
readonly function_calling: true;
|
|
410
418
|
readonly reasoning: true;
|
|
@@ -168,6 +168,11 @@ export const workersAiCatalog = {
|
|
|
168
168
|
price: 3,
|
|
169
169
|
currency: 'USD',
|
|
170
170
|
},
|
|
171
|
+
{
|
|
172
|
+
unit: 'per M cached input tokens',
|
|
173
|
+
price: 0.1,
|
|
174
|
+
currency: 'USD',
|
|
175
|
+
},
|
|
171
176
|
],
|
|
172
177
|
function_calling: true,
|
|
173
178
|
reasoning: true,
|
|
@@ -465,6 +470,11 @@ export const workersAiCatalog = {
|
|
|
465
470
|
price: 4,
|
|
466
471
|
currency: 'USD',
|
|
467
472
|
},
|
|
473
|
+
{
|
|
474
|
+
unit: 'per M cached input tokens',
|
|
475
|
+
price: 0.16,
|
|
476
|
+
currency: 'USD',
|
|
477
|
+
},
|
|
468
478
|
],
|
|
469
479
|
function_calling: true,
|
|
470
480
|
reasoning: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.26",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
"prettier": "@demosjarco/prettier-config",
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"validator": "^13.15.35",
|
|
99
|
-
"zod": "^4.3
|
|
99
|
+
"zod": "^4.4.3"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@cloudflare/workers-types": "^4.
|
|
102
|
+
"@cloudflare/workers-types": "^4.20260506.1",
|
|
103
103
|
"@types/validator": "^13.15.10"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "1a94d910d3c29da489b42763d7b446e5922c1d50"
|
|
106
106
|
}
|