@chainfuse/types 4.2.23 → 4.2.25
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
|
@@ -105,6 +105,7 @@ export declare const ZodLanguageModelValues: zm.ZodMiniEnum<{
|
|
|
105
105
|
"workersai:@hf/thebloke/mistral-7b-instruct-v0.1-awq": "workersai:@hf/thebloke/mistral-7b-instruct-v0.1-awq";
|
|
106
106
|
"workersai:@cf/qwen/qwen1.5-7b-chat-awq": "workersai:@cf/qwen/qwen1.5-7b-chat-awq";
|
|
107
107
|
"workersai:@cf/meta/llama-3.2-1b-instruct": "workersai:@cf/meta/llama-3.2-1b-instruct";
|
|
108
|
+
"workersai:@cf/moonshotai/kimi-k2.6": "workersai:@cf/moonshotai/kimi-k2.6";
|
|
108
109
|
"workersai:@cf/zai-org/glm-4.7-flash": "workersai:@cf/zai-org/glm-4.7-flash";
|
|
109
110
|
"workersai:@hf/thebloke/llama-2-13b-chat-awq": "workersai:@hf/thebloke/llama-2-13b-chat-awq";
|
|
110
111
|
"workersai:@hf/thebloke/deepseek-coder-6.7b-base-awq": "workersai:@hf/thebloke/deepseek-coder-6.7b-base-awq";
|
|
@@ -193,6 +194,7 @@ export declare const ZodLanguageModelValues4: z4.ZodEnum<{
|
|
|
193
194
|
"workersai:@hf/thebloke/mistral-7b-instruct-v0.1-awq": "workersai:@hf/thebloke/mistral-7b-instruct-v0.1-awq";
|
|
194
195
|
"workersai:@cf/qwen/qwen1.5-7b-chat-awq": "workersai:@cf/qwen/qwen1.5-7b-chat-awq";
|
|
195
196
|
"workersai:@cf/meta/llama-3.2-1b-instruct": "workersai:@cf/meta/llama-3.2-1b-instruct";
|
|
197
|
+
"workersai:@cf/moonshotai/kimi-k2.6": "workersai:@cf/moonshotai/kimi-k2.6";
|
|
196
198
|
"workersai:@cf/zai-org/glm-4.7-flash": "workersai:@cf/zai-org/glm-4.7-flash";
|
|
197
199
|
"workersai:@hf/thebloke/llama-2-13b-chat-awq": "workersai:@hf/thebloke/llama-2-13b-chat-awq";
|
|
198
200
|
"workersai:@hf/thebloke/deepseek-coder-6.7b-base-awq": "workersai:@hf/thebloke/deepseek-coder-6.7b-base-awq";
|
|
@@ -137,6 +137,19 @@ export declare const workersAiCatalog: {
|
|
|
137
137
|
readonly properties: {
|
|
138
138
|
readonly async_queue: true;
|
|
139
139
|
readonly context_window: 256000;
|
|
140
|
+
readonly price: readonly [{
|
|
141
|
+
readonly unit: "per M input tokens";
|
|
142
|
+
readonly price: 0.6;
|
|
143
|
+
readonly currency: "USD";
|
|
144
|
+
}, {
|
|
145
|
+
readonly unit: "per M output tokens";
|
|
146
|
+
readonly price: 3;
|
|
147
|
+
readonly currency: "USD";
|
|
148
|
+
}, {
|
|
149
|
+
readonly unit: "per M cached input tokens";
|
|
150
|
+
readonly price: 0.1;
|
|
151
|
+
readonly currency: "USD";
|
|
152
|
+
}];
|
|
140
153
|
readonly function_calling: true;
|
|
141
154
|
readonly reasoning: true;
|
|
142
155
|
readonly terms: "https://github.com/MoonshotAI/Kimi-K2.5/blob/master/LICENSE";
|
|
@@ -379,6 +392,33 @@ export declare const workersAiCatalog: {
|
|
|
379
392
|
readonly context_window: 60000;
|
|
380
393
|
readonly terms: "https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE";
|
|
381
394
|
};
|
|
395
|
+
}, {
|
|
396
|
+
readonly id: "8a5d00bd-de28-4a28-b37a-ce46d01ebaeb";
|
|
397
|
+
readonly source: 1;
|
|
398
|
+
readonly name: "@cf/moonshotai/kimi-k2.6";
|
|
399
|
+
readonly description: "Kimi K2.6 is a frontier-scale open-source 1T parameter model with a 262.1k context window, multi-turn tool calling, vision inputs, and structured outputs for agentic workloads.";
|
|
400
|
+
readonly created_at: "2026-04-20 01:40:35.001";
|
|
401
|
+
readonly tags: readonly [];
|
|
402
|
+
readonly properties: {
|
|
403
|
+
readonly context_window: 262144;
|
|
404
|
+
readonly price: readonly [{
|
|
405
|
+
readonly unit: "per M input tokens";
|
|
406
|
+
readonly price: 0.95;
|
|
407
|
+
readonly currency: "USD";
|
|
408
|
+
}, {
|
|
409
|
+
readonly unit: "per M output tokens";
|
|
410
|
+
readonly price: 4;
|
|
411
|
+
readonly currency: "USD";
|
|
412
|
+
}, {
|
|
413
|
+
readonly unit: "per M cached input tokens";
|
|
414
|
+
readonly price: 0.16;
|
|
415
|
+
readonly currency: "USD";
|
|
416
|
+
}];
|
|
417
|
+
readonly function_calling: true;
|
|
418
|
+
readonly reasoning: true;
|
|
419
|
+
readonly terms: "https://huggingface.co/moonshotai/Kimi-K2.6/blob/main/LICENSE";
|
|
420
|
+
readonly vision: true;
|
|
421
|
+
};
|
|
382
422
|
}, {
|
|
383
423
|
readonly id: "86b3e51a-4b05-43fa-a403-0f27821919d2";
|
|
384
424
|
readonly source: 1;
|
|
@@ -576,11 +616,11 @@ export declare const workersAiCatalog: {
|
|
|
576
616
|
readonly context_window: 256000;
|
|
577
617
|
readonly price: readonly [{
|
|
578
618
|
readonly unit: "per M input tokens";
|
|
579
|
-
readonly price: 0;
|
|
619
|
+
readonly price: 0.5;
|
|
580
620
|
readonly currency: "USD";
|
|
581
621
|
}, {
|
|
582
622
|
readonly unit: "per M output tokens";
|
|
583
|
-
readonly price:
|
|
623
|
+
readonly price: 1.5;
|
|
584
624
|
readonly currency: "USD";
|
|
585
625
|
}];
|
|
586
626
|
readonly function_calling: true;
|
|
@@ -157,6 +157,23 @@ export const workersAiCatalog = {
|
|
|
157
157
|
properties: {
|
|
158
158
|
async_queue: true,
|
|
159
159
|
context_window: 256000,
|
|
160
|
+
price: [
|
|
161
|
+
{
|
|
162
|
+
unit: 'per M input tokens',
|
|
163
|
+
price: 0.6,
|
|
164
|
+
currency: 'USD',
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
unit: 'per M output tokens',
|
|
168
|
+
price: 3,
|
|
169
|
+
currency: 'USD',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
unit: 'per M cached input tokens',
|
|
173
|
+
price: 0.1,
|
|
174
|
+
currency: 'USD',
|
|
175
|
+
},
|
|
176
|
+
],
|
|
160
177
|
function_calling: true,
|
|
161
178
|
reasoning: true,
|
|
162
179
|
terms: 'https://github.com/MoonshotAI/Kimi-K2.5/blob/master/LICENSE',
|
|
@@ -433,6 +450,38 @@ export const workersAiCatalog = {
|
|
|
433
450
|
terms: 'https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE',
|
|
434
451
|
},
|
|
435
452
|
},
|
|
453
|
+
{
|
|
454
|
+
id: '8a5d00bd-de28-4a28-b37a-ce46d01ebaeb',
|
|
455
|
+
source: 1,
|
|
456
|
+
name: '@cf/moonshotai/kimi-k2.6',
|
|
457
|
+
description: 'Kimi K2.6 is a frontier-scale open-source 1T parameter model with a 262.1k context window, multi-turn tool calling, vision inputs, and structured outputs for agentic workloads.',
|
|
458
|
+
created_at: '2026-04-20 01:40:35.001',
|
|
459
|
+
tags: [],
|
|
460
|
+
properties: {
|
|
461
|
+
context_window: 262144,
|
|
462
|
+
price: [
|
|
463
|
+
{
|
|
464
|
+
unit: 'per M input tokens',
|
|
465
|
+
price: 0.95,
|
|
466
|
+
currency: 'USD',
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
unit: 'per M output tokens',
|
|
470
|
+
price: 4,
|
|
471
|
+
currency: 'USD',
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
unit: 'per M cached input tokens',
|
|
475
|
+
price: 0.16,
|
|
476
|
+
currency: 'USD',
|
|
477
|
+
},
|
|
478
|
+
],
|
|
479
|
+
function_calling: true,
|
|
480
|
+
reasoning: true,
|
|
481
|
+
terms: 'https://huggingface.co/moonshotai/Kimi-K2.6/blob/main/LICENSE',
|
|
482
|
+
vision: true,
|
|
483
|
+
},
|
|
484
|
+
},
|
|
436
485
|
{
|
|
437
486
|
id: '86b3e51a-4b05-43fa-a403-0f27821919d2',
|
|
438
487
|
source: 1,
|
|
@@ -655,12 +704,12 @@ export const workersAiCatalog = {
|
|
|
655
704
|
price: [
|
|
656
705
|
{
|
|
657
706
|
unit: 'per M input tokens',
|
|
658
|
-
price: 0,
|
|
707
|
+
price: 0.5,
|
|
659
708
|
currency: 'USD',
|
|
660
709
|
},
|
|
661
710
|
{
|
|
662
711
|
unit: 'per M output tokens',
|
|
663
|
-
price:
|
|
712
|
+
price: 1.5,
|
|
664
713
|
currency: 'USD',
|
|
665
714
|
},
|
|
666
715
|
],
|
|
@@ -13,7 +13,7 @@ type cloudflareFilteredModelPossibilities<M extends cloudflareModelTypes = cloud
|
|
|
13
13
|
export declare const enabledCloudflareLlmEmbeddingProviders: cloudflareModelPossibilities<'Text Embeddings'>[];
|
|
14
14
|
export declare const enabledCloudflareLlmImageProviders: cloudflareModelPossibilities<'Text-to-Image'>[];
|
|
15
15
|
export declare const enabledCloudflareLlmProviders: cloudflareModelPossibilities<'Text Generation'>[];
|
|
16
|
-
export declare const enabledCloudflareLlmFunctionProviders: ("@cf/openai/gpt-oss-120b" | "@cf/moonshotai/kimi-k2.5" | "@cf/zai-org/glm-4.7-flash" | "@cf/meta/llama-3.3-70b-instruct-fp8-fast" | "@cf/ibm-granite/granite-4.0-h-micro" | "@hf/nousresearch/hermes-2-pro-mistral-7b" | "@cf/nvidia/nemotron-3-120b-a12b" | "@cf/qwen/qwen3-30b-a3b-fp8" | "@cf/google/gemma-4-26b-a4b-it" | "@cf/mistralai/mistral-small-3.1-24b-instruct" | "@cf/openai/gpt-oss-20b" | "@cf/meta/llama-4-scout-17b-16e-instruct")[];
|
|
16
|
+
export declare const enabledCloudflareLlmFunctionProviders: ("@cf/openai/gpt-oss-120b" | "@cf/moonshotai/kimi-k2.5" | "@cf/moonshotai/kimi-k2.6" | "@cf/zai-org/glm-4.7-flash" | "@cf/meta/llama-3.3-70b-instruct-fp8-fast" | "@cf/ibm-granite/granite-4.0-h-micro" | "@hf/nousresearch/hermes-2-pro-mistral-7b" | "@cf/nvidia/nemotron-3-120b-a12b" | "@cf/qwen/qwen3-30b-a3b-fp8" | "@cf/google/gemma-4-26b-a4b-it" | "@cf/mistralai/mistral-small-3.1-24b-instruct" | "@cf/openai/gpt-oss-20b" | "@cf/meta/llama-4-scout-17b-16e-instruct")[];
|
|
17
17
|
export declare const enabledCloudflareLlmSpeechProviders: ("@cf/myshell-ai/melotts" | "@cf/deepgram/aura-2-es" | "@cf/deepgram/aura-1" | "@cf/deepgram/aura-2-en")[];
|
|
18
18
|
export declare const enabledCloudflareLlmTranscriptionProviders: ("@cf/openai/whisper" | "@cf/deepgram/flux" | "@cf/deepgram/nova-3" | "@cf/openai/whisper-tiny-en" | "@cf/openai/whisper-large-v3-turbo")[];
|
|
19
19
|
export type CloudflareModelsEnum<M extends cloudflareModelTypes = cloudflareModelTypes> = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainfuse/types",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.25",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "ChainFuse",
|
|
6
6
|
"homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"zod": "^4.3.6"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@cloudflare/workers-types": "^4.
|
|
102
|
+
"@cloudflare/workers-types": "^4.20260423.1",
|
|
103
103
|
"@types/validator": "^13.15.10"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "541ddfd71684b2d3effac993b3ed8bce58e03b0c"
|
|
106
106
|
}
|