Skip to content

Commit

Permalink
Update siliconcloud.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Oct 16, 2024
1 parent cd44ac4 commit 9a7846a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -136,7 +149,7 @@ const SiliconCloud: ModelProviderCard = {
input: 0.35,
output: 0.35,
},
tokens: 8192,
tokens: 32_768,
vision: true,
},
{
Expand All @@ -148,7 +161,7 @@ const SiliconCloud: ModelProviderCard = {
input: 1,
output: 1,
},
tokens: 8192,
tokens: 32_768,
vision: true,
},
{
Expand Down

0 comments on commit 9a7846a

Please sign in to comment.