@chainfuse/types 2.10.21 → 2.10.22
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.
|
@@ -824,36 +824,6 @@ export declare const workersAiCatalog: {
|
|
|
824
824
|
};
|
|
825
825
|
}];
|
|
826
826
|
};
|
|
827
|
-
readonly 'Object Detection': {
|
|
828
|
-
readonly id: "9c178979-90d9-49d8-9e2c-0f1cf01815d4";
|
|
829
|
-
readonly description: "Object detection models can detect instances of objects like persons, faces, license plates, or others in an image. This task takes an image as input and returns a list of detected objects, each one containing a label, a probability score, and its surrounding box coordinates.";
|
|
830
|
-
readonly models: readonly [{
|
|
831
|
-
readonly id: "d71b454b-1919-4cc7-a615-8827f34f72b3";
|
|
832
|
-
readonly source: 1;
|
|
833
|
-
readonly name: "@cf/facebook/triton-detr-resnet-50";
|
|
834
|
-
readonly description: "DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).";
|
|
835
|
-
readonly created_at: "2025-05-29 11:20:49.014";
|
|
836
|
-
readonly tags: readonly [];
|
|
837
|
-
readonly properties: {
|
|
838
|
-
readonly beta: true;
|
|
839
|
-
readonly price: readonly [{
|
|
840
|
-
readonly unit: "per inference request";
|
|
841
|
-
readonly price: 0.0000075;
|
|
842
|
-
readonly currency: "USD";
|
|
843
|
-
}];
|
|
844
|
-
};
|
|
845
|
-
}, {
|
|
846
|
-
readonly id: "88c5e2c0-100c-40f9-86a1-ae68ff22ffa7";
|
|
847
|
-
readonly source: 1;
|
|
848
|
-
readonly name: "@cf/facebook/omni-detr-resnet-50";
|
|
849
|
-
readonly description: "DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).";
|
|
850
|
-
readonly created_at: "2025-05-26 22:05:25.581";
|
|
851
|
-
readonly tags: readonly [];
|
|
852
|
-
readonly properties: {
|
|
853
|
-
readonly beta: true;
|
|
854
|
-
};
|
|
855
|
-
}];
|
|
856
|
-
};
|
|
857
827
|
readonly 'Text-to-Speech': {
|
|
858
828
|
readonly id: "b52660a1-9a95-4ab2-8b1d-f232be34604a";
|
|
859
829
|
readonly description: "Text-to-Speech (TTS) is the task of generating natural sounding speech given text input. TTS models can be extended to have a single model that generates speech for multiple speakers and multiple languages.";
|
|
@@ -943,41 +943,6 @@ export const workersAiCatalog = {
|
|
|
943
943
|
},
|
|
944
944
|
],
|
|
945
945
|
},
|
|
946
|
-
'Object Detection': {
|
|
947
|
-
id: '9c178979-90d9-49d8-9e2c-0f1cf01815d4',
|
|
948
|
-
description: 'Object detection models can detect instances of objects like persons, faces, license plates, or others in an image. This task takes an image as input and returns a list of detected objects, each one containing a label, a probability score, and its surrounding box coordinates.',
|
|
949
|
-
models: [
|
|
950
|
-
{
|
|
951
|
-
id: 'd71b454b-1919-4cc7-a615-8827f34f72b3',
|
|
952
|
-
source: 1,
|
|
953
|
-
name: '@cf/facebook/triton-detr-resnet-50',
|
|
954
|
-
description: 'DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).',
|
|
955
|
-
created_at: '2025-05-29 11:20:49.014',
|
|
956
|
-
tags: [],
|
|
957
|
-
properties: {
|
|
958
|
-
beta: true,
|
|
959
|
-
price: [
|
|
960
|
-
{
|
|
961
|
-
unit: 'per inference request',
|
|
962
|
-
price: 0.0000075,
|
|
963
|
-
currency: 'USD',
|
|
964
|
-
},
|
|
965
|
-
],
|
|
966
|
-
},
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
id: '88c5e2c0-100c-40f9-86a1-ae68ff22ffa7',
|
|
970
|
-
source: 1,
|
|
971
|
-
name: '@cf/facebook/omni-detr-resnet-50',
|
|
972
|
-
description: 'DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).',
|
|
973
|
-
created_at: '2025-05-26 22:05:25.581',
|
|
974
|
-
tags: [],
|
|
975
|
-
properties: {
|
|
976
|
-
beta: true,
|
|
977
|
-
},
|
|
978
|
-
},
|
|
979
|
-
],
|
|
980
|
-
},
|
|
981
946
|
'Text-to-Speech': {
|
|
982
947
|
id: 'b52660a1-9a95-4ab2-8b1d-f232be34604a',
|
|
983
948
|
description: 'Text-to-Speech (TTS) is the task of generating natural sounding speech given text input. TTS models can be extended to have a single model that generates speech for multiple speakers and multiple languages.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.22",
|
|
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.15",
|
|
102
|
-
"zod": "^3.25.
|
|
102
|
+
"zod": "^3.25.57"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@cloudflare/workers-types": "^4.
|
|
105
|
+
"@cloudflare/workers-types": "^4.20250610.0",
|
|
106
106
|
"@types/validator": "^13.15.1"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "4159ab23482d1a058dc69acaead0cb5929a42c3a"
|
|
109
109
|
}
|