@chainfuse/types 4.2.21 → 4.2.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.
@@ -123,6 +123,7 @@ export declare const ZodLanguageModelValues: zm.ZodMiniEnum<{
123
123
  "workersai:@cf/meta/llama-3.1-8b-instruct-awq": "workersai:@cf/meta/llama-3.1-8b-instruct-awq";
124
124
  "workersai:@hf/thebloke/zephyr-7b-beta-awq": "workersai:@hf/thebloke/zephyr-7b-beta-awq";
125
125
  "workersai:@cf/google/gemma-7b-it-lora": "workersai:@cf/google/gemma-7b-it-lora";
126
+ "workersai:@cf/google/gemma-4-26b-a4b-it": "workersai:@cf/google/gemma-4-26b-a4b-it";
126
127
  "workersai:@cf/qwen/qwen1.5-1.8b-chat": "workersai:@cf/qwen/qwen1.5-1.8b-chat";
127
128
  "workersai:@cf/mistralai/mistral-small-3.1-24b-instruct": "workersai:@cf/mistralai/mistral-small-3.1-24b-instruct";
128
129
  "workersai:@cf/meta/llama-3-8b-instruct-awq": "workersai:@cf/meta/llama-3-8b-instruct-awq";
@@ -210,6 +211,7 @@ export declare const ZodLanguageModelValues4: z4.ZodEnum<{
210
211
  "workersai:@cf/meta/llama-3.1-8b-instruct-awq": "workersai:@cf/meta/llama-3.1-8b-instruct-awq";
211
212
  "workersai:@hf/thebloke/zephyr-7b-beta-awq": "workersai:@hf/thebloke/zephyr-7b-beta-awq";
212
213
  "workersai:@cf/google/gemma-7b-it-lora": "workersai:@cf/google/gemma-7b-it-lora";
214
+ "workersai:@cf/google/gemma-4-26b-a4b-it": "workersai:@cf/google/gemma-4-26b-a4b-it";
213
215
  "workersai:@cf/qwen/qwen1.5-1.8b-chat": "workersai:@cf/qwen/qwen1.5-1.8b-chat";
214
216
  "workersai:@cf/mistralai/mistral-small-3.1-24b-instruct": "workersai:@cf/mistralai/mistral-small-3.1-24b-instruct";
215
217
  "workersai:@cf/meta/llama-3-8b-instruct-awq": "workersai:@cf/meta/llama-3-8b-instruct-awq";
@@ -673,6 +673,29 @@ export declare const workersAiCatalog: {
673
673
  readonly context_window: 3500;
674
674
  readonly lora: true;
675
675
  };
676
+ }, {
677
+ readonly id: "328adb49-4a7d-43e3-a2d5-802ae8100fe7";
678
+ readonly source: 1;
679
+ readonly name: "@cf/google/gemma-4-26b-a4b-it";
680
+ readonly description: "Gemma 4 is Google's most intelligent family of open models, built from Gemini 3 research to maximize intelligence-per-parameter.";
681
+ readonly created_at: "2026-04-02 15:05:22.642";
682
+ readonly tags: readonly [];
683
+ readonly properties: {
684
+ readonly context_window: 256000;
685
+ readonly price: readonly [{
686
+ readonly unit: "per M input tokens";
687
+ readonly price: 0.1;
688
+ readonly currency: "USD";
689
+ }, {
690
+ readonly unit: "per M output tokens";
691
+ readonly price: 0.3;
692
+ readonly currency: "USD";
693
+ }];
694
+ readonly function_calling: true;
695
+ readonly reasoning: true;
696
+ readonly terms: "https://ai.google.dev/gemma/docs/gemma_4_license";
697
+ readonly vision: true;
698
+ };
676
699
  }, {
677
700
  readonly id: "3222ddb3-e211-4fd9-9a6d-79a80e47b3a6";
678
701
  readonly source: 1;
@@ -769,6 +769,33 @@ export const workersAiCatalog = {
769
769
  lora: true,
770
770
  },
771
771
  },
772
+ {
773
+ id: '328adb49-4a7d-43e3-a2d5-802ae8100fe7',
774
+ source: 1,
775
+ name: '@cf/google/gemma-4-26b-a4b-it',
776
+ description: "Gemma 4 is Google's most intelligent family of open models, built from Gemini 3 research to maximize intelligence-per-parameter.",
777
+ created_at: '2026-04-02 15:05:22.642',
778
+ tags: [],
779
+ properties: {
780
+ context_window: 256000,
781
+ price: [
782
+ {
783
+ unit: 'per M input tokens',
784
+ price: 0.1,
785
+ currency: 'USD',
786
+ },
787
+ {
788
+ unit: 'per M output tokens',
789
+ price: 0.3,
790
+ currency: 'USD',
791
+ },
792
+ ],
793
+ function_calling: true,
794
+ reasoning: true,
795
+ terms: 'https://ai.google.dev/gemma/docs/gemma_4_license',
796
+ vision: true,
797
+ },
798
+ },
772
799
  {
773
800
  id: '3222ddb3-e211-4fd9-9a6d-79a80e47b3a6',
774
801
  source: 1,
@@ -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/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/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.21",
3
+ "version": "4.2.22",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -94,12 +94,12 @@
94
94
  },
95
95
  "prettier": "@demosjarco/prettier-config",
96
96
  "dependencies": {
97
- "validator": "^13.15.26",
97
+ "validator": "^13.15.35",
98
98
  "zod": "^4.3.6"
99
99
  },
100
100
  "devDependencies": {
101
- "@cloudflare/workers-types": "^4.20260317.1",
101
+ "@cloudflare/workers-types": "^4.20260405.1",
102
102
  "@types/validator": "^13.15.10"
103
103
  },
104
- "gitHead": "dbc6f594a818b5c982269fe8271161972cce4b03"
104
+ "gitHead": "b0bcea1728f8c8e629219b670d3778dbe2cb4aae"
105
105
  }