@lobehub/chat 1.128.1 → 1.128.3

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.
Files changed (91) hide show
  1. package/.cursor/rules/i18n.mdc +97 -95
  2. package/CHANGELOG.md +51 -0
  3. package/changelog/v1.json +18 -0
  4. package/locales/ar/models.json +6 -0
  5. package/locales/bg-BG/models.json +6 -0
  6. package/locales/de-DE/models.json +6 -0
  7. package/locales/en-US/models.json +6 -0
  8. package/locales/es-ES/models.json +6 -0
  9. package/locales/fa-IR/models.json +6 -0
  10. package/locales/fr-FR/models.json +6 -0
  11. package/locales/it-IT/models.json +6 -0
  12. package/locales/ja-JP/models.json +6 -0
  13. package/locales/ko-KR/models.json +6 -0
  14. package/locales/nl-NL/models.json +6 -0
  15. package/locales/pl-PL/models.json +6 -0
  16. package/locales/pt-BR/models.json +6 -0
  17. package/locales/ru-RU/models.json +6 -0
  18. package/locales/tr-TR/models.json +6 -0
  19. package/locales/vi-VN/models.json +6 -0
  20. package/locales/zh-CN/models.json +6 -0
  21. package/locales/zh-TW/models.json +6 -0
  22. package/package.json +2 -2
  23. package/packages/const/src/auth.ts +1 -1
  24. package/packages/database/package.json +4 -2
  25. package/packages/database/src/index.ts +1 -0
  26. package/packages/database/src/repositories/dataExporter/index.test.ts +3 -3
  27. package/packages/model-bank/src/aiModels/deepseek.ts +4 -4
  28. package/packages/model-bank/src/aiModels/google.ts +30 -6
  29. package/packages/model-bank/src/aiModels/groq.ts +1 -19
  30. package/packages/model-bank/src/aiModels/modelscope.ts +24 -18
  31. package/packages/model-bank/src/aiModels/novita.ts +71 -5
  32. package/packages/model-bank/src/aiModels/qwen.ts +87 -2
  33. package/packages/model-bank/src/aiModels/siliconcloud.ts +65 -2
  34. package/packages/model-bank/src/aiModels/volcengine.ts +4 -3
  35. package/packages/model-runtime/src/utils/modelParse.ts +4 -4
  36. package/src/app/(backend)/_deprecated/createBizOpenAI/createAzureOpenai.ts +1 -1
  37. package/src/app/(backend)/_deprecated/createBizOpenAI/createOpenai.ts +1 -1
  38. package/src/app/(backend)/api/webhooks/casdoor/route.ts +1 -1
  39. package/src/app/(backend)/api/webhooks/casdoor/validateRequest.ts +1 -1
  40. package/src/app/(backend)/api/webhooks/clerk/route.ts +1 -1
  41. package/src/app/(backend)/api/webhooks/logto/route.ts +1 -1
  42. package/src/app/(backend)/api/webhooks/logto/validateRequest.ts +1 -1
  43. package/src/{config → envs}/__tests__/analytics.test.ts +1 -1
  44. package/src/{config → envs}/__tests__/app.test.ts +1 -1
  45. package/src/{config → envs}/__tests__/client.test.ts +1 -1
  46. package/src/layout/AuthProvider/index.tsx +1 -1
  47. package/src/libs/next-auth/auth.config.ts +1 -1
  48. package/src/libs/next-auth/sso-providers/auth0.ts +1 -1
  49. package/src/libs/next-auth/sso-providers/authelia.ts +1 -1
  50. package/src/libs/next-auth/sso-providers/authentik.ts +1 -1
  51. package/src/libs/next-auth/sso-providers/azure-ad.ts +1 -1
  52. package/src/libs/next-auth/sso-providers/cloudflare-zero-trust.ts +1 -1
  53. package/src/libs/next-auth/sso-providers/generic-oidc.ts +1 -1
  54. package/src/libs/next-auth/sso-providers/github.ts +1 -1
  55. package/src/libs/next-auth/sso-providers/logto.ts +1 -1
  56. package/src/libs/next-auth/sso-providers/microsoft-entra-id-helper.ts +1 -1
  57. package/src/libs/next-auth/sso-providers/zitadel.ts +1 -1
  58. package/src/libs/oidc-provider/adapter.ts +4 -5
  59. package/src/libs/oidc-provider/provider.ts +1 -1
  60. package/src/libs/trpc/async/asyncAuth.ts +1 -1
  61. package/src/libs/trpc/async/context.ts +1 -1
  62. package/src/middleware.ts +1 -1
  63. package/src/server/globalConfig/_deprecated.test.ts +1 -1
  64. package/src/server/globalConfig/_deprecated.ts +1 -1
  65. package/src/server/globalConfig/genServerAiProviderConfig.test.ts +2 -2
  66. package/src/server/globalConfig/genServerAiProviderConfig.ts +1 -1
  67. package/src/server/globalConfig/index.ts +2 -2
  68. package/src/server/modules/ModelRuntime/apiKeyManager.ts +1 -1
  69. package/src/server/modules/ModelRuntime/index.test.ts +1 -1
  70. package/src/server/modules/ModelRuntime/index.ts +1 -1
  71. package/src/server/modules/S3/index.ts +1 -1
  72. package/src/server/routers/async/file.ts +1 -1
  73. package/src/server/services/agent/index.ts +2 -1
  74. package/src/server/services/aiChat/index.test.ts +1 -1
  75. package/src/server/services/aiChat/index.ts +2 -1
  76. package/src/server/services/chunk/index.ts +1 -1
  77. package/src/server/services/document/index.ts +1 -1
  78. package/src/server/services/file/impls/s3.test.ts +13 -13
  79. package/src/server/services/file/impls/s3.ts +1 -1
  80. package/src/server/services/file/index.ts +1 -1
  81. package/src/server/services/generation/index.ts +1 -1
  82. package/src/server/services/nextAuthUser/index.ts +1 -1
  83. package/src/server/services/user/index.test.ts +1 -1
  84. package/src/server/services/user/index.ts +1 -1
  85. package/src/services/__tests__/upload.test.ts +1 -1
  86. package/src/services/file/_deprecated.test.ts +1 -1
  87. package/src/services/upload.ts +1 -1
  88. /package/src/{config → envs}/__tests__/auth.test.ts +0 -0
  89. /package/src/{config → envs}/auth.ts +0 -0
  90. /package/src/{config → envs}/file.ts +0 -0
  91. /package/src/{config → envs}/llm.ts +0 -0
