@chainfuse/types 2.3.0 → 2.4.0
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/azure/catalog.d.ts +66 -13
- package/dist/ai-tools/azure/catalog.js +98 -13
- package/dist/ai-tools/azure/index.d.ts +1 -1
- package/dist/ai-tools/workers-ai/catalog.d.ts +121 -34
- package/dist/ai-tools/workers-ai/catalog.js +147 -34
- package/dist/wf/index.js +1 -2
- package/package.json +3 -3
|
@@ -38,7 +38,13 @@ export declare const azureCatalog: readonly [{
|
|
|
38
38
|
readonly outputTokenCost: 6e-7;
|
|
39
39
|
}];
|
|
40
40
|
readonly imageModelAvailability: readonly ["dall-e-3"];
|
|
41
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
41
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
42
|
+
readonly name: "text-embedding-3-large";
|
|
43
|
+
readonly tokenCost: 1.3e-7;
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "text-embedding-3-small";
|
|
46
|
+
readonly tokenCost: 2e-8;
|
|
47
|
+
}];
|
|
42
48
|
}, {
|
|
43
49
|
readonly id: "OpenAi-BR-SaoPauloState";
|
|
44
50
|
readonly coordinate: {
|
|
@@ -86,7 +92,13 @@ export declare const azureCatalog: readonly [{
|
|
|
86
92
|
readonly outputTokenCost: 6e-7;
|
|
87
93
|
}];
|
|
88
94
|
readonly imageModelAvailability: readonly [];
|
|
89
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
95
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
96
|
+
readonly name: "text-embedding-3-large";
|
|
97
|
+
readonly tokenCost: 1.3e-7;
|
|
98
|
+
}, {
|
|
99
|
+
readonly name: "text-embedding-3-small";
|
|
100
|
+
readonly tokenCost: 2e-8;
|
|
101
|
+
}];
|
|
90
102
|
}, {
|
|
91
103
|
readonly id: "OpenAI-CA-Toronto";
|
|
92
104
|
readonly coordinate: {
|
|
@@ -130,7 +142,13 @@ export declare const azureCatalog: readonly [{
|
|
|
130
142
|
readonly outputTokenCost: 6e-7;
|
|
131
143
|
}];
|
|
132
144
|
readonly imageModelAvailability: readonly [];
|
|
133
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
145
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
146
|
+
readonly name: "text-embedding-3-large";
|
|
147
|
+
readonly tokenCost: 1.3e-7;
|
|
148
|
+
}, {
|
|
149
|
+
readonly name: "text-embedding-3-small";
|
|
150
|
+
readonly tokenCost: 2e-8;
|
|
151
|
+
}];
|
|
134
152
|
}, {
|
|
135
153
|
readonly id: "OpenAi-EU-Frankfurt";
|
|
136
154
|
readonly coordinate: {
|
|
@@ -184,7 +202,10 @@ export declare const azureCatalog: readonly [{
|
|
|
184
202
|
readonly outputTokenCost: 0.0000044;
|
|
185
203
|
}];
|
|
186
204
|
readonly imageModelAvailability: readonly ["dall-e-3"];
|
|
187
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
205
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
206
|
+
readonly name: "text-embedding-3-large";
|
|
207
|
+
readonly tokenCost: 1.3e-7;
|
|
208
|
+
}];
|
|
188
209
|
}, {
|
|
189
210
|
readonly id: "OpenAI-EU-Madrid";
|
|
190
211
|
readonly coordinate: {
|
|
@@ -250,7 +271,10 @@ export declare const azureCatalog: readonly [{
|
|
|
250
271
|
readonly outputTokenCost: 6e-7;
|
|
251
272
|
}];
|
|
252
273
|
readonly imageModelAvailability: readonly [];
|
|
253
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
274
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
275
|
+
readonly name: "text-embedding-3-large";
|
|
276
|
+
readonly tokenCost: 1.3e-7;
|
|
277
|
+
}];
|
|
254
278
|
}, {
|
|
255
279
|
readonly id: "OpenAi-EU-Warsaw";
|
|
256
280
|
readonly coordinate: {
|
|
@@ -270,7 +294,9 @@ export declare const azureCatalog: readonly [{
|
|
|
270
294
|
readonly outputTokenCost: 6e-7;
|
|
271
295
|
}];
|
|
272
296
|
readonly imageModelAvailability: readonly [];
|
|
273
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
297
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
298
|
+
readonly name: "text-embedding-3-large";
|
|
299
|
+
}];
|
|
274
300
|
}, {
|
|
275
301
|
readonly id: "OpenAi-IN-Chennai";
|
|
276
302
|
readonly coordinate: {
|
|
@@ -294,7 +320,9 @@ export declare const azureCatalog: readonly [{
|
|
|
294
320
|
readonly outputTokenCost: 6e-7;
|
|
295
321
|
}];
|
|
296
322
|
readonly imageModelAvailability: readonly [];
|
|
297
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
323
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
324
|
+
readonly name: "text-embedding-3-large";
|
|
325
|
+
}];
|
|
298
326
|
}, {
|
|
299
327
|
readonly id: "OpenAi-JP-Tokyo";
|
|
300
328
|
readonly coordinate: {
|
|
@@ -320,7 +348,12 @@ export declare const azureCatalog: readonly [{
|
|
|
320
348
|
readonly outputTokenCost: 6e-7;
|
|
321
349
|
}];
|
|
322
350
|
readonly imageModelAvailability: readonly [];
|
|
323
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
351
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
352
|
+
readonly name: "text-embedding-3-large";
|
|
353
|
+
}, {
|
|
354
|
+
readonly name: "text-embedding-3-small";
|
|
355
|
+
readonly tokenCost: 2e-8;
|
|
356
|
+
}];
|
|
324
357
|
}, {
|
|
325
358
|
readonly id: "OpenAi-KR-Seoul";
|
|
326
359
|
readonly coordinate: {
|
|
@@ -362,7 +395,10 @@ export declare const azureCatalog: readonly [{
|
|
|
362
395
|
readonly outputTokenCost: 6e-7;
|
|
363
396
|
}];
|
|
364
397
|
readonly imageModelAvailability: readonly [];
|
|
365
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
398
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
399
|
+
readonly name: "text-embedding-3-large";
|
|
400
|
+
readonly tokenCost: 1.3e-7;
|
|
401
|
+
}];
|
|
366
402
|
}, {
|
|
367
403
|
readonly id: "OpenAi-SG-Singapore";
|
|
368
404
|
readonly coordinate: {
|
|
@@ -397,7 +433,10 @@ export declare const azureCatalog: readonly [{
|
|
|
397
433
|
readonly outputTokenCost: 6e-7;
|
|
398
434
|
}];
|
|
399
435
|
readonly imageModelAvailability: readonly [];
|
|
400
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
436
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
437
|
+
readonly name: "text-embedding-3-large";
|
|
438
|
+
readonly tokenCost: 1.3e-7;
|
|
439
|
+
}];
|
|
401
440
|
}, {
|
|
402
441
|
readonly id: "OpenAi-US-California";
|
|
403
442
|
readonly coordinate: {
|
|
@@ -466,7 +505,9 @@ export declare const azureCatalog: readonly [{
|
|
|
466
505
|
readonly outputTokenCost: 6.6e-7;
|
|
467
506
|
}];
|
|
468
507
|
readonly imageModelAvailability: readonly [];
|
|
469
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
508
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
509
|
+
readonly name: "text-embedding-3-large";
|
|
510
|
+
}];
|
|
470
511
|
}, {
|
|
471
512
|
readonly id: "OpenAi-US-Texas";
|
|
472
513
|
readonly coordinate: {
|
|
@@ -516,7 +557,13 @@ export declare const azureCatalog: readonly [{
|
|
|
516
557
|
readonly outputTokenCost: 6.6e-7;
|
|
517
558
|
}];
|
|
518
559
|
readonly imageModelAvailability: readonly ["dall-e-3"];
|
|
519
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
560
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
561
|
+
readonly name: "text-embedding-3-large";
|
|
562
|
+
readonly tokenCost: 1.3e-7;
|
|
563
|
+
}, {
|
|
564
|
+
readonly name: "text-embedding-3-small";
|
|
565
|
+
readonly tokenCost: 2e-8;
|
|
566
|
+
}];
|
|
520
567
|
}, {
|
|
521
568
|
readonly id: "OpenAi-US-Virginia2";
|
|
522
569
|
readonly coordinate: {
|
|
@@ -549,7 +596,13 @@ export declare const azureCatalog: readonly [{
|
|
|
549
596
|
readonly outputTokenCost: 0.0000044;
|
|
550
597
|
}];
|
|
551
598
|
readonly imageModelAvailability: readonly [];
|
|
552
|
-
readonly textEmbeddingModelAvailability: readonly [
|
|
599
|
+
readonly textEmbeddingModelAvailability: readonly [{
|
|
600
|
+
readonly name: "text-embedding-3-large";
|
|
601
|
+
readonly tokenCost: 1.3e-7;
|
|
602
|
+
}, {
|
|
603
|
+
readonly name: "text-embedding-3-small";
|
|
604
|
+
readonly tokenCost: 2e-8;
|
|
605
|
+
}];
|
|
553
606
|
}, {
|
|
554
607
|
readonly id: "OpenAi-ZA-Johannesburg";
|
|
555
608
|
readonly coordinate: {
|
|
@@ -48,7 +48,16 @@ export const azureCatalog = [
|
|
|
48
48
|
},
|
|
49
49
|
],
|
|
50
50
|
imageModelAvailability: ['dall-e-3'],
|
|
51
|
-
textEmbeddingModelAvailability: [
|
|
51
|
+
textEmbeddingModelAvailability: [
|
|
52
|
+
{
|
|
53
|
+
name: 'text-embedding-3-large',
|
|
54
|
+
tokenCost: 1.3e-7,
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: 'text-embedding-3-small',
|
|
58
|
+
tokenCost: 2e-8,
|
|
59
|
+
},
|
|
60
|
+
],
|
|
52
61
|
},
|
|
53
62
|
{
|
|
54
63
|
id: 'OpenAi-BR-SaoPauloState',
|
|
@@ -107,7 +116,16 @@ export const azureCatalog = [
|
|
|
107
116
|
},
|
|
108
117
|
],
|
|
109
118
|
imageModelAvailability: [],
|
|
110
|
-
textEmbeddingModelAvailability: [
|
|
119
|
+
textEmbeddingModelAvailability: [
|
|
120
|
+
{
|
|
121
|
+
name: 'text-embedding-3-large',
|
|
122
|
+
tokenCost: 1.3e-7,
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
name: 'text-embedding-3-small',
|
|
126
|
+
tokenCost: 2e-8,
|
|
127
|
+
},
|
|
128
|
+
],
|
|
111
129
|
},
|
|
112
130
|
{
|
|
113
131
|
id: 'OpenAI-CA-Toronto',
|
|
@@ -159,7 +177,16 @@ export const azureCatalog = [
|
|
|
159
177
|
},
|
|
160
178
|
],
|
|
161
179
|
imageModelAvailability: [],
|
|
162
|
-
textEmbeddingModelAvailability: [
|
|
180
|
+
textEmbeddingModelAvailability: [
|
|
181
|
+
{
|
|
182
|
+
name: 'text-embedding-3-large',
|
|
183
|
+
tokenCost: 1.3e-7,
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
name: 'text-embedding-3-small',
|
|
187
|
+
tokenCost: 2e-8,
|
|
188
|
+
},
|
|
189
|
+
],
|
|
163
190
|
},
|
|
164
191
|
{
|
|
165
192
|
id: 'OpenAi-EU-Frankfurt',
|
|
@@ -226,7 +253,12 @@ export const azureCatalog = [
|
|
|
226
253
|
},
|
|
227
254
|
],
|
|
228
255
|
imageModelAvailability: ['dall-e-3'],
|
|
229
|
-
textEmbeddingModelAvailability: [
|
|
256
|
+
textEmbeddingModelAvailability: [
|
|
257
|
+
{
|
|
258
|
+
name: 'text-embedding-3-large',
|
|
259
|
+
tokenCost: 1.3e-7,
|
|
260
|
+
},
|
|
261
|
+
],
|
|
230
262
|
},
|
|
231
263
|
{
|
|
232
264
|
id: 'OpenAI-EU-Madrid',
|
|
@@ -307,7 +339,12 @@ export const azureCatalog = [
|
|
|
307
339
|
},
|
|
308
340
|
],
|
|
309
341
|
imageModelAvailability: [],
|
|
310
|
-
textEmbeddingModelAvailability: [
|
|
342
|
+
textEmbeddingModelAvailability: [
|
|
343
|
+
{
|
|
344
|
+
name: 'text-embedding-3-large',
|
|
345
|
+
tokenCost: 1.3e-7,
|
|
346
|
+
},
|
|
347
|
+
],
|
|
311
348
|
},
|
|
312
349
|
{
|
|
313
350
|
id: 'OpenAi-EU-Warsaw',
|
|
@@ -332,7 +369,11 @@ export const azureCatalog = [
|
|
|
332
369
|
},
|
|
333
370
|
],
|
|
334
371
|
imageModelAvailability: [],
|
|
335
|
-
textEmbeddingModelAvailability: [
|
|
372
|
+
textEmbeddingModelAvailability: [
|
|
373
|
+
{
|
|
374
|
+
name: 'text-embedding-3-large',
|
|
375
|
+
},
|
|
376
|
+
],
|
|
336
377
|
},
|
|
337
378
|
{
|
|
338
379
|
id: 'OpenAi-IN-Chennai',
|
|
@@ -362,7 +403,11 @@ export const azureCatalog = [
|
|
|
362
403
|
},
|
|
363
404
|
],
|
|
364
405
|
imageModelAvailability: [],
|
|
365
|
-
textEmbeddingModelAvailability: [
|
|
406
|
+
textEmbeddingModelAvailability: [
|
|
407
|
+
{
|
|
408
|
+
name: 'text-embedding-3-large',
|
|
409
|
+
},
|
|
410
|
+
],
|
|
366
411
|
},
|
|
367
412
|
{
|
|
368
413
|
id: 'OpenAi-JP-Tokyo',
|
|
@@ -394,7 +439,15 @@ export const azureCatalog = [
|
|
|
394
439
|
},
|
|
395
440
|
],
|
|
396
441
|
imageModelAvailability: [],
|
|
397
|
-
textEmbeddingModelAvailability: [
|
|
442
|
+
textEmbeddingModelAvailability: [
|
|
443
|
+
{
|
|
444
|
+
name: 'text-embedding-3-large',
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
name: 'text-embedding-3-small',
|
|
448
|
+
tokenCost: 2e-8,
|
|
449
|
+
},
|
|
450
|
+
],
|
|
398
451
|
},
|
|
399
452
|
{
|
|
400
453
|
id: 'OpenAi-KR-Seoul',
|
|
@@ -446,7 +499,12 @@ export const azureCatalog = [
|
|
|
446
499
|
},
|
|
447
500
|
],
|
|
448
501
|
imageModelAvailability: [],
|
|
449
|
-
textEmbeddingModelAvailability: [
|
|
502
|
+
textEmbeddingModelAvailability: [
|
|
503
|
+
{
|
|
504
|
+
name: 'text-embedding-3-large',
|
|
505
|
+
tokenCost: 1.3e-7,
|
|
506
|
+
},
|
|
507
|
+
],
|
|
450
508
|
},
|
|
451
509
|
{
|
|
452
510
|
id: 'OpenAi-SG-Singapore',
|
|
@@ -488,7 +546,12 @@ export const azureCatalog = [
|
|
|
488
546
|
},
|
|
489
547
|
],
|
|
490
548
|
imageModelAvailability: [],
|
|
491
|
-
textEmbeddingModelAvailability: [
|
|
549
|
+
textEmbeddingModelAvailability: [
|
|
550
|
+
{
|
|
551
|
+
name: 'text-embedding-3-large',
|
|
552
|
+
tokenCost: 1.3e-7,
|
|
553
|
+
},
|
|
554
|
+
],
|
|
492
555
|
},
|
|
493
556
|
{
|
|
494
557
|
id: 'OpenAi-US-California',
|
|
@@ -575,7 +638,11 @@ export const azureCatalog = [
|
|
|
575
638
|
},
|
|
576
639
|
],
|
|
577
640
|
imageModelAvailability: [],
|
|
578
|
-
textEmbeddingModelAvailability: [
|
|
641
|
+
textEmbeddingModelAvailability: [
|
|
642
|
+
{
|
|
643
|
+
name: 'text-embedding-3-large',
|
|
644
|
+
},
|
|
645
|
+
],
|
|
579
646
|
},
|
|
580
647
|
{
|
|
581
648
|
id: 'OpenAi-US-Texas',
|
|
@@ -637,7 +704,16 @@ export const azureCatalog = [
|
|
|
637
704
|
},
|
|
638
705
|
],
|
|
639
706
|
imageModelAvailability: ['dall-e-3'],
|
|
640
|
-
textEmbeddingModelAvailability: [
|
|
707
|
+
textEmbeddingModelAvailability: [
|
|
708
|
+
{
|
|
709
|
+
name: 'text-embedding-3-large',
|
|
710
|
+
tokenCost: 1.3e-7,
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
name: 'text-embedding-3-small',
|
|
714
|
+
tokenCost: 2e-8,
|
|
715
|
+
},
|
|
716
|
+
],
|
|
641
717
|
},
|
|
642
718
|
{
|
|
643
719
|
id: 'OpenAi-US-Virginia2',
|
|
@@ -678,7 +754,16 @@ export const azureCatalog = [
|
|
|
678
754
|
},
|
|
679
755
|
],
|
|
680
756
|
imageModelAvailability: [],
|
|
681
|
-
textEmbeddingModelAvailability: [
|
|
757
|
+
textEmbeddingModelAvailability: [
|
|
758
|
+
{
|
|
759
|
+
name: 'text-embedding-3-large',
|
|
760
|
+
tokenCost: 1.3e-7,
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
name: 'text-embedding-3-small',
|
|
764
|
+
tokenCost: 2e-8,
|
|
765
|
+
},
|
|
766
|
+
],
|
|
682
767
|
},
|
|
683
768
|
{
|
|
684
769
|
id: 'OpenAi-ZA-Johannesburg',
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { azureCatalog } from './catalog.js';
|
|
2
2
|
export type AzureChatModels = (typeof azureCatalog)[number]['languageModelAvailability'][number]['name'];
|
|
3
|
-
export type AzureEmbeddingModels = (typeof azureCatalog)[number]['textEmbeddingModelAvailability'][number];
|
|
3
|
+
export type AzureEmbeddingModels = (typeof azureCatalog)[number]['textEmbeddingModelAvailability'][number]['name'];
|
|
@@ -52,10 +52,12 @@ export declare const workersAiCatalog: {
|
|
|
52
52
|
readonly properties: {
|
|
53
53
|
readonly price: readonly [{
|
|
54
54
|
readonly unit: "per M input tokens";
|
|
55
|
-
readonly price:
|
|
55
|
+
readonly price: 0.28;
|
|
56
|
+
readonly currency: "USD";
|
|
56
57
|
}, {
|
|
57
58
|
readonly unit: "per M output tokens";
|
|
58
|
-
readonly price:
|
|
59
|
+
readonly price: 0.83;
|
|
60
|
+
readonly currency: "USD";
|
|
59
61
|
}];
|
|
60
62
|
readonly context_window: 7968;
|
|
61
63
|
readonly info: "https://llama.meta.com";
|
|
@@ -71,10 +73,12 @@ export declare const workersAiCatalog: {
|
|
|
71
73
|
readonly properties: {
|
|
72
74
|
readonly price: readonly [{
|
|
73
75
|
readonly unit: "per M input tokens";
|
|
74
|
-
readonly price:
|
|
76
|
+
readonly price: 0.051;
|
|
77
|
+
readonly currency: "USD";
|
|
75
78
|
}, {
|
|
76
79
|
readonly unit: "per M output tokens";
|
|
77
|
-
readonly price:
|
|
80
|
+
readonly price: 0.34;
|
|
81
|
+
readonly currency: "USD";
|
|
78
82
|
}];
|
|
79
83
|
readonly context_window: 128000;
|
|
80
84
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE";
|
|
@@ -111,10 +115,12 @@ export declare const workersAiCatalog: {
|
|
|
111
115
|
readonly properties: {
|
|
112
116
|
readonly price: readonly [{
|
|
113
117
|
readonly unit: "per M input tokens";
|
|
114
|
-
readonly price:
|
|
118
|
+
readonly price: 0.48;
|
|
119
|
+
readonly currency: "USD";
|
|
115
120
|
}, {
|
|
116
121
|
readonly unit: "per M output tokens";
|
|
117
|
-
readonly price:
|
|
122
|
+
readonly price: 0.03;
|
|
123
|
+
readonly currency: "USD";
|
|
118
124
|
}];
|
|
119
125
|
};
|
|
120
126
|
}, {
|
|
@@ -125,7 +131,15 @@ export declare const workersAiCatalog: {
|
|
|
125
131
|
readonly created_at: "2023-11-07 11:54:20.229";
|
|
126
132
|
readonly tags: readonly [];
|
|
127
133
|
readonly properties: {
|
|
128
|
-
readonly
|
|
134
|
+
readonly price: readonly [{
|
|
135
|
+
readonly unit: "per M input tokens";
|
|
136
|
+
readonly price: 0.56;
|
|
137
|
+
readonly currency: "USD";
|
|
138
|
+
}, {
|
|
139
|
+
readonly unit: "per M output tokens";
|
|
140
|
+
readonly price: 6.67;
|
|
141
|
+
readonly currency: "USD";
|
|
142
|
+
}];
|
|
129
143
|
readonly context_window: 4096;
|
|
130
144
|
readonly info: "https://ai.meta.com/llama/";
|
|
131
145
|
readonly terms: "https://ai.meta.com/resources/models-and-libraries/llama-downloads/";
|
|
@@ -138,7 +152,15 @@ export declare const workersAiCatalog: {
|
|
|
138
152
|
readonly created_at: "2023-11-07 11:54:20.229";
|
|
139
153
|
readonly tags: readonly [];
|
|
140
154
|
readonly properties: {
|
|
141
|
-
readonly
|
|
155
|
+
readonly price: readonly [{
|
|
156
|
+
readonly unit: "per M input tokens";
|
|
157
|
+
readonly price: 0.11;
|
|
158
|
+
readonly currency: "USD";
|
|
159
|
+
}, {
|
|
160
|
+
readonly unit: "per M output tokens";
|
|
161
|
+
readonly price: 0.19;
|
|
162
|
+
readonly currency: "USD";
|
|
163
|
+
}];
|
|
142
164
|
readonly context_window: 2824;
|
|
143
165
|
readonly info: "https://mistral.ai/news/announcing-mistral-7b/";
|
|
144
166
|
readonly lora: true;
|
|
@@ -204,10 +226,12 @@ export declare const workersAiCatalog: {
|
|
|
204
226
|
readonly properties: {
|
|
205
227
|
readonly price: readonly [{
|
|
206
228
|
readonly unit: "per M input tokens";
|
|
207
|
-
readonly price:
|
|
229
|
+
readonly price: 0.5;
|
|
230
|
+
readonly currency: "USD";
|
|
208
231
|
}, {
|
|
209
232
|
readonly unit: "per M output tokens";
|
|
210
|
-
readonly price:
|
|
233
|
+
readonly price: 4.88;
|
|
234
|
+
readonly currency: "USD";
|
|
211
235
|
}];
|
|
212
236
|
readonly terms: "https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE";
|
|
213
237
|
};
|
|
@@ -243,10 +267,12 @@ export declare const workersAiCatalog: {
|
|
|
243
267
|
readonly properties: {
|
|
244
268
|
readonly price: readonly [{
|
|
245
269
|
readonly unit: "per M input tokens";
|
|
246
|
-
readonly price:
|
|
270
|
+
readonly price: 0.15;
|
|
271
|
+
readonly currency: "USD";
|
|
247
272
|
}, {
|
|
248
273
|
readonly unit: "per M output tokens";
|
|
249
|
-
readonly price:
|
|
274
|
+
readonly price: 0.29;
|
|
275
|
+
readonly currency: "USD";
|
|
250
276
|
}];
|
|
251
277
|
readonly context_window: 32000;
|
|
252
278
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE";
|
|
@@ -285,10 +311,12 @@ export declare const workersAiCatalog: {
|
|
|
285
311
|
readonly properties: {
|
|
286
312
|
readonly price: readonly [{
|
|
287
313
|
readonly unit: "per M input tokens";
|
|
288
|
-
readonly price:
|
|
314
|
+
readonly price: 0.027;
|
|
315
|
+
readonly currency: "USD";
|
|
289
316
|
}, {
|
|
290
317
|
readonly unit: "per M output tokens";
|
|
291
|
-
readonly price:
|
|
318
|
+
readonly price: 0.2;
|
|
319
|
+
readonly currency: "USD";
|
|
292
320
|
}];
|
|
293
321
|
readonly context_window: 60000;
|
|
294
322
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE";
|
|
@@ -339,10 +367,12 @@ export declare const workersAiCatalog: {
|
|
|
339
367
|
readonly properties: {
|
|
340
368
|
readonly price: readonly [{
|
|
341
369
|
readonly unit: "per M input tokens";
|
|
342
|
-
readonly price:
|
|
370
|
+
readonly price: 0.29;
|
|
371
|
+
readonly currency: "USD";
|
|
343
372
|
}, {
|
|
344
373
|
readonly unit: "per M output tokens";
|
|
345
|
-
readonly price:
|
|
374
|
+
readonly price: 2.25;
|
|
375
|
+
readonly currency: "USD";
|
|
346
376
|
}];
|
|
347
377
|
readonly context_window: 24000;
|
|
348
378
|
readonly function_calling: true;
|
|
@@ -419,10 +449,12 @@ export declare const workersAiCatalog: {
|
|
|
419
449
|
readonly properties: {
|
|
420
450
|
readonly price: readonly [{
|
|
421
451
|
readonly unit: "per M input tokens";
|
|
422
|
-
readonly price:
|
|
452
|
+
readonly price: 0.28;
|
|
453
|
+
readonly currency: "USD";
|
|
423
454
|
}, {
|
|
424
455
|
readonly unit: "per M output tokens";
|
|
425
|
-
readonly price:
|
|
456
|
+
readonly price: 0.83;
|
|
457
|
+
readonly currency: "USD";
|
|
426
458
|
}];
|
|
427
459
|
readonly context_window: 7968;
|
|
428
460
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE";
|
|
@@ -437,10 +469,12 @@ export declare const workersAiCatalog: {
|
|
|
437
469
|
readonly properties: {
|
|
438
470
|
readonly price: readonly [{
|
|
439
471
|
readonly unit: "per M input tokens";
|
|
440
|
-
readonly price:
|
|
472
|
+
readonly price: 0.12;
|
|
473
|
+
readonly currency: "USD";
|
|
441
474
|
}, {
|
|
442
475
|
readonly unit: "per M output tokens";
|
|
443
|
-
readonly price:
|
|
476
|
+
readonly price: 0.27;
|
|
477
|
+
readonly currency: "USD";
|
|
444
478
|
}];
|
|
445
479
|
readonly context_window: 8192;
|
|
446
480
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE";
|
|
@@ -491,10 +525,12 @@ export declare const workersAiCatalog: {
|
|
|
491
525
|
readonly properties: {
|
|
492
526
|
readonly price: readonly [{
|
|
493
527
|
readonly unit: "per M input tokens";
|
|
494
|
-
readonly price:
|
|
528
|
+
readonly price: 0.12;
|
|
529
|
+
readonly currency: "USD";
|
|
495
530
|
}, {
|
|
496
531
|
readonly unit: "per M output tokens";
|
|
497
|
-
readonly price:
|
|
532
|
+
readonly price: 0.27;
|
|
533
|
+
readonly currency: "USD";
|
|
498
534
|
}];
|
|
499
535
|
readonly context_window: 8192;
|
|
500
536
|
readonly info: "https://llama.meta.com";
|
|
@@ -510,10 +546,12 @@ export declare const workersAiCatalog: {
|
|
|
510
546
|
readonly properties: {
|
|
511
547
|
readonly price: readonly [{
|
|
512
548
|
readonly unit: "per M input tokens";
|
|
513
|
-
readonly price:
|
|
549
|
+
readonly price: 0.049;
|
|
550
|
+
readonly currency: "USD";
|
|
514
551
|
}, {
|
|
515
552
|
readonly unit: "per M output tokens";
|
|
516
|
-
readonly price:
|
|
553
|
+
readonly price: 0.68;
|
|
554
|
+
readonly currency: "USD";
|
|
517
555
|
}];
|
|
518
556
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE";
|
|
519
557
|
};
|
|
@@ -602,7 +640,13 @@ export declare const workersAiCatalog: {
|
|
|
602
640
|
readonly description: "Multi-Functionality, Multi-Linguality, and Multi-Granularity embeddings model.";
|
|
603
641
|
readonly created_at: "2024-05-22 19:27:09.781";
|
|
604
642
|
readonly tags: readonly [];
|
|
605
|
-
readonly properties: {
|
|
643
|
+
readonly properties: {
|
|
644
|
+
readonly price: readonly [{
|
|
645
|
+
readonly unit: "per M input tokens";
|
|
646
|
+
readonly price: 0.012;
|
|
647
|
+
readonly currency: "USD";
|
|
648
|
+
}];
|
|
649
|
+
};
|
|
606
650
|
}, {
|
|
607
651
|
readonly id: "57fbd08a-a4c4-411c-910d-b9459ff36c20";
|
|
608
652
|
readonly source: 1;
|
|
@@ -611,7 +655,11 @@ export declare const workersAiCatalog: {
|
|
|
611
655
|
readonly created_at: "2023-11-07 15:43:58.042";
|
|
612
656
|
readonly tags: readonly [];
|
|
613
657
|
readonly properties: {
|
|
614
|
-
readonly
|
|
658
|
+
readonly price: readonly [{
|
|
659
|
+
readonly unit: "per M input tokens";
|
|
660
|
+
readonly price: 0.02;
|
|
661
|
+
readonly currency: "USD";
|
|
662
|
+
}];
|
|
615
663
|
readonly info: "https://huggingface.co/BAAI/bge-base-en-v1.5";
|
|
616
664
|
readonly max_input_tokens: 512;
|
|
617
665
|
readonly output_dimensions: 384;
|
|
@@ -624,7 +672,11 @@ export declare const workersAiCatalog: {
|
|
|
624
672
|
readonly created_at: "2023-09-25 19:21:11.898";
|
|
625
673
|
readonly tags: readonly [];
|
|
626
674
|
readonly properties: {
|
|
627
|
-
readonly
|
|
675
|
+
readonly price: readonly [{
|
|
676
|
+
readonly unit: "per M input tokens";
|
|
677
|
+
readonly price: 0.067;
|
|
678
|
+
readonly currency: "USD";
|
|
679
|
+
}];
|
|
628
680
|
readonly info: "https://huggingface.co/BAAI/bge-base-en-v1.5";
|
|
629
681
|
readonly max_input_tokens: 512;
|
|
630
682
|
readonly output_dimensions: 768;
|
|
@@ -637,7 +689,11 @@ export declare const workersAiCatalog: {
|
|
|
637
689
|
readonly created_at: "2023-11-07 15:43:58.042";
|
|
638
690
|
readonly tags: readonly [];
|
|
639
691
|
readonly properties: {
|
|
640
|
-
readonly
|
|
692
|
+
readonly price: readonly [{
|
|
693
|
+
readonly unit: "per M input tokens";
|
|
694
|
+
readonly price: 0.2;
|
|
695
|
+
readonly currency: "USD";
|
|
696
|
+
}];
|
|
641
697
|
readonly info: "https://huggingface.co/BAAI/bge-base-en-v1.5";
|
|
642
698
|
readonly max_input_tokens: 512;
|
|
643
699
|
readonly output_dimensions: 1024;
|
|
@@ -655,7 +711,11 @@ export declare const workersAiCatalog: {
|
|
|
655
711
|
readonly created_at: "2023-09-25 19:21:11.898";
|
|
656
712
|
readonly tags: readonly [];
|
|
657
713
|
readonly properties: {
|
|
658
|
-
readonly
|
|
714
|
+
readonly price: readonly [{
|
|
715
|
+
readonly unit: "per M input tokens";
|
|
716
|
+
readonly price: 0.026;
|
|
717
|
+
readonly currency: "USD";
|
|
718
|
+
}];
|
|
659
719
|
readonly info: "https://huggingface.co/Intel/distilbert-base-uncased-finetuned-sst-2-english-int8-static";
|
|
660
720
|
};
|
|
661
721
|
}, {
|
|
@@ -707,7 +767,11 @@ export declare const workersAiCatalog: {
|
|
|
707
767
|
readonly created_at: "2023-09-25 19:21:11.898";
|
|
708
768
|
readonly tags: readonly [];
|
|
709
769
|
readonly properties: {
|
|
710
|
-
readonly
|
|
770
|
+
readonly price: readonly [{
|
|
771
|
+
readonly unit: "per audio minute";
|
|
772
|
+
readonly price: 0.00045;
|
|
773
|
+
readonly currency: "USD";
|
|
774
|
+
}];
|
|
711
775
|
readonly info: "https://openai.com/research/whisper";
|
|
712
776
|
};
|
|
713
777
|
}, {
|
|
@@ -730,7 +794,8 @@ export declare const workersAiCatalog: {
|
|
|
730
794
|
readonly properties: {
|
|
731
795
|
readonly price: readonly [{
|
|
732
796
|
readonly unit: "per audio minute";
|
|
733
|
-
readonly price:
|
|
797
|
+
readonly price: 0.00051;
|
|
798
|
+
readonly currency: "USD";
|
|
734
799
|
}];
|
|
735
800
|
};
|
|
736
801
|
}];
|
|
@@ -783,7 +848,17 @@ export declare const workersAiCatalog: {
|
|
|
783
848
|
readonly description: "FLUX.1 [schnell] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. ";
|
|
784
849
|
readonly created_at: "2024-08-29 16:37:39.541";
|
|
785
850
|
readonly tags: readonly [];
|
|
786
|
-
readonly properties: {
|
|
851
|
+
readonly properties: {
|
|
852
|
+
readonly price: readonly [{
|
|
853
|
+
readonly unit: "per 512 by 512 tile";
|
|
854
|
+
readonly price: 0.000053;
|
|
855
|
+
readonly currency: "USD";
|
|
856
|
+
}, {
|
|
857
|
+
readonly unit: "per step";
|
|
858
|
+
readonly price: 0.00011;
|
|
859
|
+
readonly currency: "USD";
|
|
860
|
+
}];
|
|
861
|
+
};
|
|
787
862
|
}, {
|
|
788
863
|
readonly id: "7f797b20-3eb0-44fd-b571-6cbbaa3c423b";
|
|
789
864
|
readonly source: 1;
|
|
@@ -843,7 +918,11 @@ export declare const workersAiCatalog: {
|
|
|
843
918
|
readonly created_at: "2023-09-25 19:21:11.898";
|
|
844
919
|
readonly tags: readonly [];
|
|
845
920
|
readonly properties: {
|
|
846
|
-
readonly
|
|
921
|
+
readonly price: readonly [{
|
|
922
|
+
readonly unit: "per inference request";
|
|
923
|
+
readonly price: 0.0000025;
|
|
924
|
+
readonly currency: "USD";
|
|
925
|
+
}];
|
|
847
926
|
readonly info: "https://www.microsoft.com/en-us/research/blog/microsoft-vision-model-resnet-50-combines-web-scale-data-and-multi-task-learning-to-achieve-state-of-the-art/";
|
|
848
927
|
};
|
|
849
928
|
}];
|
|
@@ -859,7 +938,15 @@ export declare const workersAiCatalog: {
|
|
|
859
938
|
readonly created_at: "2023-09-25 19:21:11.898";
|
|
860
939
|
readonly tags: readonly [];
|
|
861
940
|
readonly properties: {
|
|
862
|
-
readonly
|
|
941
|
+
readonly price: readonly [{
|
|
942
|
+
readonly unit: "per M input tokens";
|
|
943
|
+
readonly price: 0.34;
|
|
944
|
+
readonly currency: "USD";
|
|
945
|
+
}, {
|
|
946
|
+
readonly unit: "per M output tokens";
|
|
947
|
+
readonly price: 0.34;
|
|
948
|
+
readonly currency: "USD";
|
|
949
|
+
}];
|
|
863
950
|
readonly info: "https://github.com/facebookresearch/fairseq/tree/main/examples/m2m_100";
|
|
864
951
|
readonly languages: "english, chinese, french, spanish, arabic, russian, german, japanese, portuguese, hindi";
|
|
865
952
|
readonly terms: "https://github.com/facebookresearch/fairseq/blob/main/LICENSE";
|
|
@@ -57,11 +57,13 @@ export const workersAiCatalog = {
|
|
|
57
57
|
price: [
|
|
58
58
|
{
|
|
59
59
|
unit: 'per M input tokens',
|
|
60
|
-
price:
|
|
60
|
+
price: 0.28,
|
|
61
|
+
currency: 'USD',
|
|
61
62
|
},
|
|
62
63
|
{
|
|
63
64
|
unit: 'per M output tokens',
|
|
64
|
-
price:
|
|
65
|
+
price: 0.83,
|
|
66
|
+
currency: 'USD',
|
|
65
67
|
},
|
|
66
68
|
],
|
|
67
69
|
context_window: 7968,
|
|
@@ -80,11 +82,13 @@ export const workersAiCatalog = {
|
|
|
80
82
|
price: [
|
|
81
83
|
{
|
|
82
84
|
unit: 'per M input tokens',
|
|
83
|
-
price:
|
|
85
|
+
price: 0.051,
|
|
86
|
+
currency: 'USD',
|
|
84
87
|
},
|
|
85
88
|
{
|
|
86
89
|
unit: 'per M output tokens',
|
|
87
|
-
price:
|
|
90
|
+
price: 0.34,
|
|
91
|
+
currency: 'USD',
|
|
88
92
|
},
|
|
89
93
|
],
|
|
90
94
|
context_window: 128000,
|
|
@@ -126,11 +130,13 @@ export const workersAiCatalog = {
|
|
|
126
130
|
price: [
|
|
127
131
|
{
|
|
128
132
|
unit: 'per M input tokens',
|
|
129
|
-
price:
|
|
133
|
+
price: 0.48,
|
|
134
|
+
currency: 'USD',
|
|
130
135
|
},
|
|
131
136
|
{
|
|
132
137
|
unit: 'per M output tokens',
|
|
133
|
-
price:
|
|
138
|
+
price: 0.03,
|
|
139
|
+
currency: 'USD',
|
|
134
140
|
},
|
|
135
141
|
],
|
|
136
142
|
},
|
|
@@ -143,7 +149,18 @@ export const workersAiCatalog = {
|
|
|
143
149
|
created_at: '2023-11-07 11:54:20.229',
|
|
144
150
|
tags: [],
|
|
145
151
|
properties: {
|
|
146
|
-
|
|
152
|
+
price: [
|
|
153
|
+
{
|
|
154
|
+
unit: 'per M input tokens',
|
|
155
|
+
price: 0.56,
|
|
156
|
+
currency: 'USD',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
unit: 'per M output tokens',
|
|
160
|
+
price: 6.67,
|
|
161
|
+
currency: 'USD',
|
|
162
|
+
},
|
|
163
|
+
],
|
|
147
164
|
context_window: 4096,
|
|
148
165
|
info: 'https://ai.meta.com/llama/',
|
|
149
166
|
terms: 'https://ai.meta.com/resources/models-and-libraries/llama-downloads/',
|
|
@@ -157,7 +174,18 @@ export const workersAiCatalog = {
|
|
|
157
174
|
created_at: '2023-11-07 11:54:20.229',
|
|
158
175
|
tags: [],
|
|
159
176
|
properties: {
|
|
160
|
-
|
|
177
|
+
price: [
|
|
178
|
+
{
|
|
179
|
+
unit: 'per M input tokens',
|
|
180
|
+
price: 0.11,
|
|
181
|
+
currency: 'USD',
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
unit: 'per M output tokens',
|
|
185
|
+
price: 0.19,
|
|
186
|
+
currency: 'USD',
|
|
187
|
+
},
|
|
188
|
+
],
|
|
161
189
|
context_window: 2824,
|
|
162
190
|
info: 'https://mistral.ai/news/announcing-mistral-7b/',
|
|
163
191
|
lora: true,
|
|
@@ -229,11 +257,13 @@ export const workersAiCatalog = {
|
|
|
229
257
|
price: [
|
|
230
258
|
{
|
|
231
259
|
unit: 'per M input tokens',
|
|
232
|
-
price:
|
|
260
|
+
price: 0.5,
|
|
261
|
+
currency: 'USD',
|
|
233
262
|
},
|
|
234
263
|
{
|
|
235
264
|
unit: 'per M output tokens',
|
|
236
|
-
price:
|
|
265
|
+
price: 4.88,
|
|
266
|
+
currency: 'USD',
|
|
237
267
|
},
|
|
238
268
|
],
|
|
239
269
|
terms: 'https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE',
|
|
@@ -274,11 +304,13 @@ export const workersAiCatalog = {
|
|
|
274
304
|
price: [
|
|
275
305
|
{
|
|
276
306
|
unit: 'per M input tokens',
|
|
277
|
-
price:
|
|
307
|
+
price: 0.15,
|
|
308
|
+
currency: 'USD',
|
|
278
309
|
},
|
|
279
310
|
{
|
|
280
311
|
unit: 'per M output tokens',
|
|
281
|
-
price:
|
|
312
|
+
price: 0.29,
|
|
313
|
+
currency: 'USD',
|
|
282
314
|
},
|
|
283
315
|
],
|
|
284
316
|
context_window: 32000,
|
|
@@ -322,11 +354,13 @@ export const workersAiCatalog = {
|
|
|
322
354
|
price: [
|
|
323
355
|
{
|
|
324
356
|
unit: 'per M input tokens',
|
|
325
|
-
price:
|
|
357
|
+
price: 0.027,
|
|
358
|
+
currency: 'USD',
|
|
326
359
|
},
|
|
327
360
|
{
|
|
328
361
|
unit: 'per M output tokens',
|
|
329
|
-
price:
|
|
362
|
+
price: 0.2,
|
|
363
|
+
currency: 'USD',
|
|
330
364
|
},
|
|
331
365
|
],
|
|
332
366
|
context_window: 60000,
|
|
@@ -383,11 +417,13 @@ export const workersAiCatalog = {
|
|
|
383
417
|
price: [
|
|
384
418
|
{
|
|
385
419
|
unit: 'per M input tokens',
|
|
386
|
-
price:
|
|
420
|
+
price: 0.29,
|
|
421
|
+
currency: 'USD',
|
|
387
422
|
},
|
|
388
423
|
{
|
|
389
424
|
unit: 'per M output tokens',
|
|
390
|
-
price:
|
|
425
|
+
price: 2.25,
|
|
426
|
+
currency: 'USD',
|
|
391
427
|
},
|
|
392
428
|
],
|
|
393
429
|
context_window: 24000,
|
|
@@ -472,11 +508,13 @@ export const workersAiCatalog = {
|
|
|
472
508
|
price: [
|
|
473
509
|
{
|
|
474
510
|
unit: 'per M input tokens',
|
|
475
|
-
price:
|
|
511
|
+
price: 0.28,
|
|
512
|
+
currency: 'USD',
|
|
476
513
|
},
|
|
477
514
|
{
|
|
478
515
|
unit: 'per M output tokens',
|
|
479
|
-
price:
|
|
516
|
+
price: 0.83,
|
|
517
|
+
currency: 'USD',
|
|
480
518
|
},
|
|
481
519
|
],
|
|
482
520
|
context_window: 7968,
|
|
@@ -494,11 +532,13 @@ export const workersAiCatalog = {
|
|
|
494
532
|
price: [
|
|
495
533
|
{
|
|
496
534
|
unit: 'per M input tokens',
|
|
497
|
-
price:
|
|
535
|
+
price: 0.12,
|
|
536
|
+
currency: 'USD',
|
|
498
537
|
},
|
|
499
538
|
{
|
|
500
539
|
unit: 'per M output tokens',
|
|
501
|
-
price:
|
|
540
|
+
price: 0.27,
|
|
541
|
+
currency: 'USD',
|
|
502
542
|
},
|
|
503
543
|
],
|
|
504
544
|
context_window: 8192,
|
|
@@ -555,11 +595,13 @@ export const workersAiCatalog = {
|
|
|
555
595
|
price: [
|
|
556
596
|
{
|
|
557
597
|
unit: 'per M input tokens',
|
|
558
|
-
price:
|
|
598
|
+
price: 0.12,
|
|
599
|
+
currency: 'USD',
|
|
559
600
|
},
|
|
560
601
|
{
|
|
561
602
|
unit: 'per M output tokens',
|
|
562
|
-
price:
|
|
603
|
+
price: 0.27,
|
|
604
|
+
currency: 'USD',
|
|
563
605
|
},
|
|
564
606
|
],
|
|
565
607
|
context_window: 8192,
|
|
@@ -578,11 +620,13 @@ export const workersAiCatalog = {
|
|
|
578
620
|
price: [
|
|
579
621
|
{
|
|
580
622
|
unit: 'per M input tokens',
|
|
581
|
-
price:
|
|
623
|
+
price: 0.049,
|
|
624
|
+
currency: 'USD',
|
|
582
625
|
},
|
|
583
626
|
{
|
|
584
627
|
unit: 'per M output tokens',
|
|
585
|
-
price:
|
|
628
|
+
price: 0.68,
|
|
629
|
+
currency: 'USD',
|
|
586
630
|
},
|
|
587
631
|
],
|
|
588
632
|
terms: 'https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE',
|
|
@@ -680,7 +724,15 @@ export const workersAiCatalog = {
|
|
|
680
724
|
description: 'Multi-Functionality, Multi-Linguality, and Multi-Granularity embeddings model.',
|
|
681
725
|
created_at: '2024-05-22 19:27:09.781',
|
|
682
726
|
tags: [],
|
|
683
|
-
properties: {
|
|
727
|
+
properties: {
|
|
728
|
+
price: [
|
|
729
|
+
{
|
|
730
|
+
unit: 'per M input tokens',
|
|
731
|
+
price: 0.012,
|
|
732
|
+
currency: 'USD',
|
|
733
|
+
},
|
|
734
|
+
],
|
|
735
|
+
},
|
|
684
736
|
},
|
|
685
737
|
{
|
|
686
738
|
id: '57fbd08a-a4c4-411c-910d-b9459ff36c20',
|
|
@@ -690,7 +742,13 @@ export const workersAiCatalog = {
|
|
|
690
742
|
created_at: '2023-11-07 15:43:58.042',
|
|
691
743
|
tags: [],
|
|
692
744
|
properties: {
|
|
693
|
-
|
|
745
|
+
price: [
|
|
746
|
+
{
|
|
747
|
+
unit: 'per M input tokens',
|
|
748
|
+
price: 0.02,
|
|
749
|
+
currency: 'USD',
|
|
750
|
+
},
|
|
751
|
+
],
|
|
694
752
|
info: 'https://huggingface.co/BAAI/bge-base-en-v1.5',
|
|
695
753
|
max_input_tokens: 512,
|
|
696
754
|
output_dimensions: 384,
|
|
@@ -704,7 +762,13 @@ export const workersAiCatalog = {
|
|
|
704
762
|
created_at: '2023-09-25 19:21:11.898',
|
|
705
763
|
tags: [],
|
|
706
764
|
properties: {
|
|
707
|
-
|
|
765
|
+
price: [
|
|
766
|
+
{
|
|
767
|
+
unit: 'per M input tokens',
|
|
768
|
+
price: 0.067,
|
|
769
|
+
currency: 'USD',
|
|
770
|
+
},
|
|
771
|
+
],
|
|
708
772
|
info: 'https://huggingface.co/BAAI/bge-base-en-v1.5',
|
|
709
773
|
max_input_tokens: 512,
|
|
710
774
|
output_dimensions: 768,
|
|
@@ -718,7 +782,13 @@ export const workersAiCatalog = {
|
|
|
718
782
|
created_at: '2023-11-07 15:43:58.042',
|
|
719
783
|
tags: [],
|
|
720
784
|
properties: {
|
|
721
|
-
|
|
785
|
+
price: [
|
|
786
|
+
{
|
|
787
|
+
unit: 'per M input tokens',
|
|
788
|
+
price: 0.2,
|
|
789
|
+
currency: 'USD',
|
|
790
|
+
},
|
|
791
|
+
],
|
|
722
792
|
info: 'https://huggingface.co/BAAI/bge-base-en-v1.5',
|
|
723
793
|
max_input_tokens: 512,
|
|
724
794
|
output_dimensions: 1024,
|
|
@@ -738,7 +808,13 @@ export const workersAiCatalog = {
|
|
|
738
808
|
created_at: '2023-09-25 19:21:11.898',
|
|
739
809
|
tags: [],
|
|
740
810
|
properties: {
|
|
741
|
-
|
|
811
|
+
price: [
|
|
812
|
+
{
|
|
813
|
+
unit: 'per M input tokens',
|
|
814
|
+
price: 0.026,
|
|
815
|
+
currency: 'USD',
|
|
816
|
+
},
|
|
817
|
+
],
|
|
742
818
|
info: 'https://huggingface.co/Intel/distilbert-base-uncased-finetuned-sst-2-english-int8-static',
|
|
743
819
|
},
|
|
744
820
|
},
|
|
@@ -797,7 +873,13 @@ export const workersAiCatalog = {
|
|
|
797
873
|
created_at: '2023-09-25 19:21:11.898',
|
|
798
874
|
tags: [],
|
|
799
875
|
properties: {
|
|
800
|
-
|
|
876
|
+
price: [
|
|
877
|
+
{
|
|
878
|
+
unit: 'per audio minute',
|
|
879
|
+
price: 0.00045,
|
|
880
|
+
currency: 'USD',
|
|
881
|
+
},
|
|
882
|
+
],
|
|
801
883
|
info: 'https://openai.com/research/whisper',
|
|
802
884
|
},
|
|
803
885
|
},
|
|
@@ -823,7 +905,8 @@ export const workersAiCatalog = {
|
|
|
823
905
|
price: [
|
|
824
906
|
{
|
|
825
907
|
unit: 'per audio minute',
|
|
826
|
-
price:
|
|
908
|
+
price: 0.00051,
|
|
909
|
+
currency: 'USD',
|
|
827
910
|
},
|
|
828
911
|
],
|
|
829
912
|
},
|
|
@@ -883,7 +966,20 @@ export const workersAiCatalog = {
|
|
|
883
966
|
description: 'FLUX.1 [schnell] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. ',
|
|
884
967
|
created_at: '2024-08-29 16:37:39.541',
|
|
885
968
|
tags: [],
|
|
886
|
-
properties: {
|
|
969
|
+
properties: {
|
|
970
|
+
price: [
|
|
971
|
+
{
|
|
972
|
+
unit: 'per 512 by 512 tile',
|
|
973
|
+
price: 0.000053,
|
|
974
|
+
currency: 'USD',
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
unit: 'per step',
|
|
978
|
+
price: 0.00011,
|
|
979
|
+
currency: 'USD',
|
|
980
|
+
},
|
|
981
|
+
],
|
|
982
|
+
},
|
|
887
983
|
},
|
|
888
984
|
{
|
|
889
985
|
id: '7f797b20-3eb0-44fd-b571-6cbbaa3c423b',
|
|
@@ -949,7 +1045,13 @@ export const workersAiCatalog = {
|
|
|
949
1045
|
created_at: '2023-09-25 19:21:11.898',
|
|
950
1046
|
tags: [],
|
|
951
1047
|
properties: {
|
|
952
|
-
|
|
1048
|
+
price: [
|
|
1049
|
+
{
|
|
1050
|
+
unit: 'per inference request',
|
|
1051
|
+
price: 0.0000025,
|
|
1052
|
+
currency: 'USD',
|
|
1053
|
+
},
|
|
1054
|
+
],
|
|
953
1055
|
info: 'https://www.microsoft.com/en-us/research/blog/microsoft-vision-model-resnet-50-combines-web-scale-data-and-multi-task-learning-to-achieve-state-of-the-art/',
|
|
954
1056
|
},
|
|
955
1057
|
},
|
|
@@ -967,7 +1069,18 @@ export const workersAiCatalog = {
|
|
|
967
1069
|
created_at: '2023-09-25 19:21:11.898',
|
|
968
1070
|
tags: [],
|
|
969
1071
|
properties: {
|
|
970
|
-
|
|
1072
|
+
price: [
|
|
1073
|
+
{
|
|
1074
|
+
unit: 'per M input tokens',
|
|
1075
|
+
price: 0.34,
|
|
1076
|
+
currency: 'USD',
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
unit: 'per M output tokens',
|
|
1080
|
+
price: 0.34,
|
|
1081
|
+
currency: 'USD',
|
|
1082
|
+
},
|
|
1083
|
+
],
|
|
971
1084
|
info: 'https://github.com/facebookresearch/fairseq/tree/main/examples/m2m_100',
|
|
972
1085
|
languages: 'english, chinese, french, spanish, arabic, russian, german, japanese, portuguese, hindi',
|
|
973
1086
|
terms: 'https://github.com/facebookresearch/fairseq/blob/main/LICENSE',
|
package/dist/wf/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import isHexadecimal from 'validator/es/lib/isHexadecimal.js';
|
|
2
1
|
import { z } from 'zod';
|
|
3
2
|
export const ZodUuidExportInput = z.union([
|
|
4
3
|
// PrefixedUuid
|
|
@@ -15,7 +14,7 @@ export const ZodUuidExportInput = z.union([
|
|
|
15
14
|
.string()
|
|
16
15
|
.trim()
|
|
17
16
|
.length(32)
|
|
18
|
-
.refine((
|
|
17
|
+
.refine((values) => import('validator/es/lib/isHexadecimal').then(({ default: isHexadecimal }) => isHexadecimal(values)).catch(() => import('validator').then(({ default: validator }) => validator.isHexadecimal(values)))),
|
|
19
18
|
z.string().trim().nonempty().base64(),
|
|
20
19
|
z.string().trim().nonempty().base64url(),
|
|
21
20
|
]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
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.
|
|
97
|
+
"@cloudflare/workers-types": "^4.20250402.0",
|
|
98
98
|
"@types/validator": "^13.12.3"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "03a624d8b16b8043fdd51595a2f293aaf3017f51"
|
|
101
101
|
}
|