@langchain/deepseek 1.0.12-dev-1771365493298 → 1.0.12
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/CHANGELOG.md +9 -0
- package/dist/profiles.cjs +6 -6
- package/dist/profiles.cjs.map +1 -1
- package/dist/profiles.js +6 -6
- package/dist/profiles.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @langchain/deepseek
|
|
2
2
|
|
|
3
|
+
## 1.0.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#10078](https://github.com/langchain-ai/langchainjs/pull/10078) [`7be50a7`](https://github.com/langchain-ai/langchainjs/commit/7be50a7014d7622e0ab8d303dfc9c633ebc96333) Thanks [@christian-bromann](https://github.com/christian-bromann)! - chore(\*): update model profiles
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`05396f7`](https://github.com/langchain-ai/langchainjs/commit/05396f7ce0a91c49a3bae4bbcd3dbdd6cbd18089), [`5a6f26b`](https://github.com/langchain-ai/langchainjs/commit/5a6f26bbaed80195dc538c538b96219a8b03f38f), [`7be50a7`](https://github.com/langchain-ai/langchainjs/commit/7be50a7014d7622e0ab8d303dfc9c633ebc96333)]:
|
|
10
|
+
- @langchain/openai@1.2.8
|
|
11
|
+
|
|
3
12
|
## 1.0.11
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/profiles.cjs
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
2
|
//#region src/profiles.ts
|
|
3
3
|
const PROFILES = {
|
|
4
|
-
"deepseek-
|
|
4
|
+
"deepseek-reasoner": {
|
|
5
5
|
maxInputTokens: 128e3,
|
|
6
6
|
imageInputs: false,
|
|
7
7
|
audioInputs: false,
|
|
8
8
|
pdfInputs: false,
|
|
9
9
|
videoInputs: false,
|
|
10
|
-
maxOutputTokens:
|
|
11
|
-
reasoningOutput:
|
|
10
|
+
maxOutputTokens: 128e3,
|
|
11
|
+
reasoningOutput: true,
|
|
12
12
|
imageOutputs: false,
|
|
13
13
|
audioOutputs: false,
|
|
14
14
|
videoOutputs: false,
|
|
15
15
|
toolCalling: true,
|
|
16
16
|
structuredOutput: false
|
|
17
17
|
},
|
|
18
|
-
"deepseek-
|
|
18
|
+
"deepseek-chat": {
|
|
19
19
|
maxInputTokens: 128e3,
|
|
20
20
|
imageInputs: false,
|
|
21
21
|
audioInputs: false,
|
|
22
22
|
pdfInputs: false,
|
|
23
23
|
videoInputs: false,
|
|
24
|
-
maxOutputTokens:
|
|
25
|
-
reasoningOutput:
|
|
24
|
+
maxOutputTokens: 8192,
|
|
25
|
+
reasoningOutput: false,
|
|
26
26
|
imageOutputs: false,
|
|
27
27
|
audioOutputs: false,
|
|
28
28
|
videoOutputs: false,
|
package/dist/profiles.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profiles.cjs","names":[],"sources":["../src/profiles.ts"],"sourcesContent":["/**\n * This file was automatically generated by an automated script. Do not edit manually.\n */\nimport type { ModelProfile } from \"@langchain/core/language_models/profile\";\nconst PROFILES: Record<string, ModelProfile> = {\n \"deepseek-
|
|
1
|
+
{"version":3,"file":"profiles.cjs","names":[],"sources":["../src/profiles.ts"],"sourcesContent":["/**\n * This file was automatically generated by an automated script. Do not edit manually.\n */\nimport type { ModelProfile } from \"@langchain/core/language_models/profile\";\nconst PROFILES: Record<string, ModelProfile> = {\n \"deepseek-reasoner\": {\n maxInputTokens: 128000,\n imageInputs: false,\n audioInputs: false,\n pdfInputs: false,\n videoInputs: false,\n maxOutputTokens: 128000,\n reasoningOutput: true,\n imageOutputs: false,\n audioOutputs: false,\n videoOutputs: false,\n toolCalling: true,\n structuredOutput: false,\n },\n \"deepseek-chat\": {\n maxInputTokens: 128000,\n imageInputs: false,\n audioInputs: false,\n pdfInputs: false,\n videoInputs: false,\n maxOutputTokens: 8192,\n reasoningOutput: false,\n imageOutputs: false,\n audioOutputs: false,\n videoOutputs: false,\n toolCalling: true,\n structuredOutput: false,\n },\n};\nexport default PROFILES;\n"],"mappings":";;AAIA,MAAM,WAAyC;CAC7C,qBAAqB;EACnB,gBAAgB;EAChB,aAAa;EACb,aAAa;EACb,WAAW;EACX,aAAa;EACb,iBAAiB;EACjB,iBAAiB;EACjB,cAAc;EACd,cAAc;EACd,cAAc;EACd,aAAa;EACb,kBAAkB;EACnB;CACD,iBAAiB;EACf,gBAAgB;EAChB,aAAa;EACb,aAAa;EACb,WAAW;EACX,aAAa;EACb,iBAAiB;EACjB,iBAAiB;EACjB,cAAc;EACd,cAAc;EACd,cAAc;EACd,aAAa;EACb,kBAAkB;EACnB;CACF"}
|
package/dist/profiles.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
//#region src/profiles.ts
|
|
2
2
|
const PROFILES = {
|
|
3
|
-
"deepseek-
|
|
3
|
+
"deepseek-reasoner": {
|
|
4
4
|
maxInputTokens: 128e3,
|
|
5
5
|
imageInputs: false,
|
|
6
6
|
audioInputs: false,
|
|
7
7
|
pdfInputs: false,
|
|
8
8
|
videoInputs: false,
|
|
9
|
-
maxOutputTokens:
|
|
10
|
-
reasoningOutput:
|
|
9
|
+
maxOutputTokens: 128e3,
|
|
10
|
+
reasoningOutput: true,
|
|
11
11
|
imageOutputs: false,
|
|
12
12
|
audioOutputs: false,
|
|
13
13
|
videoOutputs: false,
|
|
14
14
|
toolCalling: true,
|
|
15
15
|
structuredOutput: false
|
|
16
16
|
},
|
|
17
|
-
"deepseek-
|
|
17
|
+
"deepseek-chat": {
|
|
18
18
|
maxInputTokens: 128e3,
|
|
19
19
|
imageInputs: false,
|
|
20
20
|
audioInputs: false,
|
|
21
21
|
pdfInputs: false,
|
|
22
22
|
videoInputs: false,
|
|
23
|
-
maxOutputTokens:
|
|
24
|
-
reasoningOutput:
|
|
23
|
+
maxOutputTokens: 8192,
|
|
24
|
+
reasoningOutput: false,
|
|
25
25
|
imageOutputs: false,
|
|
26
26
|
audioOutputs: false,
|
|
27
27
|
videoOutputs: false,
|
package/dist/profiles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profiles.js","names":[],"sources":["../src/profiles.ts"],"sourcesContent":["/**\n * This file was automatically generated by an automated script. Do not edit manually.\n */\nimport type { ModelProfile } from \"@langchain/core/language_models/profile\";\nconst PROFILES: Record<string, ModelProfile> = {\n \"deepseek-
|
|
1
|
+
{"version":3,"file":"profiles.js","names":[],"sources":["../src/profiles.ts"],"sourcesContent":["/**\n * This file was automatically generated by an automated script. Do not edit manually.\n */\nimport type { ModelProfile } from \"@langchain/core/language_models/profile\";\nconst PROFILES: Record<string, ModelProfile> = {\n \"deepseek-reasoner\": {\n maxInputTokens: 128000,\n imageInputs: false,\n audioInputs: false,\n pdfInputs: false,\n videoInputs: false,\n maxOutputTokens: 128000,\n reasoningOutput: true,\n imageOutputs: false,\n audioOutputs: false,\n videoOutputs: false,\n toolCalling: true,\n structuredOutput: false,\n },\n \"deepseek-chat\": {\n maxInputTokens: 128000,\n imageInputs: false,\n audioInputs: false,\n pdfInputs: false,\n videoInputs: false,\n maxOutputTokens: 8192,\n reasoningOutput: false,\n imageOutputs: false,\n audioOutputs: false,\n videoOutputs: false,\n toolCalling: true,\n structuredOutput: false,\n },\n};\nexport default PROFILES;\n"],"mappings":";AAIA,MAAM,WAAyC;CAC7C,qBAAqB;EACnB,gBAAgB;EAChB,aAAa;EACb,aAAa;EACb,WAAW;EACX,aAAa;EACb,iBAAiB;EACjB,iBAAiB;EACjB,cAAc;EACd,cAAc;EACd,cAAc;EACd,aAAa;EACb,kBAAkB;EACnB;CACD,iBAAiB;EACf,gBAAgB;EAChB,aAAa;EACb,aAAa;EACb,WAAW;EACX,aAAa;EACb,iBAAiB;EACjB,iBAAiB;EACjB,cAAc;EACd,cAAc;EACd,cAAc;EACd,aAAa;EACb,kBAAkB;EACnB;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/deepseek",
|
|
3
|
-
"version": "1.0.12
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Deepseek integration for LangChain.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "LangChain",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-deepseek",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@langchain/openai": "1.2.8
|
|
17
|
+
"@langchain/openai": "1.2.8"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@langchain/core": "1.
|
|
20
|
+
"@langchain/core": "^1.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@tsconfig/recommended": "^1.0.3",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"prettier": "^3.5.0",
|
|
29
29
|
"typescript": "~5.8.3",
|
|
30
30
|
"vitest": "^3.2.4",
|
|
31
|
-
"@langchain/core": "^1.1.25
|
|
31
|
+
"@langchain/core": "^1.1.25",
|
|
32
32
|
"@langchain/eslint": "0.1.1",
|
|
33
33
|
"@langchain/standard-tests": "0.0.23",
|
|
34
34
|
"@langchain/tsconfig": "0.0.1"
|