Skip to content

Commit 25a7ea2

Browse files
💄 style: update qwen vl model to latest (lobehub#4307)
* Update qwen.ts * Update qwen.ts
1 parent 9bfd64e commit 25a7ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/modelProviders/qwen.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ const Qwen: ModelProviderCard = {
6060
'通义千问大规模视觉语言模型增强版。大幅提升细节识别能力和文字识别能力,支持超百万像素分辨率和任意长宽比规格的图像。',
6161
displayName: 'Qwen VL Plus',
6262
enabled: true,
63-
id: 'qwen-vl-plus',
63+
id: 'qwen-vl-plus-latest',
6464
pricing: {
6565
currency: 'CNY',
6666
input: 8,
6767
output: 8,
6868
},
69-
tokens: 8000,
69+
tokens: 32_000,
7070
vision: true,
7171
},
7272
{
7373
description:
7474
'通义千问超大规模视觉语言模型。相比增强版,再次提升视觉推理能力和指令遵循能力,提供更高的视觉感知和认知水平。',
7575
displayName: 'Qwen VL Max',
7676
enabled: true,
77-
id: 'qwen-vl-max',
77+
id: 'qwen-vl-max-latest',
7878
pricing: {
7979
currency: 'CNY',
8080
input: 20,

0 commit comments

Comments
 (0)