@chainfuse/types 2.9.0 → 2.9.1

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.
@@ -235,7 +235,6 @@ export declare const workersAiCatalog: {
235
235
  readonly price: 4.88;
236
236
  readonly currency: "USD";
237
237
  }];
238
- readonly lora: true;
239
238
  readonly terms: "https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE";
240
239
  };
241
240
  }, {
@@ -665,6 +664,7 @@ export declare const workersAiCatalog: {
665
664
  readonly created_at: "2024-05-22 19:27:09.781";
666
665
  readonly tags: readonly [];
667
666
  readonly properties: {
667
+ readonly async_queue: true;
668
668
  readonly price: readonly [{
669
669
  readonly unit: "per M input tokens";
670
670
  readonly price: 0.012;
@@ -679,6 +679,7 @@ export declare const workersAiCatalog: {
679
679
  readonly created_at: "2023-11-07 15:43:58.042";
680
680
  readonly tags: readonly [];
681
681
  readonly properties: {
682
+ readonly async_queue: true;
682
683
  readonly price: readonly [{
683
684
  readonly unit: "per M input tokens";
684
685
  readonly price: 0.02;
@@ -696,6 +697,7 @@ export declare const workersAiCatalog: {
696
697
  readonly created_at: "2023-09-25 19:21:11.898";
697
698
  readonly tags: readonly [];
698
699
  readonly properties: {
700
+ readonly async_queue: true;
699
701
  readonly price: readonly [{
700
702
  readonly unit: "per M input tokens";
701
703
  readonly price: 0.067;
@@ -713,6 +715,7 @@ export declare const workersAiCatalog: {
713
715
  readonly created_at: "2023-11-07 15:43:58.042";
714
716
  readonly tags: readonly [];
715
717
  readonly properties: {
718
+ readonly async_queue: true;
716
719
  readonly price: readonly [{
717
720
  readonly unit: "per M input tokens";
718
721
  readonly price: 0.2;
@@ -999,6 +1002,7 @@ export declare const workersAiCatalog: {
999
1002
  readonly created_at: "2023-09-25 19:21:11.898";
1000
1003
  readonly tags: readonly [];
1001
1004
  readonly properties: {
1005
+ readonly async_queue: true;
1002
1006
  readonly price: readonly [{
1003
1007
  readonly unit: "per M input tokens";
1004
1008
  readonly price: 0.34;
@@ -268,7 +268,6 @@ export const workersAiCatalog = {
268
268
  currency: 'USD',
269
269
  },
270
270
  ],
271
- lora: true,
272
271
  terms: 'https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE',
273
272
  },
274
273
  },
@@ -753,6 +752,7 @@ export const workersAiCatalog = {
753
752
  created_at: '2024-05-22 19:27:09.781',
754
753
  tags: [],
755
754
  properties: {
755
+ async_queue: true,
756
756
  price: [
757
757
  {
758
758
  unit: 'per M input tokens',
@@ -770,6 +770,7 @@ export const workersAiCatalog = {
770
770
  created_at: '2023-11-07 15:43:58.042',
771
771
  tags: [],
772
772
  properties: {
773
+ async_queue: true,
773
774
  price: [
774
775
  {
775
776
  unit: 'per M input tokens',
@@ -790,6 +791,7 @@ export const workersAiCatalog = {
790
791
  created_at: '2023-09-25 19:21:11.898',
791
792
  tags: [],
792
793
  properties: {
794
+ async_queue: true,
793
795
  price: [
794
796
  {
795
797
  unit: 'per M input tokens',
@@ -810,6 +812,7 @@ export const workersAiCatalog = {
810
812
  created_at: '2023-11-07 15:43:58.042',
811
813
  tags: [],
812
814
  properties: {
815
+ async_queue: true,
813
816
  price: [
814
817
  {
815
818
  unit: 'per M input tokens',
@@ -1148,6 +1151,7 @@ export const workersAiCatalog = {
1148
1151
  created_at: '2023-09-25 19:21:11.898',
1149
1152
  tags: [],
1150
1153
  properties: {
1154
+ async_queue: true,
1151
1155
  price: [
1152
1156
  {
1153
1157
  unit: 'per M input tokens',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -94,8 +94,8 @@
94
94
  "zod": "^3.24.2"
95
95
  },
96
96
  "devDependencies": {
97
- "@cloudflare/workers-types": "^4.20250409.0",
97
+ "@cloudflare/workers-types": "^4.20250410.0",
98
98
  "@types/validator": "^13.12.3"
99
99
  },
100
- "gitHead": "cf5c05bde60fd803afc1dc3031d655f643b503c6"
100
+ "gitHead": "e7ec0b382add48d991bacd096563691bc74f9a46"
101
101
  }