Skip to content

Commit 4b57d8a

Browse files
committed
Merge branch 'main' of https://github.com/lobehub/lobe-chat
2 parents f30d658 + 1257d90 commit 4b57d8a

File tree

11 files changed

+287
-38
lines changed

11 files changed

+287
-38
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,81 @@
22

33
# Changelog
44

5+
### [Version 1.106.8](https://github.com/lobehub/lobe-chat/compare/v1.106.7...v1.106.8)
6+
7+
<sup>Released on **2025-07-31**</sup>
8+
9+
#### 💄 Styles
10+
11+
- **misc**: Support SenseNova V6.5 models.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### Styles
19+
20+
- **misc**: Support SenseNova V6.5 models, closes [#8569](https://github.com/lobehub/lobe-chat/issues/8569) ([411ed7e](https://github.com/lobehub/lobe-chat/commit/411ed7e))
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+
30+
### [Version 1.106.7](https://github.com/lobehub/lobe-chat/compare/v1.106.6...v1.106.7)
31+
32+
<sup>Released on **2025-07-31**</sup>
33+
34+
#### 💄 Styles
35+
36+
- **misc**: Update Aliyun Bailian models.
37+
38+
<br/>
39+
40+
<details>
41+
<summary><kbd>Improvements and Fixes</kbd></summary>
42+
43+
#### Styles
44+
45+
- **misc**: Update Aliyun Bailian models, closes [#8612](https://github.com/lobehub/lobe-chat/issues/8612) ([433e679](https://github.com/lobehub/lobe-chat/commit/433e679))
46+
47+
</details>
48+
49+
<div align="right">
50+
51+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
52+
53+
</div>
54+
55+
### [Version 1.106.6](https://github.com/lobehub/lobe-chat/compare/v1.106.5...v1.106.6)
56+
57+
<sup>Released on **2025-07-31**</sup>
58+
59+
#### 🐛 Bug Fixes
60+
61+
- **misc**: Fix oidc oauth callback pages 404.
62+
63+
<br/>
64+
65+
<details>
66+
<summary><kbd>Improvements and Fixes</kbd></summary>
67+
68+
#### What's fixed
69+
70+
- **misc**: Fix oidc oauth callback pages 404, closes [#8620](https://github.com/lobehub/lobe-chat/issues/8620) ([d136b6e](https://github.com/lobehub/lobe-chat/commit/d136b6e))
71+
72+
</details>
73+
74+
<div align="right">
75+
76+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
77+
78+
</div>
79+
580
### [Version 1.106.5](https://github.com/lobehub/lobe-chat/compare/v1.106.4...v1.106.5)
681

782
<sup>Released on **2025-07-30**</sup>

changelog/v1.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
[
2+
{
3+
"children": {
4+
"improvements": ["Support SenseNova V6.5 models."]
5+
},
6+
"date": "2025-07-31",
7+
"version": "1.106.8"
8+
},
9+
{
10+
"children": {
11+
"improvements": ["Update Aliyun Bailian models."]
12+
},
13+
"date": "2025-07-31",
14+
"version": "1.106.7"
15+
},
16+
{
17+
"children": {
18+
"fixes": ["Fix oidc oauth callback pages 404."]
19+
},
20+
"date": "2025-07-31",
21+
"version": "1.106.6"
22+
},
223
{
324
"children": {
425
"improvements": ["Improve mcp plugin calling and display."]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "1.106.5",
3+
"version": "1.106.8",
44
"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.",
55
"keywords": [
66
"framework",

src/app/[variants]/oauth/callback/layout.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/config/aiModels/qwen.ts

Lines changed: 68 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { AIChatModelCard, AIImageModelCard } from '@/types/aiModel';
55
const qwenChatModels: AIChatModelCard[] = [
66
{
77
abilities: {
8-
functionCall: true,
8+
search: true,
99
},
1010
contextWindowTokens: 131_072,
1111
description:
@@ -21,6 +21,9 @@ const qwenChatModels: AIChatModelCard[] = [
2121
output: 16,
2222
},
2323
releasedAt: '2025-07-17',
24+
settings: {
25+
searchImpl: 'params',
26+
},
2427
type: 'chat',
2528
},
2629
{
@@ -45,6 +48,23 @@ const qwenChatModels: AIChatModelCard[] = [
4548
releasedAt: '2025-07-23',
4649
type: 'chat',
4750
},
51+
{
52+
abilities: {
53+
functionCall: true,
54+
},
55+
contextWindowTokens: 262_144,
56+
description: '通义千问代码模型开源版。最新的 qwen3-coder-480b-a35b-instruct 是基于 Qwen3 的代码生成模型,具有强大的Coding Agent能力,擅长工具调用和环境交互,能够实现自主编程、代码能力卓越的同时兼具通用能力。',
57+
displayName: 'Qwen3 Coder 480B A35B',
58+
id: 'qwen3-coder-480b-a35b-instruct',
59+
maxOutput: 65_536,
60+
organization: 'Qwen',
61+
pricing: {
62+
currency: 'CNY',
63+
input: 9, // tokens 32K ~ 128K
64+
output: 36,
65+
},
66+
type: 'chat',
67+
},
4868
{
4969
abilities: {
5070
functionCall: true,
@@ -64,6 +84,9 @@ const qwenChatModels: AIChatModelCard[] = [
6484
output: 20,
6585
},
6686
releasedAt: '2025-07-25',
87+
settings: {
88+
extendParams: ['reasoningBudgetToken'],
89+
},
6790
type: 'chat',
6891
},
6992
{
@@ -86,6 +109,50 @@ const qwenChatModels: AIChatModelCard[] = [
86109
releasedAt: '2025-07-22',
87110
type: 'chat',
88111
},
112+
{
113+
abilities: {
114+
functionCall: true,
115+
reasoning: true,
116+
},
117+
contextWindowTokens: 131_072,
118+
description:
119+
'基于Qwen3的思考模式开源模型,相较上一版本(通义千问3-30B-A3B)逻辑能力、通用能力、知识增强及创作能力均有大幅提升,适用于高难度强推理场景。',
120+
displayName: 'Qwen3 30B A3B Thinking 2507',
121+
enabled: true,
122+
id: 'qwen3-30b-a3b-thinking-2507',
123+
maxOutput: 32_768,
124+
organization: 'Qwen',
125+
pricing: {
126+
currency: 'CNY',
127+
input: 0.75,
128+
output: 7.5,
129+
},
130+
releasedAt: '2025-07-30',
131+
settings: {
132+
extendParams: ['reasoningBudgetToken'],
133+
},
134+
type: 'chat',
135+
},
136+
{
137+
abilities: {
138+
functionCall: true,
139+
},
140+
contextWindowTokens: 131_072,
141+
description:
142+
'相较上一版本(Qwen3-30B-A3B)中英文和多语言整体通用能力有大幅提升。主观开放类任务专项优化,显著更加符合用户偏好,能够提供更有帮助性的回复。',
143+
displayName: 'Qwen3 30B A3B Instruct 2507',
144+
enabled: true,
145+
id: 'qwen3-30b-a3b-instruct-2507',
146+
maxOutput: 32_768,
147+
organization: 'Qwen',
148+
pricing: {
149+
currency: 'CNY',
150+
input: 0.75,
151+
output: 3,
152+
},
153+
releasedAt: '2025-07-29',
154+
type: 'chat',
155+
},
89156
{
90157
abilities: {
91158
functionCall: true,
@@ -797,20 +864,6 @@ const qwenChatModels: AIChatModelCard[] = [
797864
releasedAt: '2025-07-23',
798865
type: 'chat',
799866
},
800-
{
801-
contextWindowTokens: 262_144,
802-
description: '通义千问代码模型开源版。最新的 qwen3-coder-480b-a35b-instruct 是基于 Qwen3 的代码生成模型,具有强大的Coding Agent能力,擅长工具调用和环境交互,能够实现自主编程、代码能力卓越的同时兼具通用能力。',
803-
displayName: 'Qwen3 Coder 480B A35B',
804-
id: 'qwen3-coder-480b-a35b-instruct',
805-
maxOutput: 65_536,
806-
organization: 'Qwen',
807-
pricing: {
808-
currency: 'CNY',
809-
input: 9, // tokens 32K ~ 128K
810-
output: 36,
811-
},
812-
type: 'chat',
813-
},
814867
{
815868
contextWindowTokens: 131_072,
816869
description: '通义千问代码模型开源版。',

src/config/aiModels/sensenova.ts

Lines changed: 82 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,88 @@ import { AIChatModelCard } from '@/types/aiModel';
44
// https://www.sensecore.cn/help/docs/model-as-a-service/nova/release
55

66
const sensenovaChatModels: AIChatModelCard[] = [
7+
{
8+
abilities: {
9+
reasoning: true,
10+
vision: true,
11+
},
12+
contextWindowTokens: 131_072,
13+
description: '通过对多模态、语言及推理数据的全面更新与训练策略的优化,新模型在多模态推理和泛化指令跟随能力上实现了显著提升,支持高达128k的上下文窗口,并在OCR与文旅IP识别等专项任务中表现卓越。',
14+
displayName: 'SenseNova V6.5 Pro',
15+
enabled: true,
16+
id: 'SenseNova-V6-5-Pro',
17+
pricing: {
18+
currency: 'CNY',
19+
input: 3,
20+
output: 9,
21+
},
22+
releasedAt: '2025-07-23',
23+
settings: {
24+
extendParams: ['enableReasoning'],
25+
},
26+
type: 'chat',
27+
},
28+
{
29+
abilities: {
30+
reasoning: true,
31+
vision: true,
32+
},
33+
contextWindowTokens: 131_072,
34+
description: '通过对多模态、语言及推理数据的全面更新与训练策略的优化,新模型在多模态推理和泛化指令跟随能力上实现了显著提升,支持高达128k的上下文窗口,并在OCR与文旅IP识别等专项任务中表现卓越。',
35+
displayName: 'SenseNova V6.5 Turbo',
36+
enabled: true,
37+
id: 'SenseNova-V6-5-Turbo',
38+
pricing: {
39+
currency: 'CNY',
40+
input: 1.5,
41+
output: 4.5,
42+
},
43+
releasedAt: '2025-07-23',
44+
settings: {
45+
extendParams: ['enableReasoning'],
46+
},
47+
type: 'chat',
48+
},
49+
{
50+
abilities: {
51+
reasoning: true,
52+
},
53+
contextWindowTokens: 32_768,
54+
description: 'Qwen3-235B-A22B,MoE(混合专家模型)模型,引入了“混合推理模式”,支持用户在“思考模式”和“非思考模式”之间无缝切换,支持119种语言和方言理解与推理,并具备强大的工具调用能力,在综合能力、代码与数学、多语言能力、知识与推理等多项基准测试中,都能与DeepSeek R1、OpenAI o1、o3-mini、Grok 3和谷歌Gemini 2.5 Pro等目前市场上的主流大模型竞争。',
55+
displayName: 'Qwen3 235B A22B',
56+
id: 'Qwen3-235B',
57+
organization: 'Qwen',
58+
pricing: {
59+
currency: 'CNY',
60+
input: 0,
61+
output: 0,
62+
},
63+
releasedAt: '2025-05-27',
64+
settings: {
65+
extendParams: ['enableReasoning'],
66+
},
67+
type: 'chat',
68+
},
69+
{
70+
abilities: {
71+
reasoning: true,
72+
},
73+
contextWindowTokens: 32_768,
74+
description: 'Qwen3-32B,稠密模型(Dense Model),引入了“混合推理模式”,支持用户在“思考模式”和“非思考模式”之间无缝切换,由于模型架构改进、训练数据增加以及更有效的训练方法,整体性能与Qwen2.5-72B表现相当。',
75+
displayName: 'Qwen3 32B',
76+
id: 'Qwen3-32B',
77+
organization: 'Qwen',
78+
pricing: {
79+
currency: 'CNY',
80+
input: 0,
81+
output: 0,
82+
},
83+
releasedAt: '2025-05-27',
84+
settings: {
85+
extendParams: ['enableReasoning'],
86+
},
87+
type: 'chat',
88+
},
789
{
890
abilities: {
991
reasoning: true,
@@ -12,7 +94,6 @@ const sensenovaChatModels: AIChatModelCard[] = [
1294
contextWindowTokens: 32_768,
1395
description: '兼顾视觉、语言深度推理,实现慢思考和深度推理,呈现完整的思维链过程。',
1496
displayName: 'SenseNova V6 Reasoner',
15-
enabled: true,
1697
id: 'SenseNova-V6-Reasoner',
1798
pricing: {
1899
currency: 'CNY',
@@ -30,7 +111,6 @@ const sensenovaChatModels: AIChatModelCard[] = [
30111
description:
31112
'实现图片、文本、视频能力的原生统一,突破传统多模态分立局限,在多模基础能力、语言基础能力等核心维度全面领先,文理兼修,在多项测评中多次位列国内外第一梯队水平。',
32113
displayName: 'SenseNova V6 Turbo',
33-
enabled: true,
34114
id: 'SenseNova-V6-Turbo',
35115
pricing: {
36116
currency: 'CNY',
@@ -48,7 +128,6 @@ const sensenovaChatModels: AIChatModelCard[] = [
48128
description:
49129
'实现图片、文本、视频能力的原生统一,突破传统多模态分立局限,在OpenCompass和SuperCLUE评测中斩获双冠军。',
50130
displayName: 'SenseNova V6 Pro',
51-
enabled: true,
52131
id: 'SenseNova-V6-Pro',
53132
pricing: {
54133
currency: 'CNY',

src/config/aiModels/siliconcloud.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,24 @@ const siliconcloudChatModels: AIChatModelCard[] = [
202202
releasedAt: '2025-07-21',
203203
type: 'chat',
204204
},
205+
{
206+
abilities: {
207+
functionCall: true,
208+
},
209+
contextWindowTokens: 262_144,
210+
description:
211+
'Qwen3-30B-A3B-Instruct-2507 是 Qwen3-30B-A3B 非思考模式的更新版本。这是一个拥有 305 亿总参数和 33 亿激活参数的混合专家(MoE)模型。该模型在多个方面进行了关键增强,包括显著提升了指令遵循、逻辑推理、文本理解、数学、科学、编码和工具使用等通用能力。同时,它在多语言的长尾知识覆盖范围上取得了实质性进展,并能更好地与用户在主观和开放式任务中的偏好对齐,从而能够生成更有帮助的回复和更高质量的文本。此外,该模型的长文本理解能力也增强到了 256K。此模型仅支持非思考模式,其输出中不会生成 `<think></think>` 标签。',
212+
displayName: 'Qwen3 30B A3B Instruct 2507',
213+
id: 'Qwen/Qwen3-30B-A3B-Instruct-2507',
214+
organization: 'Qwen',
215+
pricing: {
216+
currency: 'CNY',
217+
input: 0.7,
218+
output: 2.8,
219+
},
220+
releasedAt: '2025-07-29',
221+
type: 'chat',
222+
},
205223
{
206224
abilities: {
207225
functionCall: true,

0 commit comments

Comments
 (0)