@lobehub/chat 1.118.7 → 1.119.0

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,56 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [Version 1.119.0](https://github.com/lobehub/lobe-chat/compare/v1.118.8...v1.119.0)
6
+
7
+ <sup>Released on **2025-08-30**</sup>
8
+
9
+ #### ✨ Features
10
+
11
+ - **misc**: Added support for Azure OpenAI Image Generation.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### What's improved
19
+
20
+ - **misc**: Added support for Azure OpenAI Image Generation, closes [#8898](https://github.com/lobehub/lobe-chat/issues/8898) ([6042340](https://github.com/lobehub/lobe-chat/commit/6042340))
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.118.8](https://github.com/lobehub/lobe-chat/compare/v1.118.7...v1.118.8)
31
+
32
+ <sup>Released on **2025-08-30**</sup>
33
+
34
+ #### 💄 Styles
35
+
36
+ - **misc**: Update DeepSeek V3.1 & Gemini 2.5 Flash Image Preview models.
37
+
38
+ <br/>
39
+
40
+ <details>
41
+ <summary><kbd>Improvements and Fixes</kbd></summary>
42
+
43
+ #### Styles
44
+
45
+ - **misc**: Update DeepSeek V3.1 & Gemini 2.5 Flash Image Preview models, closes [#8878](https://github.com/lobehub/lobe-chat/issues/8878) ([5d538a2](https://github.com/lobehub/lobe-chat/commit/5d538a2))
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
+
5
55
  ### [Version 1.118.7](https://github.com/lobehub/lobe-chat/compare/v1.118.6...v1.118.7)
6
56
 
7
57
  <sup>Released on **2025-08-30**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,22 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "features": [
5
+ "Added support for Azure OpenAI Image Generation."
6
+ ]
7
+ },
8
+ "date": "2025-08-30",
9
+ "version": "1.119.0"
10
+ },
11
+ {
12
+ "children": {
13
+ "improvements": [
14
+ "Update DeepSeek V3.1 & Gemini 2.5 Flash Image Preview models."
15
+ ]
16
+ },
17
+ "date": "2025-08-30",
18
+ "version": "1.118.8"
19
+ },
2
20
  {
3
21
  "children": {
4
22
  "improvements": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.118.7",
3
+ "version": "1.119.0",
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",
@@ -323,6 +323,27 @@ const aihubmixModels: AIChatModelCard[] = [
323
323
  },
324
324
  type: 'chat',
325
325
  },
326
+ {
327
+ abilities: {
328
+ functionCall: true,
329
+ reasoning: true,
330
+ vision: true,
331
+ },
332
+ contextWindowTokens: 256_000,
333
+ description:
334
+ '我们最新最强大的旗舰模型,在自然语言处理、数学计算和推理方面表现卓越 —— 是一款完美的全能型选手。',
335
+ displayName: 'Grok 4 0709',
336
+ enabled: true,
337
+ id: 'grok-4',
338
+ pricing: {
339
+ units: [
340
+ { name: 'textInput', rate: 3.3, strategy: 'fixed', unit: 'millionTokens' },
341
+ { name: 'textOutput', rate: 16.5, strategy: 'fixed', unit: 'millionTokens' },
342
+ ],
343
+ },
344
+ releasedAt: '2025-07-09',
345
+ type: 'chat',
346
+ },
326
347
  {
327
348
  abilities: {
328
349
  functionCall: true,
@@ -331,7 +352,6 @@ const aihubmixModels: AIChatModelCard[] = [
331
352
  description:
332
353
  '旗舰级模型,擅长数据提取、编程和文本摘要等企业级应用,拥有金融、医疗、法律和科学等领域的深厚知识。',
333
354
  displayName: 'Grok 3',
334
- enabled: true,
335
355
  id: 'grok-3',
336
356
  pricing: {
337
357
  units: [
@@ -352,7 +372,6 @@ const aihubmixModels: AIChatModelCard[] = [
352
372
  description:
353
373
  '轻量级模型,回话前会先思考。运行快速、智能,适用于不需要深层领域知识的逻辑任务,并能获取原始的思维轨迹。',
354
374
  displayName: 'Grok 3 Mini',
355
- enabled: true,
356
375
  id: 'grok-3-mini',
357
376
  pricing: {
358
377
  units: [
@@ -535,11 +554,29 @@ const aihubmixModels: AIChatModelCard[] = [
535
554
  functionCall: true,
536
555
  reasoning: true,
537
556
  },
538
- contextWindowTokens: 65_536,
557
+ contextWindowTokens: 131_072,
558
+ description:
559
+ 'DeepSeek-V3.1 是深度求索全新推出的混合推理模型,支持思考与非思考2种推理模式,较 DeepSeek-R1-0528 思考效率更高。经 Post-Training 优化,Agent 工具使用与智能体任务表现大幅提升。',
560
+ displayName: 'DeepSeek V3.1',
561
+ enabled: true,
562
+ id: 'DeepSeek-V3.1',
563
+ pricing: {
564
+ units: [
565
+ { name: 'textInput', rate: 0.56, strategy: 'fixed', unit: 'millionTokens' },
566
+ { name: 'textOutput', rate: 1.68, strategy: 'fixed', unit: 'millionTokens' },
567
+ ],
568
+ },
569
+ type: 'chat',
570
+ },
571
+ {
572
+ abilities: {
573
+ functionCall: true,
574
+ reasoning: true,
575
+ },
576
+ contextWindowTokens: 131_072,
539
577
  description:
540
578
  '已升级至最新版本250528;字节火山云开源部署的满血 R1,总参数量 671B,输入最高 64k。目前最稳定,推荐用这个。',
541
579
  displayName: 'DeepSeek R1',
542
- enabled: true,
543
580
  id: 'DeepSeek-R1',
544
581
  pricing: {
545
582
  units: [
@@ -571,10 +608,9 @@ const aihubmixModels: AIChatModelCard[] = [
571
608
  abilities: {
572
609
  functionCall: true,
573
610
  },
574
- contextWindowTokens: 65_536,
611
+ contextWindowTokens: 131_072,
575
612
  description: '字节火山云开源部署目前最稳定,推荐用这个。已经自动升级为最新发布的版本 250324 。',
576
613
  displayName: 'DeepSeek V3',
577
- enabled: true,
578
614
  id: 'DeepSeek-V3',
579
615
  pricing: {
580
616
  units: [
@@ -657,6 +693,25 @@ const aihubmixModels: AIChatModelCard[] = [
657
693
  },
658
694
  type: 'chat',
659
695
  },
696
+ {
697
+ abilities: {
698
+ imageOutput: true,
699
+ vision: true,
700
+ },
701
+ contextWindowTokens: 32_768 + 8192,
702
+ description: 'Gemini 2.5 Flash 实验模型,支持图像生成',
703
+ displayName: 'Gemini 2.5 Flash Image Preview',
704
+ id: 'gemini-2.5-flash-image-preview',
705
+ maxOutput: 8192,
706
+ pricing: {
707
+ units: [
708
+ { name: 'textInput', rate: 0.3, strategy: 'fixed', unit: 'millionTokens' },
709
+ { name: 'textOutput', rate: 30, strategy: 'fixed', unit: 'millionTokens' },
710
+ ],
711
+ },
712
+ releasedAt: '2025-08-26',
713
+ type: 'chat',
714
+ },
660
715
  {
661
716
  abilities: {
662
717
  functionCall: true,
@@ -1,4 +1,4 @@
1
- import { AIChatModelCard } from '@/types/aiModel';
1
+ import { AIChatModelCard, AIImageModelCard } from '@/types/aiModel';
2
2
 
3
3
  const azureChatModels: AIChatModelCard[] = [
4
4
  {
@@ -282,6 +282,67 @@ const azureChatModels: AIChatModelCard[] = [
282
282
  },
283
283
  ];
284
284
 
285
- export const allModels = [...azureChatModels];
285
+ const azureImageModels: AIImageModelCard[] = [
286
+ {
287
+ description: 'ChatGPT Image 1',
288
+ displayName: 'GPT Image 1',
289
+ enabled: true,
290
+ id: 'gpt-image-1',
291
+ parameters: {
292
+ imageUrl: { default: null },
293
+ prompt: { default: '' },
294
+ size: {
295
+ default: 'auto',
296
+ enum: ['auto', '1024x1024', '1536x1024', '1024x1536'],
297
+ },
298
+ },
299
+ type: 'image',
300
+ },
301
+ {
302
+ description: 'DALL·E 3',
303
+ displayName: 'DALL·E 3',
304
+ id: 'dall-e-3',
305
+ parameters: {
306
+ imageUrl: { default: null },
307
+ prompt: { default: '' },
308
+ size: {
309
+ default: 'auto',
310
+ enum: ['auto', '1024x1024', '1792x1024', '1024x1792'],
311
+ },
312
+ },
313
+ resolutions: ['1024x1024', '1024x1792', '1792x1024'],
314
+ type: 'image',
315
+ },
316
+ {
317
+ description: 'FLUX.1 Kontext [pro]',
318
+ displayName: 'FLUX.1 Kontext [pro]',
319
+ enabled: true,
320
+ id: 'FLUX.1-Kontext-pro',
321
+ parameters: {
322
+ imageUrl: { default: null },
323
+ prompt: { default: '' },
324
+ size: {
325
+ default: 'auto',
326
+ enum: ['auto', '1024x1024', '1792x1024', '1024x1792'],
327
+ },
328
+ },
329
+ releasedAt: '2025-06-23',
330
+ type: 'image',
331
+ },
332
+ {
333
+ description: 'FLUX.1.1 Pro',
334
+ displayName: 'FLUX.1.1 Pro',
335
+ enabled: true,
336
+ id: 'FLUX-1.1-pro',
337
+ parameters: {
338
+ imageUrl: { default: null },
339
+ prompt: { default: '' },
340
+ },
341
+ releasedAt: '2025-06-23',
342
+ type: 'image',
343
+ },
344
+ ];
345
+
346
+ export const allModels = [...azureChatModels, ...azureImageModels];
286
347
 
287
348
  export default allModels;
@@ -6,10 +6,10 @@ const deepseekChatModels: AIChatModelCard[] = [
6
6
  abilities: {
7
7
  functionCall: true,
8
8
  },
9
- contextWindowTokens: 65_536,
9
+ contextWindowTokens: 131_072,
10
10
  description:
11
- '最新模型 DeepSeek-V3 多项评测成绩超越 Qwen2.5-72B Llama-3.1-405B 等开源模型,性能对齐领军闭源模型 GPT-4o 与 Claude-3.5-Sonnet。',
12
- displayName: 'DeepSeek V3',
11
+ 'DeepSeek V3.1 DeepSeek 最新发布的通用大模型,支持混合推理架构,具备更强的 Agent 能力。',
12
+ displayName: 'DeepSeek V3.1',
13
13
  enabled: true,
14
14
  id: 'deepseek-chat',
15
15
  maxOutput: 8192,
@@ -21,7 +21,7 @@ const deepseekChatModels: AIChatModelCard[] = [
21
21
  { name: 'textOutput', rate: 8, strategy: 'fixed', unit: 'millionTokens' },
22
22
  ],
23
23
  },
24
- releasedAt: '2025-03-24',
24
+ releasedAt: '2025-08-21',
25
25
  type: 'chat',
26
26
  },
27
27
  {
@@ -29,13 +29,13 @@ const deepseekChatModels: AIChatModelCard[] = [
29
29
  functionCall: true,
30
30
  reasoning: true,
31
31
  },
32
- contextWindowTokens: 65_536,
32
+ contextWindowTokens: 131_072,
33
33
  description:
34
- 'DeepSeek 推出的推理模型。在输出最终回答之前,模型会先输出一段思维链内容,以提升最终答案的准确性。',
35
- displayName: 'DeepSeek R1',
34
+ 'DeepSeek V3.1 思考模式。在输出最终回答之前,模型会先输出一段思维链内容,以提升最终答案的准确性。',
35
+ displayName: 'DeepSeek V3.1 Thinking',
36
36
  enabled: true,
37
37
  id: 'deepseek-reasoner',
38
- maxOutput: 8192,
38
+ maxOutput: 65_536,
39
39
  pricing: {
40
40
  currency: 'CNY',
41
41
  units: [
@@ -44,7 +44,7 @@ const deepseekChatModels: AIChatModelCard[] = [
44
44
  { name: 'textOutput', rate: 16, strategy: 'fixed', unit: 'millionTokens' },
45
45
  ],
46
46
  },
47
- releasedAt: '2025-05-28',
47
+ releasedAt: '2025-08-21',
48
48
  type: 'chat',
49
49
  },
50
50
  ];
@@ -7,22 +7,22 @@ const modelscopeChatModels: AIChatModelCard[] = [
7
7
  reasoning: true,
8
8
  },
9
9
  contextWindowTokens: 131_072,
10
- description:
11
- 'DeepSeek R1 通过利用增加的计算资源和在后训练过程中引入算法优化机制,显著提高了其推理和推断能力的深度。该模型在各种基准评估中表现出色,包括数学、编程和一般逻辑方面。其整体性能现已接近领先模型,如 O3 和 Gemini 2.5 Pro。',
12
- displayName: 'DeepSeek-R1-0528',
10
+ description: 'DeepSeek-V3.1 模型为混合推理架构模型,同时支持思考模式与非思考模式。',
11
+ displayName: 'DeepSeek-V3.1',
13
12
  enabled: true,
14
- id: 'deepseek-ai/DeepSeek-R1-0528',
13
+ id: 'deepseek-ai/DeepSeek-V3.1',
15
14
  type: 'chat',
16
15
  },
17
16
  {
18
17
  abilities: {
19
18
  functionCall: true,
19
+ reasoning: true,
20
20
  },
21
21
  contextWindowTokens: 131_072,
22
- description: 'DeepSeek-V3是DeepSeek第三代模型的最新版本,具有强大的推理和对话能力。',
23
- displayName: 'DeepSeek-V3',
24
- enabled: true,
25
- id: 'deepseek-ai/DeepSeek-V3',
22
+ description:
23
+ 'DeepSeek R1 通过利用增加的计算资源和在后训练过程中引入算法优化机制,显著提高了其推理和推断能力的深度。该模型在各种基准评估中表现出色,包括数学、编程和一般逻辑方面。其整体性能现已接近领先模型,如 O3 和 Gemini 2.5 Pro。',
24
+ displayName: 'DeepSeek-R1-0528',
25
+ id: 'deepseek-ai/DeepSeek-R1-0528',
26
26
  type: 'chat',
27
27
  },
28
28
  {
@@ -33,10 +33,19 @@ const modelscopeChatModels: AIChatModelCard[] = [
33
33
  contextWindowTokens: 131_072,
34
34
  description: 'DeepSeek-R1是DeepSeek最新的推理模型,专注于复杂推理任务。',
35
35
  displayName: 'DeepSeek-R1',
36
- enabled: true,
37
36
  id: 'deepseek-ai/DeepSeek-R1',
38
37
  type: 'chat',
39
38
  },
39
+ {
40
+ abilities: {
41
+ functionCall: true,
42
+ },
43
+ contextWindowTokens: 131_072,
44
+ description: 'DeepSeek-V3是DeepSeek第三代模型的最新版本,具有强大的推理和对话能力。',
45
+ displayName: 'DeepSeek-V3',
46
+ id: 'deepseek-ai/DeepSeek-V3',
47
+ type: 'chat',
48
+ },
40
49
  {
41
50
  abilities: {
42
51
  functionCall: true,
@@ -2,6 +2,130 @@ import { AIChatModelCard } from '@/types/aiModel';
2
2
 
3
3
  // https://novita.ai/pricing
4
4
  const novitaChatModels: AIChatModelCard[] = [
5
+ {
6
+ abilities: {
7
+ functionCall: true,
8
+ reasoning: true,
9
+ },
10
+ contextWindowTokens: 163_840,
11
+ displayName: 'DeepSeek V3.1',
12
+ id: 'deepseek/deepseek-v3.1',
13
+ pricing: {
14
+ units: [
15
+ { name: 'textInput', rate: 0.55, strategy: 'fixed', unit: 'millionTokens' },
16
+ { name: 'textOutput', rate: 1.66, strategy: 'fixed', unit: 'millionTokens' },
17
+ ],
18
+ },
19
+ type: 'chat',
20
+ },
21
+ {
22
+ abilities: {
23
+ functionCall: true,
24
+ },
25
+ contextWindowTokens: 262_144,
26
+ displayName: 'Qwen3 Coder 480B A35B Instruct',
27
+ id: 'qwen/qwen3-coder-480b-a35b-instruct',
28
+ pricing: {
29
+ units: [
30
+ { name: 'textInput', rate: 0.35, strategy: 'fixed', unit: 'millionTokens' },
31
+ { name: 'textOutput', rate: 1.5, strategy: 'fixed', unit: 'millionTokens' },
32
+ ],
33
+ },
34
+ type: 'chat',
35
+ },
36
+ {
37
+ abilities: {
38
+ functionCall: true,
39
+ reasoning: true,
40
+ },
41
+ contextWindowTokens: 131_072,
42
+ displayName: 'OpenAI GPT OSS 120B',
43
+ id: 'openai/gpt-oss-120b',
44
+ pricing: {
45
+ units: [
46
+ { name: 'textInput', rate: 0.1, strategy: 'fixed', unit: 'millionTokens' },
47
+ { name: 'textOutput', rate: 0.5, strategy: 'fixed', unit: 'millionTokens' },
48
+ ],
49
+ },
50
+ type: 'chat',
51
+ },
52
+ {
53
+ abilities: {
54
+ reasoning: true,
55
+ },
56
+ contextWindowTokens: 131_072,
57
+ displayName: 'OpenAI: GPT OSS 20B',
58
+ id: 'openai/gpt-oss-20b',
59
+ pricing: {
60
+ units: [
61
+ { name: 'textInput', rate: 0.05, strategy: 'fixed', unit: 'millionTokens' },
62
+ { name: 'textOutput', rate: 0.2, strategy: 'fixed', unit: 'millionTokens' },
63
+ ],
64
+ },
65
+ type: 'chat',
66
+ },
67
+ {
68
+ abilities: {
69
+ functionCall: true,
70
+ reasoning: true,
71
+ },
72
+ contextWindowTokens: 131_072,
73
+ displayName: 'GLM-4.5',
74
+ id: 'zai-org/glm-4.5',
75
+ pricing: {
76
+ units: [
77
+ { name: 'textInput', rate: 0.6, strategy: 'fixed', unit: 'millionTokens' },
78
+ { name: 'textOutput', rate: 2.2, strategy: 'fixed', unit: 'millionTokens' },
79
+ ],
80
+ },
81
+ type: 'chat',
82
+ },
83
+ {
84
+ abilities: {
85
+ functionCall: true,
86
+ },
87
+ contextWindowTokens: 262_144,
88
+ displayName: 'Qwen3 235B A22B Instruct 2507',
89
+ id: 'qwen/qwen3-235b-a22b-instruct-2507',
90
+ pricing: {
91
+ units: [
92
+ { name: 'textInput', rate: 0.15, strategy: 'fixed', unit: 'millionTokens' },
93
+ { name: 'textOutput', rate: 0.8, strategy: 'fixed', unit: 'millionTokens' },
94
+ ],
95
+ },
96
+ type: 'chat',
97
+ },
98
+ {
99
+ abilities: {
100
+ functionCall: true,
101
+ reasoning: true,
102
+ },
103
+ contextWindowTokens: 131_072,
104
+ displayName: 'Qwen3 235B A22b Thinking 2507',
105
+ id: 'qwen/qwen3-235b-a22b-thinking-2507',
106
+ pricing: {
107
+ units: [
108
+ { name: 'textInput', rate: 0.3, strategy: 'fixed', unit: 'millionTokens' },
109
+ { name: 'textOutput', rate: 3, strategy: 'fixed', unit: 'millionTokens' },
110
+ ],
111
+ },
112
+ type: 'chat',
113
+ },
114
+ {
115
+ abilities: {
116
+ reasoning: true,
117
+ },
118
+ contextWindowTokens: 131_072,
119
+ displayName: 'BaiChuan M2 32B',
120
+ id: 'baichuan/baichuan-m2-32b',
121
+ pricing: {
122
+ units: [
123
+ { name: 'textInput', rate: 0.07, strategy: 'fixed', unit: 'millionTokens' },
124
+ { name: 'textOutput', rate: 0.07, strategy: 'fixed', unit: 'millionTokens' },
125
+ ],
126
+ },
127
+ type: 'chat',
128
+ },
5
129
  {
6
130
  abilities: {
7
131
  reasoning: true,
@@ -34,6 +158,9 @@ const novitaChatModels: AIChatModelCard[] = [
34
158
  type: 'chat',
35
159
  },
36
160
  {
161
+ abilities: {
162
+ functionCall: true,
163
+ },
37
164
  contextWindowTokens: 120_000,
38
165
  displayName: 'ERNIE 4.5 0.3B',
39
166
  id: 'baidu/ernie-4.5-0.3b',
@@ -46,13 +173,16 @@ const novitaChatModels: AIChatModelCard[] = [
46
173
  type: 'chat',
47
174
  },
48
175
  {
176
+ abilities: {
177
+ functionCall: true,
178
+ },
49
179
  contextWindowTokens: 120_000,
50
180
  displayName: 'ERNIE 4.5 21B A3B',
51
181
  id: 'baidu/ernie-4.5-21B-a3b',
52
182
  pricing: {
53
183
  units: [
54
- { name: 'textInput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
55
- { name: 'textOutput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
184
+ { name: 'textInput', rate: 0.07, strategy: 'fixed', unit: 'millionTokens' },
185
+ { name: 'textOutput', rate: 0.28, strategy: 'fixed', unit: 'millionTokens' },
56
186
  ],
57
187
  },
58
188
  type: 'chat',
@@ -74,6 +204,7 @@ const novitaChatModels: AIChatModelCard[] = [
74
204
  },
75
205
  {
76
206
  abilities: {
207
+ functionCall: true,
77
208
  reasoning: true,
78
209
  vision: true,
79
210
  },
@@ -82,8 +213,8 @@ const novitaChatModels: AIChatModelCard[] = [
82
213
  id: 'baidu/ernie-4.5-vl-28b-a3b',
83
214
  pricing: {
84
215
  units: [
85
- { name: 'textInput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
86
- { name: 'textOutput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
216
+ { name: 'textInput', rate: 0.14, strategy: 'fixed', unit: 'millionTokens' },
217
+ { name: 'textOutput', rate: 0.56, strategy: 'fixed', unit: 'millionTokens' },
87
218
  ],
88
219
  },
89
220
  type: 'chat',
@@ -211,6 +342,7 @@ const novitaChatModels: AIChatModelCard[] = [
211
342
  {
212
343
  abilities: {
213
344
  functionCall: true,
345
+ vision: true,
214
346
  },
215
347
  contextWindowTokens: 131_072,
216
348
  displayName: 'Llama 4 Scout 17B Instruct',
@@ -227,6 +359,7 @@ const novitaChatModels: AIChatModelCard[] = [
227
359
  {
228
360
  abilities: {
229
361
  functionCall: true,
362
+ vision: true,
230
363
  },
231
364
  contextWindowTokens: 1_048_576,
232
365
  displayName: 'Llama 4 Maverick 17B Instruct',
@@ -234,7 +367,7 @@ const novitaChatModels: AIChatModelCard[] = [
234
367
  id: 'meta-llama/llama-4-maverick-17b-128e-instruct-fp8',
235
368
  pricing: {
236
369
  units: [
237
- { name: 'textInput', rate: 0.2, strategy: 'fixed', unit: 'millionTokens' },
370
+ { name: 'textInput', rate: 0.17, strategy: 'fixed', unit: 'millionTokens' },
238
371
  { name: 'textOutput', rate: 0.85, strategy: 'fixed', unit: 'millionTokens' },
239
372
  ],
240
373
  },
@@ -286,7 +419,7 @@ const novitaChatModels: AIChatModelCard[] = [
286
419
  id: 'google/gemma-3-27b-it',
287
420
  pricing: {
288
421
  units: [
289
- { name: 'textInput', rate: 0.2, strategy: 'fixed', unit: 'millionTokens' },
422
+ { name: 'textInput', rate: 0.119, strategy: 'fixed', unit: 'millionTokens' },
290
423
  { name: 'textOutput', rate: 0.2, strategy: 'fixed', unit: 'millionTokens' },
291
424
  ],
292
425
  },
@@ -562,6 +695,9 @@ const novitaChatModels: AIChatModelCard[] = [
562
695
  type: 'chat',
563
696
  },
564
697
  {
698
+ abilities: {
699
+ functionCall: true,
700
+ },
565
701
  contextWindowTokens: 8192,
566
702
  displayName: 'L3 70B Euryale v2.1',
567
703
  id: 'sao10k/l3-70b-euryale-v2.1',
@@ -653,6 +789,9 @@ const novitaChatModels: AIChatModelCard[] = [
653
789
  type: 'chat',
654
790
  },
655
791
  {
792
+ abilities: {
793
+ functionCall: true,
794
+ },
656
795
  contextWindowTokens: 8192,
657
796
  displayName: 'L31 70B Euryale v2.2',
658
797
  id: 'sao10k/l31-70b-euryale-v2.2',
@@ -673,8 +812,8 @@ const novitaChatModels: AIChatModelCard[] = [
673
812
  id: 'qwen/qwen2.5-7b-instruct',
674
813
  pricing: {
675
814
  units: [
676
- { name: 'textInput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
677
- { name: 'textOutput', rate: 0, strategy: 'fixed', unit: 'millionTokens' },
815
+ { name: 'textInput', rate: 0.07, strategy: 'fixed', unit: 'millionTokens' },
816
+ { name: 'textOutput', rate: 0.07, strategy: 'fixed', unit: 'millionTokens' },
678
817
  ],
679
818
  },
680
819
  type: 'chat',
@@ -688,8 +827,8 @@ const novitaChatModels: AIChatModelCard[] = [
688
827
  id: 'thudm/glm-4-32b-0414',
689
828
  pricing: {
690
829
  units: [
691
- { name: 'textInput', rate: 0.24, strategy: 'fixed', unit: 'millionTokens' },
692
- { name: 'textOutput', rate: 0.24, strategy: 'fixed', unit: 'millionTokens' },
830
+ { name: 'textInput', rate: 0.55, strategy: 'fixed', unit: 'millionTokens' },
831
+ { name: 'textOutput', rate: 1.66, strategy: 'fixed', unit: 'millionTokens' },
693
832
  ],
694
833
  },
695
834
  type: 'chat',
@@ -11,6 +11,25 @@ const openrouterChatModels: AIChatModelCard[] = [
11
11
  id: 'openrouter/auto',
12
12
  type: 'chat',
13
13
  },
14
+ {
15
+ abilities: {
16
+ functionCall: true,
17
+ reasoning: true,
18
+ },
19
+ contextWindowTokens: 163_840,
20
+ description:
21
+ 'DeepSeek-V3.1是一款支持128K长上下文和高效模式切换的大型混合推理模型,它在工具调用、代码生成和复杂推理任务上实现了卓越的性能与速度。',
22
+ displayName: 'DeepSeek V3.1',
23
+ id: 'deepseek/deepseek-chat-v3.1',
24
+ pricing: {
25
+ units: [
26
+ { name: 'textInput', rate: 0.2, strategy: 'fixed', unit: 'millionTokens' },
27
+ { name: 'textOutput', rate: 0.8, strategy: 'fixed', unit: 'millionTokens' },
28
+ ],
29
+ },
30
+ releasedAt: '2025-08-21',
31
+ type: 'chat',
32
+ },
14
33
  {
15
34
  abilities: {
16
35
  imageOutput: true,
@@ -44,6 +63,25 @@ const openrouterChatModels: AIChatModelCard[] = [
44
63
  releasedAt: '2025-08-26',
45
64
  type: 'chat',
46
65
  },
66
+ {
67
+ abilities: {
68
+ functionCall: true,
69
+ reasoning: true,
70
+ },
71
+ contextWindowTokens: 163_840,
72
+ description:
73
+ 'DeepSeek-V3.1是一款支持128K长上下文和高效模式切换的大型混合推理模型,它在工具调用、代码生成和复杂推理任务上实现了卓越的性能与速度。',
74
+ displayName: 'DeepSeek V3.1',
75
+ id: 'deepseek/deepseek-chat-v3.1',
76
+ pricing: {
77
+ units: [
78
+ { name: 'textInput', rate: 0.2, strategy: 'fixed', unit: 'millionTokens' },
79
+ { name: 'textOutput', rate: 0.8, strategy: 'fixed', unit: 'millionTokens' },
80
+ ],
81
+ },
82
+ releasedAt: '2025-08-21',
83
+ type: 'chat',
84
+ },
47
85
  {
48
86
  abilities: {
49
87
  reasoning: true,