@lobehub/lobehub 2.0.0-next.71 → 2.0.0-next.72

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 2.0.0-next.72](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.71...v2.0.0-next.72)
6
+
7
+ <sup>Released on **2025-11-17**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Add model information for the Qiniu provider.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Add model information for the Qiniu provider, closes [#10270](https://github.com/lobehub/lobe-chat/issues/10270) ([06af793](https://github.com/lobehub/lobe-chat/commit/06af793))
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 2.0.0-next.71](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.70...v2.0.0-next.71)
6
31
 
7
32
  <sup>Released on **2025-11-17**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,13 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "improvements": [
5
+ "Add model information for the Qiniu provider."
6
+ ]
7
+ },
8
+ "date": "2025-11-17",
9
+ "version": "2.0.0-next.72"
10
+ },
2
11
  {
3
12
  "children": {
4
13
  "fixes": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/lobehub",
3
- "version": "2.0.0-next.71",
3
+ "version": "2.0.0-next.72",
4
4
  "description": "LobeHub - an open-source,comprehensive AI Agent 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",
@@ -27,6 +27,132 @@ const qiniuChatModels: AIChatModelCard[] = [
27
27
  id: 'deepseek-r1',
28
28
  type: 'chat',
29
29
  },
30
+ {
31
+ abilities: {
32
+ functionCall: true,
33
+ reasoning: true,
34
+ search: true,
35
+ },
36
+ contextWindowTokens: 204_800,
37
+ description: '专为高效编码与 Agent 工作流而生',
38
+ displayName: 'MiniMax M2',
39
+ enabled: true,
40
+ id: 'minimax/minimax-m2',
41
+ maxOutput: 131_072,
42
+ pricing: {
43
+ currency: 'CNY',
44
+ units: [
45
+ { name: 'textInput', rate: 2.1, strategy: 'fixed', unit: 'millionTokens' },
46
+ { name: 'textOutput', rate: 8.4, strategy: 'fixed', unit: 'millionTokens' },
47
+ ],
48
+ },
49
+ releasedAt: '2025-10-27',
50
+ settings: {
51
+ searchImpl: 'params',
52
+ },
53
+ type: 'chat',
54
+ },
55
+ {
56
+ abilities: {
57
+ functionCall: true,
58
+ reasoning: true,
59
+ },
60
+ contextWindowTokens: 131_072,
61
+ description: '美团开源的专为对话交互和智能体任务优化的非思维型基础模型,在工具调用和复杂多轮交互场景中表现突出',
62
+ displayName: 'LongCat Flash Chat',
63
+ enabled: true,
64
+ id: 'meituan/longcat-flash-chat',
65
+ maxOutput: 65536,
66
+ pricing: {
67
+ currency: 'CNY',
68
+ units: [
69
+ { name: 'textInput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
70
+ { name: 'textOutput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
71
+ ],
72
+ },
73
+ releasedAt: '2025-09-01',
74
+ settings: {
75
+ extendParams: ['enableReasoning'],
76
+ searchImpl: 'params',
77
+ },
78
+ type: 'chat',
79
+ },
80
+ {
81
+ abilities: {
82
+ functionCall: true,
83
+ reasoning: true,
84
+ search: true,
85
+ },
86
+ contextWindowTokens: 200_000,
87
+ description: '智谱最新旗舰模型 GLM-4.6,在高级编码、长文本处理、推理与智能体能力上全面超越前代。',
88
+ displayName: 'GLM-4.6',
89
+ enabled: true,
90
+ id: 'z-ai/glm-4.6',
91
+ maxOutput: 128_000,
92
+ pricing: {
93
+ currency: 'CNY',
94
+ units: [
95
+ { name: 'textInput', rate: 7.2, strategy: 'fixed', unit: 'millionTokens' },
96
+ { name: 'textOutput', rate: 12.6, strategy: 'fixed', unit: 'millionTokens' },
97
+ ],
98
+ },
99
+ releasedAt: '2025-09-30',
100
+ settings: {
101
+ extendParams: ['enableReasoning'],
102
+ searchImpl: 'params',
103
+ },
104
+ type: 'chat',
105
+ },
106
+ {
107
+ abilities: {
108
+ functionCall: true,
109
+ reasoning: true,
110
+ search: true,
111
+ vision: true,
112
+ },
113
+ contextWindowTokens: 2_000_000,
114
+ description:
115
+ '我们很高兴发布 Grok 4 Fast,这是我们在成本效益推理模型方面的最新进展。',
116
+ displayName: 'Grok 4 Fast',
117
+ enabled: true,
118
+ id: 'x-ai/grok-4-fast',
119
+ pricing: {
120
+ currency: 'CNY',
121
+ units: [
122
+ { name: 'textInput', rate: 7.2, strategy: 'fixed', unit: 'millionTokens' },
123
+ { name: 'textOutput', rate: 12.6, strategy: 'fixed', unit: 'millionTokens' },
124
+ ],
125
+ },
126
+ releasedAt: '2025-09-09',
127
+ settings: {
128
+ searchImpl: 'params',
129
+ },
130
+ type: 'chat',
131
+ },
132
+ {
133
+ abilities: {
134
+ functionCall: true,
135
+ reasoning: true,
136
+ },
137
+ contextWindowTokens: 256_000,
138
+ description:
139
+ '我们很高兴推出 grok-code-fast-1,这是一款快速且经济高效的推理模型,在代理编码方面表现出色。',
140
+ displayName: 'Grok Code Fast 1',
141
+ id: 'x-ai/grok-code-fast-1',
142
+ pricing: {
143
+ units: [
144
+ { name: 'textInput_cacheRead', rate: 0.02, strategy: 'fixed', unit: 'millionTokens' },
145
+ { name: 'textInput', rate: 0.2, strategy: 'fixed', unit: 'millionTokens' },
146
+ { name: 'textOutput', rate: 1.5, strategy: 'fixed', unit: 'millionTokens' },
147
+ ],
148
+ },
149
+ releasedAt: '2025-08-27',
150
+ // settings: {
151
+ // reasoning_effort is not supported by grok-code. Specifying reasoning_effort parameter will get an error response.
152
+ // extendParams: ['reasoningEffort'],
153
+ // },
154
+ type: 'chat',
155
+ },
30
156
  ];
31
157
 
32
158
  export const allModels = [...qiniuChatModels];