forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensenova.ts
282 lines (278 loc) · 7.74 KB
/
sensenova.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
import { AIChatModelCard } from '@/types/aiModel';
// https://platform.sensenova.cn/pricing
// https://www.sensecore.cn/help/docs/model-as-a-service/nova/release
const sensenovaChatModels: AIChatModelCard[] = [
{
abilities: {
reasoning: true,
vision: true,
},
contextWindowTokens: 131_072,
description:
'兼顾视觉、语言深度推理,实现慢思考和深度推理,呈现完整的思维链过程。',
displayName: 'SenseNova V6 Reasoner',
enabled: true,
id: 'SenseNova-V6-Reasoner',
pricing: {
currency: 'CNY',
input: 4,
output: 16,
},
releasedAt: '2025-04-14',
type: 'chat',
},
{
abilities: {
reasoning: true,
vision: true,
},
contextWindowTokens: 131_072,
description:
'实现图片、文本、视频能力的原生统一,突破传统多模态分立局限,在多模基础能力、语言基础能力等核心维度全面领先,文理兼修,在多项测评中多次位列国内外第一梯队水平。',
displayName: 'SenseNova V6 Turbo',
enabled: true,
id: 'SenseNova-V6-Turbo',
pricing: {
currency: 'CNY',
input: 1.5,
output: 4.5,
},
releasedAt: '2025-04-14',
type: 'chat',
},
{
abilities: {
vision: true,
},
contextWindowTokens: 131_072,
description:
'实现图片、文本、视频能力的原生统一,突破传统多模态分立局限,在OpenCompass和SuperCLUE评测中斩获双冠军。',
displayName: 'SenseNova V6 Pro',
enabled: true,
id: 'SenseNova-V6-Pro',
pricing: {
currency: 'CNY',
input: 9,
output: 3,
},
releasedAt: '2025-04-14',
type: 'chat',
},
{
abilities: {
functionCall: true,
},
contextWindowTokens: 131_072,
description:
'是基于V5.5的最新版本,较上版本在中英文基础能力,聊天,理科知识, 文科知识,写作,数理逻辑,字数控制 等几个维度的表现有显著提升。',
displayName: 'SenseChat 5.5 1202',
id: 'SenseChat-5-1202',
pricing: {
currency: 'CNY',
input: 8,
output: 20,
},
releasedAt: '2024-12-30',
type: 'chat',
},
{
abilities: {
functionCall: true,
},
contextWindowTokens: 32_768,
description:
'是最新的轻量版本模型,达到全量模型90%以上能力,显著降低推理成本。',
displayName: 'SenseChat Turbo 1202',
id: 'SenseChat-Turbo-1202',
pricing: {
currency: 'CNY',
input: 0.3,
output: 0.6,
},
releasedAt: '2024-12-30',
type: 'chat',
},
{
abilities: {
functionCall: true,
},
contextWindowTokens: 131_072,
description:
'最新版本模型 (V5.5),128K上下文长度,在数学推理、英文对话、指令跟随以及长文本理解等领域能力显著提升,比肩GPT-4o。',
displayName: 'SenseChat 5.5',
id: 'SenseChat-5',
pricing: {
currency: 'CNY',
input: 40,
output: 100,
},
type: 'chat',
},
{
abilities: {
vision: true,
},
contextWindowTokens: 32_768,
description: '最新版本模型 (V5.5),支持多图的输入,全面实现模型基础能力优化,在对象属性识别、空间关系、动作事件识别、场景理解、情感识别、逻辑常识推理和文本理解生成上都实现了较大提升。',
displayName: 'SenseChat 5.5 Vision',
id: 'SenseChat-Vision',
pricing: {
currency: 'CNY',
input: 10, // 限时优惠
output: 60,
},
releasedAt: '2024-09-12',
type: 'chat',
},
{
abilities: {
functionCall: true,
},
contextWindowTokens: 32_768,
description: '适用于快速问答、模型微调场景',
displayName: 'SenseChat 5.0 Turbo',
id: 'SenseChat-Turbo',
pricing: {
currency: 'CNY',
input: 2,
output: 5,
},
type: 'chat',
},
{
contextWindowTokens: 131_072,
description: '基础版本模型 (V4),128K上下文长度,在长文本理解及生成等任务中表现出色',
displayName: 'SenseChat 4.0 128K',
id: 'SenseChat-128K',
pricing: {
currency: 'CNY',
input: 60,
output: 60,
},
type: 'chat',
},
{
contextWindowTokens: 32_768,
description: '基础版本模型 (V4),32K上下文长度,灵活应用于各类场景',
displayName: 'SenseChat 4.0 32K',
id: 'SenseChat-32K',
pricing: {
currency: 'CNY',
input: 36,
output: 36,
},
type: 'chat',
},
{
contextWindowTokens: 4096,
description: '基础版本模型 (V4),4K上下文长度,通用能力强大',
displayName: 'SenseChat 4.0 4K',
id: 'SenseChat',
pricing: {
currency: 'CNY',
input: 12,
output: 12,
},
type: 'chat',
},
{
contextWindowTokens: 32_768,
description:
'专门为适应香港地区的对话习惯、俚语及本地知识而设计,在粤语的对话理解上超越了GPT-4,在知识、推理、数学及代码编写等多个领域均能与GPT-4 Turbo相媲美。',
displayName: 'SenseChat 5.0 Cantonese',
id: 'SenseChat-5-Cantonese',
pricing: {
currency: 'CNY',
input: 27,
output: 27,
},
type: 'chat',
},
{
contextWindowTokens: 8192,
description: '拟人对话标准版模型,8K上下文长度,高响应速度',
displayName: 'SenseChat Character',
id: 'SenseChat-Character',
pricing: {
currency: 'CNY',
input: 12,
output: 12,
},
type: 'chat',
},
{
contextWindowTokens: 32_768,
description: '拟人对话高级版模型,32K上下文长度,能力全面提升,支持中/英文对话',
displayName: 'SenseChat Character Pro',
id: 'SenseChat-Character-Pro',
pricing: {
currency: 'CNY',
input: 15,
output: 15,
},
type: 'chat',
},
{
contextWindowTokens: 32_768,
description:
'DeepSeek-V3 是一款由深度求索公司自研的MoE模型。DeepSeek-V3 多项评测成绩超越了 Qwen2.5-72B 和 Llama-3.1-405B 等其他开源模型,并在性能上和世界顶尖的闭源模型 GPT-4o 以及 Claude-3.5-Sonnet 不分伯仲。',
displayName: 'DeepSeek V3',
id: 'DeepSeek-V3',
pricing: {
currency: 'CNY',
input: 2,
output: 8,
},
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 32_768,
description:
'DeepSeek-R1 在后训练阶段大规模使用了强化学习技术,在仅有极少标注数据的情况下,极大提升了模型推理能力。在数学、代码、自然语言推理等任务上,性能比肩 OpenAI o1 正式版。',
displayName: 'DeepSeek R1',
id: 'DeepSeek-R1',
pricing: {
currency: 'CNY',
input: 4,
output: 16,
},
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 32_768,
description:
'DeepSeek-R1-Distill 模型是在开源模型的基础上通过微调训练得到的,训练过程中使用了由 DeepSeek-R1 生成的样本数据。',
displayName: 'DeepSeek R1 Distill Qwen 14B',
id: 'DeepSeek-R1-Distill-Qwen-14B',
pricing: {
currency: 'CNY',
input: 0,
output: 0,
},
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 8192,
description:
'DeepSeek-R1-Distill 模型是在开源模型的基础上通过微调训练得到的,训练过程中使用了由 DeepSeek-R1 生成的样本数据。',
displayName: 'DeepSeek R1 Distill Qwen 32B',
id: 'DeepSeek-R1-Distill-Qwen-32B',
pricing: {
currency: 'CNY',
input: 0,
output: 0,
},
type: 'chat',
},
];
export const allModels = [...sensenovaChatModels];
export default allModels;