@lobehub/chat 1.52.5 → 1.52.6

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 CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.52.6](https://github.com/lobehub/lobe-chat/compare/v1.52.5...v1.52.6)
6
+
7
+ <sup>Released on **2025-02-08**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Update ZeroOne models.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Update ZeroOne models, closes [#5904](https://github.com/lobehub/lobe-chat/issues/5904) ([6e8d1a7](https://github.com/lobehub/lobe-chat/commit/6e8d1a7))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
5
30
  ### [Version 1.52.5](https://github.com/lobehub/lobe-chat/compare/v1.52.4...v1.52.5)
6
31
 
7
32
  <sup>Released on **2025-02-08**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,13 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "improvements": [
5
+ "Update ZeroOne models."
6
+ ]
7
+ },
8
+ "date": "2025-02-08",
9
+ "version": "1.52.6"
10
+ },
2
11
  {
3
12
  "children": {
4
13
  "fixes": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.52.5",
3
+ "version": "1.52.6",
4
4
  "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
5
5
  "keywords": [
6
6
  "framework",
@@ -14,11 +14,26 @@ const zerooneChatModels: AIChatModelCard[] = [
14
14
  },
15
15
  type: 'chat',
16
16
  },
17
+ {
18
+ abilities: {
19
+ vision: true,
20
+ },
21
+ contextWindowTokens: 16_384,
22
+ description: '复杂视觉任务模型,提供基于多张图片的高性能理解、分析能力。',
23
+ displayName: 'Yi Vision V2',
24
+ enabled: true,
25
+ id: 'yi-vision-v2',
26
+ pricing: {
27
+ currency: 'CNY',
28
+ input: 6,
29
+ output: 6,
30
+ },
31
+ type: 'chat',
32
+ },
17
33
  {
18
34
  contextWindowTokens: 16_384,
19
35
  description: '小而精悍,轻量极速模型。提供强化数学运算和代码编写能力。',
20
36
  displayName: 'Yi Spark',
21
- enabled: true,
22
37
  id: 'yi-spark',
23
38
  pricing: {
24
39
  currency: 'CNY',
@@ -31,7 +46,6 @@ const zerooneChatModels: AIChatModelCard[] = [
31
46
  contextWindowTokens: 16_384,
32
47
  description: '中型尺寸模型升级微调,能力均衡,性价比高。深度优化指令遵循能力。',
33
48
  displayName: 'Yi Medium',
34
- enabled: true,
35
49
  id: 'yi-medium',
36
50
  pricing: {
37
51
  currency: 'CNY',
@@ -44,7 +58,6 @@ const zerooneChatModels: AIChatModelCard[] = [
44
58
  contextWindowTokens: 200_000,
45
59
  description: '200K 超长上下文窗口,提供长文本深度理解和生成能力。',
46
60
  displayName: 'Yi Medium 200K',
47
- enabled: true,
48
61
  id: 'yi-medium-200k',
49
62
  pricing: {
50
63
  currency: 'CNY',
@@ -57,7 +70,6 @@ const zerooneChatModels: AIChatModelCard[] = [
57
70
  contextWindowTokens: 16_384,
58
71
  description: '超高性价比、卓越性能。根据性能和推理速度、成本,进行平衡性高精度调优。',
59
72
  displayName: 'Yi Large Turbo',
60
- enabled: true,
61
73
  id: 'yi-large-turbo',
62
74
  pricing: {
63
75
  currency: 'CNY',
@@ -71,7 +83,6 @@ const zerooneChatModels: AIChatModelCard[] = [
71
83
  description:
72
84
  '基于 yi-large 超强模型的高阶服务,结合检索与生成技术提供精准答案,实时全网检索信息服务。',
73
85
  displayName: 'Yi Large RAG',
74
- enabled: true,
75
86
  id: 'yi-large-rag',
76
87
  pricing: {
77
88
  currency: 'CNY',
@@ -88,7 +99,6 @@ const zerooneChatModels: AIChatModelCard[] = [
88
99
  description:
89
100
  '在 yi-large 模型的基础上支持并强化了工具调用的能力,适用于各种需要搭建 agent 或 workflow 的业务场景。',
90
101
  displayName: 'Yi Large FC',
91
- enabled: true,
92
102
  id: 'yi-large-fc',
93
103
  pricing: {
94
104
  currency: 'CNY',
@@ -116,7 +126,6 @@ const zerooneChatModels: AIChatModelCard[] = [
116
126
  contextWindowTokens: 16_384,
117
127
  description: '复杂视觉任务模型,提供高性能图片理解、分析能力。',
118
128
  displayName: 'Yi Vision',
119
- enabled: true,
120
129
  id: 'yi-vision',
121
130
  pricing: {
122
131
  currency: 'CNY',
@@ -15,11 +15,23 @@ const ZeroOne: ModelProviderCard = {
15
15
  output: 0.99,
16
16
  },
17
17
  },
18
+ {
19
+ contextWindowTokens: 16_384,
20
+ description: '复杂视觉任务模型,提供基于多张图片的高性能理解、分析能力。',
21
+ displayName: 'Yi Vision V2',
22
+ enabled: true,
23
+ id: 'yi-vision-v2',
24
+ pricing: {
25
+ currency: 'CNY',
26
+ input: 6,
27
+ output: 6,
28
+ },
29
+ vision: true,
30
+ },
18
31
  {
19
32
  contextWindowTokens: 16_384,
20
33
  description: '小而精悍,轻量极速模型。提供强化数学运算和代码编写能力。',
21
34
  displayName: 'Yi Spark',
22
- enabled: true,
23
35
  id: 'yi-spark',
24
36
  pricing: {
25
37
  currency: 'CNY',
@@ -31,7 +43,6 @@ const ZeroOne: ModelProviderCard = {
31
43
  contextWindowTokens: 16_384,
32
44
  description: '中型尺寸模型升级微调,能力均衡,性价比高。深度优化指令遵循能力。',
33
45
  displayName: 'Yi Medium',
34
- enabled: true,
35
46
  id: 'yi-medium',
36
47
  pricing: {
37
48
  currency: 'CNY',
@@ -43,7 +54,6 @@ const ZeroOne: ModelProviderCard = {
43
54
  contextWindowTokens: 200_000,
44
55
  description: '200K 超长上下文窗口,提供长文本深度理解和生成能力。',
45
56
  displayName: 'Yi Medium 200K',
46
- enabled: true,
47
57
  id: 'yi-medium-200k',
48
58
  pricing: {
49
59
  currency: 'CNY',
@@ -55,7 +65,6 @@ const ZeroOne: ModelProviderCard = {
55
65
  contextWindowTokens: 16_384,
56
66
  description: '超高性价比、卓越性能。根据性能和推理速度、成本,进行平衡性高精度调优。',
57
67
  displayName: 'Yi Large Turbo',
58
- enabled: true,
59
68
  id: 'yi-large-turbo',
60
69
  pricing: {
61
70
  currency: 'CNY',
@@ -68,7 +77,6 @@ const ZeroOne: ModelProviderCard = {
68
77
  description:
69
78
  '基于 yi-large 超强模型的高阶服务,结合检索与生成技术提供精准答案,实时全网检索信息服务。',
70
79
  displayName: 'Yi Large RAG',
71
- enabled: true,
72
80
  id: 'yi-large-rag',
73
81
  pricing: {
74
82
  currency: 'CNY',
@@ -81,7 +89,6 @@ const ZeroOne: ModelProviderCard = {
81
89
  description:
82
90
  '在 yi-large 模型的基础上支持并强化了工具调用的能力,适用于各种需要搭建 agent 或 workflow 的业务场景。',
83
91
  displayName: 'Yi Large FC',
84
- enabled: true,
85
92
  functionCall: true,
86
93
  id: 'yi-large-fc',
87
94
  pricing: {
@@ -105,7 +112,6 @@ const ZeroOne: ModelProviderCard = {
105
112
  contextWindowTokens: 16_384,
106
113
  description: '复杂视觉任务模型,提供高性能图片理解、分析能力。',
107
114
  displayName: 'Yi Vision',
108
- enabled: true,
109
115
  id: 'yi-vision',
110
116
  pricing: {
111
117
  currency: 'CNY',