@chainfuse/types 2.10.4 → 2.10.6

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.00001;
580
- readonly outputTokenCost: 0.00003;
579
+ readonly inputTokenCost: 0.00000275;
580
+ readonly outputTokenCost: 0.000011;
581
581
  }, {
582
582
  readonly name: "gpt-4o";
583
583
  readonly inputTokenCost: 0.0000025;
@@ -729,8 +729,8 @@ export const azureCatalog = [
729
729
  },
730
730
  {
731
731
  name: 'gpt-4-turbo',
732
- inputTokenCost: 0.00001,
733
- outputTokenCost: 0.00003,
732
+ inputTokenCost: 0.00000275,
733
+ outputTokenCost: 0.000011,
734
734
  },
735
735
  {
736
736
  name: 'gpt-4o',
@@ -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.4",
3
+ "version": "2.10.6",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -99,11 +99,11 @@
99
99
  "prettier": "@demosjarco/prettier-config",
100
100
  "dependencies": {
101
101
  "validator": "^13.15.0",
102
- "zod": "^3.24.3"
102
+ "zod": "^3.24.4"
103
103
  },
104
104
  "devDependencies": {
105
- "@cloudflare/workers-types": "^4.20250423.0",
105
+ "@cloudflare/workers-types": "^4.20250507.0",
106
106
  "@types/validator": "^13.15.0"
107
107
  },
108
- "gitHead": "f9b0e6a8fb3f328c94929ca88590de730ffff860"
108
+ "gitHead": "3ef29119ac1926fbbee7f9545e18d7732a86a5ff"
109
109
  }