@chainfuse/types 1.6.0 → 1.6.1

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.
@@ -138,6 +138,15 @@ export declare const workersAiCatalog: {
138
138
  readonly properties: {
139
139
  readonly beta: true;
140
140
  };
141
+ }, {
142
+ readonly id: "ad01ab83-baf8-4e7b-8fed-a0a219d4eb45";
143
+ readonly source: 1;
144
+ readonly name: "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b";
145
+ readonly description: "DeepSeek-R1-Distill-Qwen-32B is a model distilled from DeepSeek-R1 based on Qwen2.5. It outperforms OpenAI-o1-mini across various benchmarks, achieving new state-of-the-art results for dense models.";
146
+ readonly tags: readonly [];
147
+ readonly properties: {
148
+ readonly terms: "https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE";
149
+ };
141
150
  }, {
142
151
  readonly id: "9d2ab560-065e-4d0d-a789-d4bc7468d33e";
143
152
  readonly source: 1;
@@ -152,6 +152,16 @@ export const workersAiCatalog = {
152
152
  beta: true,
153
153
  },
154
154
  },
155
+ {
156
+ id: 'ad01ab83-baf8-4e7b-8fed-a0a219d4eb45',
157
+ source: 1,
158
+ name: '@cf/deepseek-ai/deepseek-r1-distill-qwen-32b',
159
+ description: 'DeepSeek-R1-Distill-Qwen-32B is a model distilled from DeepSeek-R1 based on Qwen2.5. It outperforms OpenAI-o1-mini across various benchmarks, achieving new state-of-the-art results for dense models.',
160
+ tags: [],
161
+ properties: {
162
+ terms: 'https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE',
163
+ },
164
+ },
155
165
  {
156
166
  id: '9d2ab560-065e-4d0d-a789-d4bc7468d33e',
157
167
  source: 1,
@@ -250,6 +250,15 @@ export declare const possibilities_mc_safety: readonly [...{
250
250
  readonly properties: {
251
251
  readonly beta: true;
252
252
  };
253
+ }, {
254
+ readonly id: "ad01ab83-baf8-4e7b-8fed-a0a219d4eb45";
255
+ readonly source: 1;
256
+ readonly name: "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b";
257
+ readonly description: "DeepSeek-R1-Distill-Qwen-32B is a model distilled from DeepSeek-R1 based on Qwen2.5. It outperforms OpenAI-o1-mini across various benchmarks, achieving new state-of-the-art results for dense models.";
258
+ readonly tags: readonly [];
259
+ readonly properties: {
260
+ readonly terms: "https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE";
261
+ };
253
262
  }, {
254
263
  readonly id: "9d2ab560-065e-4d0d-a789-d4bc7468d33e";
255
264
  readonly source: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainfuse/types",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "",
5
5
  "author": "ChainFuse",
6
6
  "homepage": "https://github.com/ChainFuse/packages/tree/main/packages/types#readme",
@@ -89,5 +89,5 @@
89
89
  "@cloudflare/workers-types": "^4.20250124.3",
90
90
  "@types/json-schema": "^7.0.15"
91
91
  },
92
- "gitHead": "388e77364a079bd5b9c4048504cb72e2dc0efb57"
92
+ "gitHead": "27d31188e700705dfceb8ef6021d4ff3469a98c9"
93
93
  }