@@ -2,117 +2,115 @@
2
2
  globs: *.tsx
3
3
  alwaysApply: false
4
4
  ---
5
- # LobeChat 国际化指南
5
+ # LobeChat Internationalization Guide
6
6
 
7
- ## 架构概览
7
+ ## Key Points
8
8
 
9
- LobeChat 使用 react-i18next 进行国际化,采用良好的命名空间架构:
9
+ - Default language: Chinese (zh-CN) as the source language
10
+ - Supported languages: 18 languages including English, Japanese, Korean, Arabic, etc.
11
+ - Framework: react-i18next with Next.js app router
12
+ - Translation automation: @lobehub/i18n-cli for automatic translation, config file: .i18nrc.js
13
+ - Never manually modify any json file. You can only modify files in `default` folder
10
14
 
11
- - 默认语言:中文(zh-CN),作为源语言
12
- - 支持语言:18 种语言,包括英语、日语、韩语、阿拉伯语等
13
- - 框架:react-i18next 配合 Next.js app router
14
- - 翻译自动化:@lobehub/i18n-cli 用于自动翻译,配置文件:.i18nrc.js
15
-
16
- ## 目录结构
15
+ ## Directory Structure
17
16
 
18
17
  ```
19
18
  src/locales/
20
- ├── default/ # 源语言文件(zh-CN
21
- │ ├── index.ts # 命名空间导出
22
- │ ├── common.ts # 通用翻译
23
- │ ├── chat.ts # 聊天相关翻译
24
- │ ├── setting.ts # 设置翻译
25
- │ └── ... # 其他命名空间文件
26
- └── resources.ts # 类型定义和语言配置
27
-
28
- locales/ # 翻译文件
29
- ├── en-US/ # 英语翻译
30
- │ ├── common.json # 通用翻译
31
- │ ├── chat.json # 聊天翻译
32
- │ ├── setting.json # 设置翻译
33
- │ └── ... # 其他命名空间 JSON 文件
34
- ├── ja-JP/ # 日语翻译
19
+ ├── default/ # Source language files (zh-CN)
20
+ │ ├── index.ts # Namespace exports
21
+ │ ├── common.ts # Common translations
22
+ │ ├── chat.ts # Chat-related translations
23
+ │ ├── setting.ts # Settings translations
24
+ │ └── ... # Other namespace files
25
+ └── resources.ts # Type definitions and language configuration
26
+
27
+ locales/ # Translation files
28
+ ├── en-US/ # English translations
29
+ │ ├── common.json # Common translations
30
+ │ ├── chat.json # Chat translations
31
+ │ ├── setting.json # Settings translations
32
+ │ └── ... # Other namespace JSON files
33
+ ├── ja-JP/ # Japanese translations
35
34
  │ ├── common.json
36
35
  │ ├── chat.json
37
36
  │ └── ...
38
- └── ... # 其他语言文件夹
37
+ └── ... # Other language folders
39
38
  ```
40
39
 
41
- ## 添加新翻译的工作流程
40
+ ## Workflow for Adding New Translations
42
41
 
43
- ### 1. 添加新的翻译键
42
+ ### 1. Adding New Translation Keys
44
43
 
45
- 第一步:在 src/locales/default 目录下的相应命名空间文件中添加翻译键
44
+ Step 1: Add translation keys in the corresponding namespace files under src/locales/default directory
46
45
 
