Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 style: add siliconcloud new model #3865

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/config/modelProviders/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ const SiliconCloud: ModelProviderCard = {
id: 'internlm/internlm2_5-20b-chat',
tokens: 32_768,
},
{
displayName: 'DeepSeek V2.5',
enabled: true,
id: 'deepseek-ai/DeepSeek-V2.5',
Copy link
Contributor

@sxjeru sxjeru Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://siliconflow.cn/zh-cn/pricing
官网那边好像还没改。

Copy link
Contributor Author

@LovelyGuYiMeng LovelyGuYiMeng Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://cloud.siliconflow.cn/models
这里,第一个就是,几个小时前刚发布的

tokens: 32_768,
},
{
displayName: 'DeepSeek V2 Chat',
id: 'deepseek-ai/DeepSeek-V2-Chat',
Expand Down Expand Up @@ -136,6 +142,11 @@ const SiliconCloud: ModelProviderCard = {
id: 'meta-llama/Meta-Llama-3.1-405B-Instruct',
tokens: 32_768,
},
{
displayName: 'Reflection Llama 3.1 70B',
id: 'mattshumer/Reflection-Llama-3.1-70B',
tokens: 32_768,
},
{
displayName: 'Llama 3 70B',
id: 'meta-llama/Meta-Llama-3-70B-Instruct',
Expand Down
Loading