@lobehub/chat 1.94.14 → 1.94.15

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.94.15](https://github.com/lobehub/lobe-chat/compare/v1.94.14...v1.94.15)
6
+
7
+ <sup>Released on **2025-06-19**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Update model card for Gemini 2.5 Pro via OpenRouter.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Update model card for Gemini 2.5 Pro via OpenRouter, closes [#8129](https://github.com/lobehub/lobe-chat/issues/8129) ([c96d9ef](https://github.com/lobehub/lobe-chat/commit/c96d9ef))
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.94.14](https://github.com/lobehub/lobe-chat/compare/v1.94.13...v1.94.14)
6
31
 
7
32
  <sup>Released on **2025-06-19**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,13 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "improvements": [
5
+ "Update model card for Gemini 2.5 Pro via OpenRouter."
6
+ ]
7
+ },
8
+ "date": "2025-06-19",
9
+ "version": "1.94.15"
10
+ },
2
11
  {
3
12
  "children": {
4
13
  "improvements": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.94.14",
3
+ "version": "1.94.15",
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",
@@ -175,25 +175,6 @@ const openrouterChatModels: AIChatModelCard[] = [
175
175
  id: 'thudm/glm-4-9b:free',
176
176
  type: 'chat',
177
177
  },
178
- {
179
- abilities: {
180
- functionCall: true,
181
- reasoning: true,
182
- vision: true,
183
- },
184
- contextWindowTokens: 1_048_576,
185
- description:
186
- 'Gemini 2.5 Pro 是 Google 最先进的 AI 模型,专为高级推理、编码、数学和科学任务而设计。它采用“思考”能力,使其能够以更高的准确性和细致的上下文处理来推理响应。Gemini 2.5 Pro 在多个基准测试中取得了顶级性能,包括在 LMArena 排行榜上排名第一,反映了卓越的人类偏好对齐和复杂问题解决能力。',
187
- displayName: 'Gemini 2.5 Pro Preview',
188
- id: 'google/gemini-2.5-pro-preview-03-25',
189
- maxOutput: 65_535,
190
- pricing: {
191
- cachedInput: 0.625,
192
- input: 1.25,
193
- output: 10,
194
- },
195
- type: 'chat',
196
- },
197
178
  {
198
179
  abilities: {
199
180
  reasoning: true,
@@ -246,6 +227,24 @@ const openrouterChatModels: AIChatModelCard[] = [
246
227
  },
247
228
  type: 'chat',
248
229
  },
230
+ {
231
+ abilities: {
232
+ functionCall: true,
233
+ reasoning: true,
234
+ vision: true,
235
+ },
236
+ contextWindowTokens: 1_048_576,
237
+ description:
238
+ 'Gemini 2.5 Pro Preview 是 Google 最先进的思维模型,能够对代码、数学和STEM领域的复杂问题进行推理,以及使用长上下文分析大型数据集、代码库和文档。',
239
+ displayName: 'Gemini 2.5 Pro Preview',
240
+ id: 'google/gemini-2.5-pro-preview',
241
+ maxOutput: 65_536,
242
+ pricing: {
243
+ input: 1.25,
244
+ output: 10,
245
+ },
246
+ type: 'chat',
247
+ },
249
248
  {
250
249
  abilities: {
251
250
  functionCall: true,