@chainfuse/types 4.1.4 → 4.1.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.
package/dist/ai-tools/index.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ export declare const ZodImageModelValues: zm.ZodMiniEnum<{
|
|
|
241
241
|
"workersai:@cf/lykon/dreamshaper-8-lcm": "workersai:@cf/lykon/dreamshaper-8-lcm";
|
|
242
242
|
"workersai:@cf/leonardo/phoenix-1.0": "workersai:@cf/leonardo/phoenix-1.0";
|
|
243
243
|
"workersai:@cf/stabilityai/stable-diffusion-xl-base-1.0": "workersai:@cf/stabilityai/stable-diffusion-xl-base-1.0";
|
|
244
|
+
"workersai:@cf/black-forest-labs/flux-2-dev": "workersai:@cf/black-forest-labs/flux-2-dev";
|
|
244
245
|
"workersai:@cf/runwayml/stable-diffusion-v1-5-img2img": "workersai:@cf/runwayml/stable-diffusion-v1-5-img2img";
|
|
245
246
|
"workersai:@cf/leonardo/lucid-origin": "workersai:@cf/leonardo/lucid-origin";
|
|
246
247
|
"azure:dall-e-3": AiModels.ImageModels.Azure.dalle3;
|
|
@@ -255,6 +256,7 @@ export declare const ZodImageModelValues4: z4.ZodEnum<{
|
|
|
255
256
|
"workersai:@cf/lykon/dreamshaper-8-lcm": "workersai:@cf/lykon/dreamshaper-8-lcm";
|
|
256
257
|
"workersai:@cf/leonardo/phoenix-1.0": "workersai:@cf/leonardo/phoenix-1.0";
|
|
257
258
|
"workersai:@cf/stabilityai/stable-diffusion-xl-base-1.0": "workersai:@cf/stabilityai/stable-diffusion-xl-base-1.0";
|
|
259
|
+
"workersai:@cf/black-forest-labs/flux-2-dev": "workersai:@cf/black-forest-labs/flux-2-dev";
|
|
258
260
|
"workersai:@cf/runwayml/stable-diffusion-v1-5-img2img": "workersai:@cf/runwayml/stable-diffusion-v1-5-img2img";
|
|
259
261
|
"workersai:@cf/leonardo/lucid-origin": "workersai:@cf/leonardo/lucid-origin";
|
|
260
262
|
"azure:dall-e-3": AiModels.ImageModels.Azure.dalle3;
|
|
@@ -32,7 +32,6 @@ export declare const workersAiCatalog: {
|
|
|
32
32
|
readonly created_at: "2025-08-05 10:27:29.131";
|
|
33
33
|
readonly tags: readonly [];
|
|
34
34
|
readonly properties: {
|
|
35
|
-
readonly async_queue: true;
|
|
36
35
|
readonly context_window: 128000;
|
|
37
36
|
readonly price: readonly [{
|
|
38
37
|
readonly unit: "per M input tokens";
|
|
@@ -732,7 +731,6 @@ export declare const workersAiCatalog: {
|
|
|
732
731
|
readonly created_at: "2025-08-05 10:49:53.265";
|
|
733
732
|
readonly tags: readonly [];
|
|
734
733
|
readonly properties: {
|
|
735
|
-
readonly async_queue: true;
|
|
736
734
|
readonly context_window: 128000;
|
|
737
735
|
readonly price: readonly [{
|
|
738
736
|
readonly unit: "per M input tokens";
|
|
@@ -1277,6 +1275,17 @@ export declare const workersAiCatalog: {
|
|
|
1277
1275
|
readonly info: "https://stability.ai/stable-diffusion";
|
|
1278
1276
|
readonly terms: "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md";
|
|
1279
1277
|
};
|
|
1278
|
+
}, {
|
|
1279
|
+
readonly id: "3ae8936e-593e-4fb2-85ee-95dd8a057588";
|
|
1280
|
+
readonly source: 1;
|
|
1281
|
+
readonly name: "@cf/black-forest-labs/flux-2-dev";
|
|
1282
|
+
readonly description: "FLUX.2 [dev] is an image model from Black Forest Labs where you can generate highly realistic and detailed images, with multi-reference support.";
|
|
1283
|
+
readonly created_at: "2025-11-24 15:44:06.050";
|
|
1284
|
+
readonly tags: readonly [];
|
|
1285
|
+
readonly properties: {
|
|
1286
|
+
readonly partner: true;
|
|
1287
|
+
readonly terms: "https://bfl.ai/legal/terms-of-service";
|
|
1288
|
+
};
|
|
1280
1289
|
}, {
|
|
1281
1290
|
readonly id: "19547f04-7a6a-4f87-bf2c-f5e32fb12dc5";
|
|
1282
1291
|
readonly source: 1;
|
|
@@ -37,7 +37,6 @@ export const workersAiCatalog = {
|
|
|
37
37
|
created_at: '2025-08-05 10:27:29.131',
|
|
38
38
|
tags: [],
|
|
39
39
|
properties: {
|
|
40
|
-
async_queue: true,
|
|
41
40
|
context_window: 128000,
|
|
42
41
|
price: [
|
|
43
42
|
{
|
|
@@ -835,7 +834,6 @@ export const workersAiCatalog = {
|
|
|
835
834
|
created_at: '2025-08-05 10:49:53.265',
|
|
836
835
|
tags: [],
|
|
837
836
|
properties: {
|
|
838
|
-
async_queue: true,
|
|
839
837
|
context_window: 128000,
|
|
840
838
|
price: [
|
|
841
839
|
{
|
|
@@ -1476,6 +1474,18 @@ export const workersAiCatalog = {
|
|
|
1476
1474
|
terms: 'https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md',
|
|
1477
1475
|
},
|
|
1478
1476
|
},
|
|
1477
|
+
{
|
|
1478
|
+
id: '3ae8936e-593e-4fb2-85ee-95dd8a057588',
|
|
1479
|
+
source: 1,
|
|
1480
|
+
name: '@cf/black-forest-labs/flux-2-dev',
|
|
1481
|
+
description: 'FLUX.2 [dev] is an image model from Black Forest Labs where you can generate highly realistic and detailed images, with multi-reference support.',
|
|
1482
|
+
created_at: '2025-11-24 15:44:06.050',
|
|
1483
|
+
tags: [],
|
|
1484
|
+
properties: {
|
|
1485
|
+
partner: true,
|
|
1486
|
+
terms: 'https://bfl.ai/legal/terms-of-service',
|
|
1487
|
+
},
|
|
1488
|
+
},
|
|
1479
1489
|
{
|
|
1480
1490
|
id: '19547f04-7a6a-4f87-bf2c-f5e32fb12dc5',
|
|
1481
1491
|
source: 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
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.23",
|
|
102
|
-
"zod": "^4.1.
|
|
102
|
+
"zod": "^4.1.13"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@cloudflare/workers-types": "^4.
|
|
105
|
+
"@cloudflare/workers-types": "^4.20251125.0",
|
|
106
106
|
"@types/validator": "^13.15.10"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "ad1e1b8662a1792b4e39dc02fba265d07bdaaf8b"
|
|
109
109
|
}
|