@chainfuse/types 2.10.4 → 2.10.5
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.
|
@@ -576,8 +576,8 @@ export declare const azureCatalog: readonly [{
|
|
|
576
576
|
readonly outputTokenCost: 0.0000015;
|
|
577
577
|
}, {
|
|
578
578
|
readonly name: "gpt-4-turbo";
|
|
579
|
-
readonly inputTokenCost: 0.
|
|
580
|
-
readonly outputTokenCost: 0.
|
|
579
|
+
readonly inputTokenCost: 0.00000275;
|
|
580
|
+
readonly outputTokenCost: 0.000011;
|
|
581
581
|
}, {
|
|
582
582
|
readonly name: "gpt-4o";
|
|
583
583
|
readonly inputTokenCost: 0.0000025;
|
|
@@ -680,7 +680,6 @@ export declare const workersAiCatalog: {
|
|
|
680
680
|
readonly created_at: "2025-04-05 20:25:56.137";
|
|
681
681
|
readonly tags: readonly [];
|
|
682
682
|
readonly properties: {
|
|
683
|
-
readonly context_window: 131000;
|
|
684
683
|
readonly price: readonly [{
|
|
685
684
|
readonly unit: "per M input tokens";
|
|
686
685
|
readonly price: 0.27;
|
|
@@ -690,6 +689,7 @@ export declare const workersAiCatalog: {
|
|
|
690
689
|
readonly price: 0.85;
|
|
691
690
|
readonly currency: "USD";
|
|
692
691
|
}];
|
|
692
|
+
readonly context_window: 131000;
|
|
693
693
|
readonly function_calling: true;
|
|
694
694
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama4/LICENSE";
|
|
695
695
|
};
|
|
@@ -771,7 +771,6 @@ export const workersAiCatalog = {
|
|
|
771
771
|
created_at: '2025-04-05 20:25:56.137',
|
|
772
772
|
tags: [],
|
|
773
773
|
properties: {
|
|
774
|
-
context_window: 131000,
|
|
775
774
|
price: [
|
|
776
775
|
{
|
|
777
776
|
unit: 'per M input tokens',
|
|
@@ -784,6 +783,7 @@ export const workersAiCatalog = {
|
|
|
784
783
|
currency: 'USD',
|
|
785
784
|
},
|
|
786
785
|
],
|
|
786
|
+
context_window: 131000,
|
|
787
787
|
function_calling: true,
|
|
788
788
|
terms: 'https://github.com/meta-llama/llama-models/blob/main/models/llama4/LICENSE',
|
|
789
789
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"zod": "^3.24.3"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@cloudflare/workers-types": "^4.
|
|
105
|
+
"@cloudflare/workers-types": "^4.20250430.0",
|
|
106
106
|
"@types/validator": "^13.15.0"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "5138073247614855c2e7976f6ff3987c273125e9"
|
|
109
109
|
}
|