@lobehub/lobehub 2.0.0-next.279 → 2.0.0-next.280
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 +25 -0
- package/changelog/v1.json +9 -0
- package/package.json +1 -1
- package/packages/model-bank/src/aiModels/qiniu.ts +55 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
## [Version 2.0.0-next.280](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.279...v2.0.0-next.280)
|
|
6
|
+
|
|
7
|
+
<sup>Released on **2026-01-13**</sup>
|
|
8
|
+
|
|
9
|
+
#### 💄 Styles
|
|
10
|
+
|
|
11
|
+
- **misc**: Add MiniMax-M2.1 and GLM-4.7 for Qiniu provider.
|
|
12
|
+
|
|
13
|
+
<br/>
|
|
14
|
+
|
|
15
|
+
<details>
|
|
16
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
|
17
|
+
|
|
18
|
+
#### Styles
|
|
19
|
+
|
|
20
|
+
- **misc**: Add MiniMax-M2.1 and GLM-4.7 for Qiniu provider, closes [#10982](https://github.com/lobehub/lobe-chat/issues/10982) ([695784d](https://github.com/lobehub/lobe-chat/commit/695784d))
|
|
21
|
+
|
|
22
|
+
</details>
|
|
23
|
+
|
|
24
|
+
<div align="right">
|
|
25
|
+
|
|
26
|
+
[](#readme-top)
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
|
|
5
30
|
## [Version 2.0.0-next.279](https://github.com/lobehub/lobe-chat/compare/v2.0.0-next.278...v2.0.0-next.279)
|
|
6
31
|
|
|
7
32
|
<sup>Released on **2026-01-13**</sup>
|
package/changelog/v1.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/lobehub",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.280",
|
|
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,32 @@ 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:
|
|
38
|
+
'MiniMax-M2.1 is a lightweight, cutting-edge large language model optimized for coding, proxy workflows, and modern application development, providing cleaner, more concise output and faster perceptual response times.',
|
|
39
|
+
displayName: 'MiniMax M2.1',
|
|
40
|
+
enabled: true,
|
|
41
|
+
id: 'minimax/minimax-m2.1',
|
|
42
|
+
maxOutput: 131_072,
|
|
43
|
+
pricing: {
|
|
44
|
+
currency: 'CNY',
|
|
45
|
+
units: [
|
|
46
|
+
{ name: 'textInput', rate: 2.1, strategy: 'fixed', unit: 'millionTokens' },
|
|
47
|
+
{ name: 'textOutput', rate: 8.4, strategy: 'fixed', unit: 'millionTokens' },
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
releasedAt: '2025-12-24',
|
|
51
|
+
settings: {
|
|
52
|
+
searchImpl: 'params',
|
|
53
|
+
},
|
|
54
|
+
type: 'chat',
|
|
55
|
+
},
|
|
30
56
|
{
|
|
31
57
|
abilities: {
|
|
32
58
|
functionCall: true,
|
|
@@ -85,8 +111,35 @@ const qiniuChatModels: AIChatModelCard[] = [
|
|
|
85
111
|
search: true,
|
|
86
112
|
},
|
|
87
113
|
contextWindowTokens: 200_000,
|
|
88
|
-
description:
|
|
89
|
-
|
|
114
|
+
description:
|
|
115
|
+
'GLM-4.7 is Zhipu\'s latest flagship model, offering improved general capabilities, simpler and more natural replies, and a more immersive writing experience.',
|
|
116
|
+
displayName: 'GLM-4.7',
|
|
117
|
+
enabled: true,
|
|
118
|
+
id: 'z-ai/glm-4.7',
|
|
119
|
+
maxOutput: 128_000,
|
|
120
|
+
pricing: {
|
|
121
|
+
currency: 'CNY',
|
|
122
|
+
units: [
|
|
123
|
+
{ name: 'textInput', rate: 3.168, strategy: 'fixed', unit: 'millionTokens' },
|
|
124
|
+
{ name: 'textOutput', rate: 12.528, strategy: 'fixed', unit: 'millionTokens' },
|
|
125
|
+
],
|
|
126
|
+
},
|
|
127
|
+
releasedAt: '2025-12-23',
|
|
128
|
+
settings: {
|
|
129
|
+
extendParams: ['enableReasoning'],
|
|
130
|
+
searchImpl: 'params',
|
|
131
|
+
},
|
|
132
|
+
type: 'chat',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
abilities: {
|
|
136
|
+
functionCall: true,
|
|
137
|
+
reasoning: true,
|
|
138
|
+
search: true,
|
|
139
|
+
},
|
|
140
|
+
contextWindowTokens: 200_000,
|
|
141
|
+
description:
|
|
142
|
+
'The flagship model of Zhipu, GLM-4.6, surpasses its predecessor in all aspects of advanced coding, long text processing, reasoning, and intelligent agent capabilities.',
|
|
90
143
|
displayName: 'GLM-4.6',
|
|
91
144
|
enabled: true,
|
|
92
145
|
id: 'z-ai/glm-4.6',
|