From 9a7846a1a06682bb16886d2fc582e01a47d596df Mon Sep 17 00:00:00 2001 From: LovelyGuYiMeng <76251800+LovelyGuYiMeng@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:20:28 +0800 Subject: [PATCH] Update siliconcloud.ts --- src/config/modelProviders/siliconcloud.ts | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/config/modelProviders/siliconcloud.ts b/src/config/modelProviders/siliconcloud.ts index 3cb72a0004e4..0966bd4d3d25 100644 --- a/src/config/modelProviders/siliconcloud.ts +++ b/src/config/modelProviders/siliconcloud.ts @@ -66,6 +66,19 @@ const SiliconCloud: ModelProviderCard = { }, tokens: 131_072, }, + { + description: 'Qwen2-VL 是 Qwen-VL 模型的最新迭代版本,在视觉理解基准测试中达到了最先进的性能。', + displayName: 'Qwen2 VL 7B', + enabled: true, + id: 'Pro/Qwen/Qwen2-VL-7B-Instruct', + pricing: { + currency: 'CNY', + input: 0.35, + output: 0.35, + }, + tokens: 32_768, + vision: true, + }, { description: 'Qwen2-VL 是 Qwen-VL 模型的最新迭代版本,在视觉理解基准测试中达到了最先进的性能。', displayName: 'Qwen2 VL 72B', @@ -136,7 +149,7 @@ const SiliconCloud: ModelProviderCard = { input: 0.35, output: 0.35, }, - tokens: 8192, + tokens: 32_768, vision: true, }, { @@ -148,7 +161,7 @@ const SiliconCloud: ModelProviderCard = { input: 1, output: 1, }, - tokens: 8192, + tokens: 32_768, vision: true, }, {