47
46
  ```typescript
48
- // 示例:src/locales/default/common.ts
47
+ // Example: src/locales/default/common.ts
49
48
  export default {
50
- // ... 现有键
51
- newFeature: {
52
- title: "新功能标题",
53
- description: "功能描述文案",
54
- button: "操作按钮",
55
- },
49
+ // ... existing keys
50
+ newFeature: {
51
+ title: '新功能标题',
52
+ description: '功能描述文案',
53
+ button: '操作按钮',
54
+ },
56
55
  };
57
56
  ```
58
57
 
59
- 第二步:如果创建新命名空间,需要在 src/locales/default/index.ts 中导出
58
+ Step 2: If creating a new namespace, export it in src/locales/default/index.ts
60
59
 
61
60
  ```typescript
62
- import newNamespace from "./newNamespace";
61
+ import newNamespace from './newNamespace';
63
62
 
64
63
  const resources = {
65
- // ... 现有命名空间
66
- newNamespace,
64
+ // ... existing namespaces
65
+ newNamespace,
67
66
  } as const;
68
67
  ```
69
68
 
70
- ### 2. 翻译过程
69
+ ### 2. Translation Process
71
70
 
72
- 开发模式:
71
+ Development mode:
73
72
 
74
- 一般情况下不需要你帮我跑自动翻译工具,跑一次很久,需要的时候我会自己跑。
75
- 但是为了立马能看到效果,还是需要先翻译 `locales/zh-CN/namespace.json`,不需要翻译其它语言。
73
+ Generally, you don't need to help me run the automatic translation tool as it takes a long time. I'll run it myself when needed. However, to see immediate results, you still need to translate `locales/zh-CN/namespace.json` first, no need to translate other languages.
76
74
 
77
- 生产模式:
75
+ Production mode:
78
76
 
79
77
  ```bash
80
- # 为所有语言生成翻译
78
+ # Generate translations for all languages
81
79
  npm run i18n
82
80
  ```
83
81
 
84
- ## 在组件中使用
82
+ ## Usage in Components
85
83
 
86
- ### 基本用法
84
+ ### Basic Usage
87
85
 
88
86
  ```tsx
89
- import { useTranslation } from "react-i18next";
87
+ import { useTranslation } from 'react-i18next';
90
88
 
91
89
  const MyComponent = () => {
92
- const { t } = useTranslation("common");
93
-
94
- return (
95
- <div>
96
- <h1>{t("newFeature.title")}</h1>
97
- <p>{t("newFeature.description")}</p>
98
- <button>{t("newFeature.button")}</button>
99
- </div>
100
- );
90
+ const { t } = useTranslation('common');
91
+
92
+ return (
93
+ <div>
94
+ <h1>{t('newFeature.title')}</h1>
95
+ <p>{t('newFeature.description')}</p>
96
+ <button>{t('newFeature.button')}</button>
97
+ </div>
98
+ );
101
99
  };
102
100
  ```
103
101
 
104
- ### 带参数的用法
102
+ ### Usage with Parameters
105
103
 
106
104
  ```tsx
107
- const { t } = useTranslation("common");
105
+ const { t } = useTranslation('common');
108
106
 
109
- <p>{t("welcome.message", { name: "John" })}</p>;
107
+ <p>{t('welcome.message', { name: 'John' })}</p>;
110
108
 
111
- // 对应的语言文件:
112
- // welcome: { message: '欢迎 {{name}} 使用!' }
109
+ // Corresponding language file:
110
+ // welcome: { message: 'Welcome {{name}}!' }
113
111
  ```
114
112
 
115
- ### 多个命名空间
113
+ ### Multiple Namespaces
116
114
 
117
115
  ```tsx
118
116
  const { t } = useTranslation(['common', 'chat']);
@@ -121,59 +119,63 @@ const { t } = useTranslation(['common', 'chat']);
121
119
  <span>{t('chat:typing')}</span>
122
120
  ```
123
121
 
124
- ## 类型安全
122
+ ## Type Safety
125
123
 
126
- 项目使用 TypeScript 实现类型安全的翻译,类型从 src/locales/resources.ts 自动生成:
124
+ The project uses TypeScript to implement type-safe translations, with types automatically generated from src/locales/resources.ts:
127
125
 
128
126
  ```typescript
129
- import type { DefaultResources, NS, Locales } from "@/locales/resources";
127
+ import type { DefaultResources, Locales, NS } from '@/locales/resources';
130
128
 
131
- // 可用类型:
132
- // - NS: 可用命名空间键 ('common' | 'chat' | 'setting' | ...)
133
- // - Locales: 支持的语言代码 ('en-US' | 'zh-CN' | 'ja-JP' | ...)
129
+ // Available types:
130
+ // - NS: Available namespace keys ('common' | 'chat' | 'setting' | ...)
131
+ // - Locales: Supported language codes ('en-US' | 'zh-CN' | 'ja-JP' | ...)
134
132
 
135
- const namespace: NS = "common";
136
- const locale: Locales = "en-US";
133
+ const namespace: NS = 'common';
134
+ const locale: Locales = 'en-US';
137
135
  ```
