Skip to content

Commit

Permalink
Update mistral.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk authored Nov 19, 2024
1 parent 502c2ae commit 6b28d9a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/config/modelProviders/mistral.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,27 @@ const Mistral: ModelProviderCard = {
'Pixtral 模型在图表和图理解、文档问答、多模态推理和指令遵循等任务上表现出强大的能力,能够以自然分辨率和宽高比摄入图像,还能够在长达 128K 令牌的长上下文窗口中处理任意数量的图像。',
displayName: 'Pixtral 12B',
enabled: true,
id: 'pixtral-12b-2409',
id: 'pixtral-12b',
pricing: {
input: 0.15,
output: 0.15,
},
tokens: 128_000,
vision: true,
},
{
description:
'Pixtral 模型在图表和图理解、文档问答、多模态推理和指令遵循等任务上表现出强大的能力,能够以自然分辨率和宽高比摄入图像,还能够在长达 128K 令牌的长上下文窗口中处理任意数量的图像。',
displayName: 'Pixtral Large',
enabled: true,
id: 'pixtral-large-latest',
pricing: {
input: 2,
output: 6,
},
tokens: 128_000,
vision: true,
},
{
description:
'Ministral 3B 是Mistral的世界顶级边缘模型。',
Expand Down

0 comments on commit 6b28d9a

Please sign in to comment.