138
136
 
139
- ## 最佳实践
137
+ ## Best Practices
140
138
 
141
- ### 1. 命名空间组织
139
+ ### 1. Namespace Organization
142
140
 
143
- - common: 共享 UI 元素(按钮、标签、操作)
144
- - chat: 聊天特定功能
145
- - setting: 配置和设置
146
- - error: 错误消息和处理
147
- - [feature]: 功能特定或页面特定的命名空间
148
- - components: 可复用组件文案
141
+ - common: Shared UI elements (buttons, labels, actions)
142
+ - chat: Chat-specific functionality
143
+ - setting: Configuration and settings
144
+ - error: Error messages and handling
145
+ - [feature]: Feature-specific or page-specific namespaces
146
+ - components: Reusable component text
149
147
 
150
- ### 2. 键命名约定
148
+ ### 2. Key Naming Conventions
151
149
 
152
150
  ```typescript
153
- // ✅ 好:层次结构
151
+ // ✅ Good: Hierarchical structure
154
152
  export default {
155
- modal: {
156
- confirm: {
157
- title: "确认操作",
158
- message: "确定要执行此操作吗?",
159
- actions: {
160
- confirm: "确认",
161
- cancel: "取消",
162
- },
163
- },
153
+ modal: {
154
+ confirm: {
155
+ title: '确认操作',
156
+ message: '确定要执行此操作吗?',
157
+ actions: {
158
+ confirm: '确认',
159
+ cancel: '取消',
160
+ },
164
161
  },
162
+ },
165
163
  };
166
164
 
167
- // ❌ 避免:扁平结构
165
+ // ❌ Avoid: Flat structure
168
166
  export default {
169
- modalConfirmTitle: "确认操作",
170
- modalConfirmMessage: "确定要执行此操作吗?",
167
+ modalConfirmTitle: '确认操作',
168
+ modalConfirmMessage: '确定要执行此操作吗?',
171
169
  };
172
170
  ```
173
171
 
174
- ## 故障排除
172
+ ## Troubleshooting
173
+
174
+ ### Missing Translation Keys
175
175
 
176
- ### 缺少翻译键
176
+ - Check if the key exists in src/locales/default/namespace.ts
177
+ - Ensure the namespace is correctly imported in the component
178
+ - Ensure new namespaces are exported in src/locales/default/index.ts
177
179
 
178
180
  - 检查键是否存在于 src/locales/default/namespace.ts 中
179
181
  - 确保在组件中正确导入命名空间
package/CHANGELOG.md CHANGED
@@ -2,6 +2,57 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.128.3](https://github.com/lobehub/lobe-chat/compare/v1.128.2...v1.128.3)
6
+
7
+ <sup>Released on **2025-09-13**</sup>
8
+
9
+ #### 🐛 Bug Fixes
10
+
11
+ - **misc**: Fix open chat page with float link modal.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### What's fixed
19
+
20
+ - **misc**: Fix open chat page with float link modal, closes [#9235](https://github.com/lobehub/lobe-chat/issues/9235) ([2c677e5](https://github.com/lobehub/lobe-chat/commit/2c677e5))
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.128.2](https://github.com/lobehub/lobe-chat/compare/v1.128.1...v1.128.2)
31
+
32
+ <sup>Released on **2025-09-13**</sup>
33
+
34
+ #### 💄 Styles
35
+
36
+ - **misc**: Update i18n, Update model configs.
37
+
38
+ <br/>
39
+
40
+ <details>
41
+ <summary><kbd>Improvements and Fixes</kbd></summary>
42
+
43
+ #### Styles
44
+
45
+ - **misc**: Update i18n, closes [#9237](https://github.com/lobehub/lobe-chat/issues/9237) ([642dc3b](https://github.com/lobehub/lobe-chat/commit/642dc3b))
46
+ - **misc**: Update model configs, closes [#9170](https://github.com/lobehub/lobe-chat/issues/9170) ([f89b730](https://github.com/lobehub/lobe-chat/commit/f89b730))
47
+
48
+ </details>
49
+
50
+ <div align="right">
51
+
52
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
53
+
54
+ </div>
55
+
5
56
  ### [Version 1.128.1](https://github.com/lobehub/lobe-chat/compare/v1.128.0...v1.128.1)
6
57
 
7
58
  <sup>Released on **2025-09-12**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,22 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "fixes": [
5
+ "Fix open chat page with float link modal."
6
+ ]
7
+ },
8
+ "date": "2025-09-13",
9
+ "version": "1.128.3"
10
+ },
11
+ {
12
+ "children": {
13
+ "improvements": [
14
+ "Update i18n, Update model configs."
15
+ ]
16
+ },
17
+ "date": "2025-09-13",
18
+ "version": "1.128.2"
19
+ },
2
20
  {
3
21
  "children": {
4
22
  "improvements": [
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "نسخة المعاينة لنموذج Qwen 3 Max من سلسلة Tongyi Qianwen، مع تحسينات كبيرة في القدرات العامة مقارنة بسلسلة 2.5، بما في ذلك فهم النصوص العامة باللغتين الصينية والإنجليزية، الالتزام بالتعليمات المعقدة، المهام المفتوحة الذاتية، القدرات متعددة اللغات، واستدعاء الأدوات؛ مع تقليل الأوهام المعرفية للنموذج."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "نموذج مفتوح المصدر من الجيل الجديد لوضع عدم التفكير مبني على Qwen3، يتميز بفهم أفضل للنصوص الصينية مقارنة بالإصدار السابق (Tongyi Qianwen 3-235B-A22B-Instruct-2507)، مع تعزيز في قدرات الاستدلال المنطقي وأداء أفضل في مهام توليد النصوص."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "نموذج مفتوح المصدر من الجيل الجديد لوضع التفكير مبني على Qwen3، يتميز بتحسين في الالتزام بالتعليمات مقارنة بالإصدار السابق (Tongyi Qianwen 3-235B-A22B-Thinking-2507)، مع ردود ملخصة وأكثر إيجازًا من النموذج."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ هو نموذج بحث تجريبي يركز على تحسين قدرات الاستدلال للذكاء الاصطناعي."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Preview версия на Max модела от серията Qwen 3, с голямо подобрение спрямо серия 2.5 в общите универсални способности, разбиране на текст на китайски и английски, следване на сложни инструкции, субективни отворени задачи, многоезични способности и използване на инструменти; моделът има по-малко халюцинации на знания."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Базирано на Qwen3, ново поколение отворен модел без мисловен режим, който предлага по-добро разбиране на китайски текстове, подобрени логически умения и по-добри резултати при задачи за генериране на текст в сравнение с предишната версия (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Базирано на Qwen3, ново поколение отворен модел с мисловен режим, който подобрява спазването на инструкции и предоставя по-кратки и точни обобщения в сравнение с предишната версия (Tongyi Qianwen 3-235B-A22B-Thinking-2507)."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ е експериментален изследователски модел, който се фокусира върху подобряване на AI разсъдъчните способности."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Die Preview-Version des Max-Modells der Tongyi Qianwen 3-Serie zeigt im Vergleich zur 2.5-Serie eine deutliche Steigerung der allgemeinen Fähigkeiten, einschließlich verbesserter chinesisch- und englischsprachiger Textverständnisfähigkeiten, komplexer Befolgung von Anweisungen, subjektiver offener Aufgaben, Mehrsprachigkeit und Werkzeugaufruf-Fähigkeiten; das Modell zeigt weniger Wissenshalluzinationen."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Ein neues Open-Source-Modell der nächsten Generation im Nicht-Denk-Modus basierend auf Qwen3. Im Vergleich zur vorherigen Version (Tongyi Qianwen 3-235B-A22B-Instruct-2507) bietet es eine verbesserte chinesische Textverständnisfähigkeit, verstärkte logische Schlussfolgerungen und bessere Leistung bei textgenerierenden Aufgaben."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Ein neues Open-Source-Modell der nächsten Generation im Denkmodus basierend auf Qwen3. Im Vergleich zur vorherigen Version (Tongyi Qianwen 3-235B-A22B-Thinking-2507) wurde die Befehlsbefolgung verbessert und die Modellantworten sind prägnanter zusammengefasst."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ ist ein experimentelles Forschungsmodell, das sich auf die Verbesserung der KI-Inferenzfähigkeiten konzentriert."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "The Qwen 3 series Max model preview version shows a significant overall improvement compared to the 2.5 series in general capabilities, including Chinese and English text understanding, complex instruction adherence, subjective open tasks, multilingual capabilities, and tool invocation. The model also exhibits fewer knowledge hallucinations."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "A new generation of non-thinking mode open-source model based on Qwen3. Compared to the previous version (Tongyi Qianwen 3-235B-A22B-Instruct-2507), it offers better Chinese text comprehension, enhanced logical reasoning abilities, and improved performance in text generation tasks."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "A new generation of thinking mode open-source model based on Qwen3. Compared to the previous version (Tongyi Qianwen 3-235B-A22B-Thinking-2507), it features improved instruction-following capabilities and more concise model-generated summaries."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ is an experimental research model focused on improving AI reasoning capabilities."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Versión preliminar del modelo Max de la serie Qwen 3, que presenta una mejora significativa en la capacidad general en comparación con la serie 2.5, incluyendo comprensión de texto en chino e inglés, cumplimiento de instrucciones complejas, tareas abiertas subjetivas, capacidades multilingües y llamadas a herramientas; además, reduce notablemente las alucinaciones de conocimiento del modelo."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Modelo de código abierto de nueva generación basado en Qwen3 en modo no reflexivo, que ofrece una mejor comprensión del texto en chino, mayor capacidad de razonamiento lógico y un mejor desempeño en tareas de generación de texto en comparación con la versión anterior (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Modelo de código abierto de nueva generación basado en Qwen3 en modo reflexivo, que mejora la capacidad de seguir instrucciones y ofrece respuestas más concisas en comparación con la versión anterior (Tongyi Qianwen 3-235B-A22B-Thinking-2507)."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ es un modelo de investigación experimental que se centra en mejorar la capacidad de razonamiento de la IA."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "نسخه پیش‌نمایش مدل Max از سری Qwen 3، نسبت به سری 2.5 بهبود قابل توجهی در توانایی‌های عمومی، درک متن‌های چندزبانه چینی و انگلیسی، پیروی از دستورات پیچیده، انجام وظایف باز و ذهنی، پشتیبانی چندزبانه و فراخوانی ابزارها دارد؛ همچنین خطاهای دانش مدل کاهش یافته است."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "مدل متن‌باز نسل جدید بدون حالت تفکر مبتنی بر Qwen3، که نسبت به نسخه قبلی (Tongyi Qianwen 3-235B-A22B-Instruct-2507) در درک متن‌های چینی بهتر است، توانایی استدلال منطقی بهبود یافته و عملکرد بهتری در وظایف تولید متن دارد."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "مدل متن‌باز نسل جدید با حالت تفکر مبتنی بر Qwen3، که نسبت به نسخه قبلی (Tongyi Qianwen 3-235B-A22B-Thinking-2507) در پیروی از دستورات پیشرفت داشته و پاسخ‌های مدل خلاصه‌تر شده‌اند."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ یک مدل تحقیقاتی تجربی است که بر بهبود توانایی استدلال AI تمرکز دارد."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Version Preview du modèle Max de la série Qwen 3, avec une amélioration significative des capacités générales par rapport à la série 2.5, notamment en compréhension de texte général bilingue (chinois et anglais), respect des instructions complexes, tâches ouvertes subjectives, capacités multilingues et appels d'outils ; le modèle présente également moins d'hallucinations de connaissances."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Modèle open source de nouvelle génération en mode non réflexif basé sur Qwen3, offrant une meilleure compréhension du texte en chinois, des capacités de raisonnement logique renforcées et de meilleures performances dans les tâches de génération de texte par rapport à la version précédente (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Modèle open source de nouvelle génération en mode réflexif basé sur Qwen3, avec une meilleure conformité aux instructions et des réponses plus concises dans les résumés par rapport à la version précédente (Tongyi Qianwen 3-235B-A22B-Thinking-2507)."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ est un modèle de recherche expérimental, axé sur l'amélioration des capacités de raisonnement de l'IA."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Versione preview del modello Max della serie Qwen 3, che presenta un miglioramento significativo rispetto alla serie 2.5 nelle capacità generali, comprensione del testo in cinese e inglese, rispetto di istruzioni complesse, compiti soggettivi aperti, capacità multilingue e chiamata di strumenti; il modello presenta meno allucinazioni di conoscenza."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Modello open source di nuova generazione basato su Qwen3 in modalità non riflessiva, con una migliore comprensione del testo in cinese rispetto alla versione precedente (Tongyi Qianwen 3-235B-A22B-Instruct-2507), capacità di ragionamento logico potenziate e prestazioni superiori nelle attività di generazione di testo."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Modello open source di nuova generazione basato su Qwen3 in modalità riflessiva, con migliorata capacità di seguire le istruzioni rispetto alla versione precedente (Tongyi Qianwen 3-235B-A22B-Thinking-2507) e risposte di sintesi più concise."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ è un modello di ricerca sperimentale, focalizzato sul miglioramento delle capacità di ragionamento dell'IA."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "通義千問3シリーズMaxモデルのプレビュー版で、2.5シリーズに比べて全体的な汎用能力が大幅に向上し、中日両言語の汎用テキスト理解能力、複雑な指示遵守能力、主観的なオープンタスク能力、多言語能力、ツール呼び出し能力が著しく強化されました。モデルの知識幻覚も減少しています。"
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Qwen3に基づく次世代の非思考モードのオープンソースモデルで、前バージョン(通義千問3-235B-A22B-Instruct-2507)と比べて中国語テキストの理解能力が向上し、論理推論能力が強化され、テキスト生成タスクのパフォーマンスがより優れています。"
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Qwen3に基づく次世代の思考モードのオープンソースモデルで、前バージョン(通義千問3-235B-A22B-Thinking-2507)と比べて指示遵守能力が向上し、モデルの要約応答がより簡潔になっています。"
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQはAIの推論能力を向上させることに特化した実験的研究モデルです。"
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "통의천문3 시리즈 Max 모델 프리뷰 버전으로, 2.5 시리즈에 비해 전반적인 범용 능력이 크게 향상되었으며, 중영문 범용 텍스트 이해 능력, 복잡한 지시 준수 능력, 주관적 개방형 작업 능력, 다국어 능력, 도구 호출 능력이 모두 크게 강화되었습니다. 모델의 지식 환각도 감소하였습니다."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Qwen3 기반의 차세대 비사고 모드 오픈 소스 모델로, 이전 버전(통의천문3-235B-A22B-Instruct-2507)과 비교하여 중국어 텍스트 이해 능력이 향상되었고, 논리 추론 능력이 강화되었으며, 텍스트 생성 작업에서 더 우수한 성능을 보입니다."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Qwen3 기반의 차세대 사고 모드 오픈 소스 모델로, 이전 버전(통의천문3-235B-A22B-Thinking-2507)과 비교하여 명령 준수 능력이 향상되었고, 모델의 요약 응답이 더욱 간결해졌습니다."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ는 AI 추론 능력을 향상시키는 데 중점을 둔 실험 연구 모델입니다."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Previewversie van het Qwen 3 Max-model uit de Tongyi Qianwen 3-serie, met aanzienlijke verbeteringen ten opzichte van de 2.5-serie in algemene capaciteiten, tweetalig tekstbegrip (Chinees en Engels), complexe instructienaleving, subjectieve open taken, meertalige vaardigheden en toolaanroepen; het model vertoont minder kennisillusies."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Een nieuwe generatie open-source model zonder denkmodus gebaseerd op Qwen3, met verbeterde Chinese tekstbegrip, versterkte logische redeneervaardigheden en betere prestaties bij tekstgeneratietaken vergeleken met de vorige versie (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Een nieuwe generatie open-source model met denkmodus gebaseerd op Qwen3, met verbeterde instructienaleving en meer beknopte samenvattende antwoorden vergeleken met de vorige versie (Tongyi Qianwen 3-235B-A22B-Thinking-2507)."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ is een experimenteel onderzoeksmodel dat zich richt op het verbeteren van de AI-redeneringscapaciteiten."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Preview modelu Max z serii Qwen 3, który w porównaniu do serii 2.5 znacząco poprawia ogólne zdolności, w tym rozumienie tekstu w języku chińskim i angielskim, przestrzeganie złożonych instrukcji, zdolności do zadań otwartych i subiektywnych, wielojęzyczność oraz wywoływanie narzędzi; model generuje mniej halucynacji wiedzy."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Nowa generacja otwartego modelu bez trybu myślenia oparta na Qwen3, która w porównaniu z poprzednią wersją (Tongyi Qianwen 3-235B-A22B-Instruct-2507) cechuje się lepszym rozumieniem tekstu w języku chińskim, wzmocnionymi zdolnościami wnioskowania logicznego oraz lepszą wydajnością w zadaniach generowania tekstu."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Nowa generacja otwartego modelu z trybem myślenia oparta na Qwen3, która w porównaniu z poprzednią wersją (Tongyi Qianwen 3-235B-A22B-Thinking-2507) wykazuje poprawę w przestrzeganiu instrukcji oraz bardziej zwięzłe podsumowania w odpowiedziach modelu."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ to eksperymentalny model badawczy, skoncentrowany na zwiększeniu zdolności wnioskowania AI."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Versão Preview do modelo Max da série Qwen 3, com melhorias significativas em relação à série 2.5 em capacidades gerais, compreensão de texto em chinês e inglês, conformidade com instruções complexas, tarefas subjetivas abertas, multilinguismo e chamadas de ferramentas; o modelo apresenta menos alucinações de conhecimento."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Modelo open source de nova geração no modo não reflexivo baseado no Qwen3, que apresenta melhor compreensão de texto em chinês, capacidades aprimoradas de raciocínio lógico e desempenho superior em tarefas de geração de texto em comparação com a versão anterior (Tongyi Qianwen 3-235B-A22B-Instruct-2507)."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Modelo open source de nova geração no modo reflexivo baseado no Qwen3, que oferece melhor conformidade com instruções e respostas mais concisas em resumos, em comparação com a versão anterior (Tongyi Qianwen 3-235B-A22B-Thinking-2507)."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ é um modelo de pesquisa experimental, focado em melhorar a capacidade de raciocínio da IA."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Предварительная версия модели серии Qwen 3 Max, которая значительно превосходит серию 2.5 по универсальным возможностям, включая понимание текста на китайском и английском языках, выполнение сложных инструкций, способности к субъективным открытым задачам, многоязычность и вызов инструментов; модель демонстрирует меньше искажений знаний."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Новая генерация открытой модели без режима мышления на базе Qwen3, которая по сравнению с предыдущей версией (通义千问3-235B-A22B-Instruct-2507) обладает улучшенными способностями понимания китайского текста, усиленными логическими рассуждениями и лучшими результатами в задачах генерации текста."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Новая генерация открытой модели с режимом мышления на базе Qwen3, которая по сравнению с предыдущей версией (通义千问3-235B-A22B-Thinking-2507) демонстрирует улучшенное следование инструкциям и более лаконичные ответы модели."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ — это экспериментальная исследовательская модель, сосредоточенная на повышении возможностей вывода ИИ."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Tongyi Qianwen 3 serisi Max modelinin önizleme sürümüdür. 2.5 serisine kıyasla genel yeteneklerde büyük gelişmeler göstermiştir; Çince ve İngilizce genel metin anlama, karmaşık talimat uyumu, öznel açık görevler, çok dilli yetenekler ve araç çağrısı yetenekleri belirgin şekilde artmıştır; model bilgi yanılgıları daha azdır."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Qwen3 tabanlı yeni nesil düşünmeden çalışan açık kaynak modeli, önceki sürüme (Tongyi Qianwen 3-235B-A22B-Instruct-2507) kıyasla Çince metin anlama yeteneği daha iyi, mantıksal çıkarım yeteneği geliştirilmiş ve metin üretimi görevlerinde daha başarılıdır."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Qwen3 tabanlı yeni nesil düşünme modlu açık kaynak modeli, önceki sürüme (Tongyi Qianwen 3-235B-A22B-Thinking-2507) kıyasla komutlara uyum yeteneği artırılmış ve modelin özetleyici yanıtları daha özlü hale getirilmiştir."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ, AI akıl yürütme yeteneklerini artırmaya odaklanan deneysel bir araştırma modelidir."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "Phiên bản xem trước mô hình Max của dòng Qwen 3, so với dòng 2.5 có sự cải thiện lớn về năng lực tổng quát, khả năng hiểu văn bản song ngữ Trung-Anh, tuân thủ chỉ thị phức tạp, thực hiện nhiệm vụ mở chủ quan, đa ngôn ngữ và gọi công cụ đều được tăng cường rõ rệt; mô hình giảm thiểu ảo giác kiến thức."
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "Mô hình mã nguồn mở thế hệ mới không có chế độ suy nghĩ dựa trên Qwen3, so với phiên bản trước (Thông Nghĩa Thiên Vấn 3-235B-A22B-Instruct-2507) có khả năng hiểu văn bản tiếng Trung tốt hơn, năng lực suy luận logic được cải thiện, và hiệu suất trong các nhiệm vụ tạo văn bản cũng tốt hơn."
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "Mô hình mã nguồn mở thế hệ mới có chế độ suy nghĩ dựa trên Qwen3, so với phiên bản trước (Thông Nghĩa Thiên Vấn 3-235B-A22B-Thinking-2507) có khả năng tuân thủ chỉ dẫn được nâng cao, và các phản hồi tóm tắt của mô hình trở nên ngắn gọn hơn."
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ là một mô hình nghiên cứu thử nghiệm, tập trung vào việc nâng cao khả năng suy luận của AI."
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "通义千问3系列Max模型Preview版本,相较2.5系列整体通用能力有大幅度提升,中英文通用文本理解能力、复杂指令遵循能力、主观开放任务能力、多语言能力、工具调用能力均显著增强;模型知识幻觉更少。"
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "基于 Qwen3 的新一代非思考模式开源模型,相较上一版本(通义千问3-235B-A22B-Instruct-2507)中文文本理解能力更佳、逻辑推理能力有增强、文本生成类任务表现更好。"
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "基于 Qwen3 的新一代思考模式开源模型,相较上一版本(通义千问3-235B-A22B-Thinking-2507)指令遵循能力有提升、模型总结回复更加精简。"
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ 是 Qwen 系列的推理模型。与传统的指令调优模型相比,QwQ 具备思考和推理的能力,能够在下游任务中,尤其是困难问题上,显著提升性能。QwQ-32B 是中型推理模型,能够在与最先进的推理模型(如 DeepSeek-R1、o1-mini)竞争时取得可观的表现。"
2620
2626
  },
@@ -2615,6 +2615,12 @@
2615
2615
  "qwen3-max-preview": {
2616
2616
  "description": "通義千問3系列 Max 模型 Preview 版本,相較 2.5 系列整體通用能力有大幅度提升,中英文通用文本理解能力、複雜指令遵循能力、主觀開放任務能力、多語言能力、工具調用能力均顯著增強;模型知識幻覺更少。"
2617
2617
  },
2618
+ "qwen3-next-80b-a3b-instruct": {
2619
+ "description": "基於 Qwen3 的新一代非思考模式開源模型,相較上一版本(通義千問3-235B-A22B-Instruct-2507)中文文本理解能力更佳、邏輯推理能力有增強、文本生成類任務表現更好。"
2620
+ },
2621
+ "qwen3-next-80b-a3b-thinking": {
2622
+ "description": "基於 Qwen3 的新一代思考模式開源模型,相較上一版本(通義千問3-235B-A22B-Thinking-2507)指令遵循能力有提升、模型總結回覆更加精簡。"
2623
+ },
2618
2624
  "qwq": {
2619
2625
  "description": "QwQ 是一個實驗研究模型,專注於提高 AI 推理能力。"
2620
2626
  },