mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 17:59:09 +08:00
feat: update provider.ts, add models (#8278)
* fix:修改地址,Update providers.ts * fix:修改地址,Update providers.ts * fix: 添加蓝耘模型列表
This commit is contained in:
parent
7764ffc8bb
commit
5488c950aa
@ -185,7 +185,8 @@ const visionAllowedModels = [
|
||||
'kimi-latest',
|
||||
'gemma-3(?:-[\\w-]+)',
|
||||
'doubao-seed-1[.-]6(?:-[\\w-]+)?',
|
||||
'kimi-thinking-preview'
|
||||
'kimi-thinking-preview',
|
||||
`gemma3(?:-[\\w-]+)`
|
||||
]
|
||||
|
||||
const visionExcludedModels = [
|
||||
@ -2242,7 +2243,44 @@ export const SYSTEM_MODELS: Record<string, Model[]> = {
|
||||
group: 'DeepSeek'
|
||||
}
|
||||
],
|
||||
lanyun: [],
|
||||
lanyun: [
|
||||
{
|
||||
id: '/maas/deepseek-ai/DeepSeek-R1-0528',
|
||||
name: 'deepseek-ai/DeepSeek-R1',
|
||||
provider: 'lanyun',
|
||||
group: 'deepseek-ai'
|
||||
},
|
||||
{
|
||||
id: '/maas/deepseek-ai/DeepSeek-V3-0324',
|
||||
name: 'deepseek-ai/DeepSeek-V3',
|
||||
provider: 'lanyun',
|
||||
group: 'deepseek-ai'
|
||||
},
|
||||
{
|
||||
id: '/maas/qwen/Qwen2.5-72B-Instruct',
|
||||
provider: 'lanyun',
|
||||
name: 'Qwen2.5-72B-Instruct',
|
||||
group: 'Qwen'
|
||||
},
|
||||
{
|
||||
id: '/maas/qwen/Qwen3-235B-A22B',
|
||||
name: 'Qwen/Qwen3-235B',
|
||||
provider: 'lanyun',
|
||||
group: 'Qwen'
|
||||
},
|
||||
{
|
||||
id: '/maas/minimax/MiniMax-M1-80k',
|
||||
name: 'MiniMax-M1-80k',
|
||||
provider: 'lanyun',
|
||||
group: 'MiniMax'
|
||||
},
|
||||
{
|
||||
id: '/maas/google/Gemma3-27B',
|
||||
name: 'Gemma3-27B',
|
||||
provider: 'lanyun',
|
||||
group: 'google'
|
||||
}
|
||||
],
|
||||
'new-api': []
|
||||
}
|
||||
|
||||
|
||||
@ -664,10 +664,10 @@ export const PROVIDER_CONFIG = {
|
||||
url: 'https://maas-api.lanyun.net'
|
||||
},
|
||||
websites: {
|
||||
official: 'https://lanyun.net',
|
||||
apiKey: 'https://maas.lanyun.net/api/#/system/apiKey',
|
||||
docs: 'https://archive.lanyun.net/maas/doc/',
|
||||
models: 'https://maas.lanyun.net/api/#/model/modelSquare'
|
||||
official: 'https://maas.lanyun.net',
|
||||
apiKey: 'https://maas.lanyun.net/#/system/apiKey',
|
||||
docs: 'https://archive.lanyun.net/#/maas/',
|
||||
models: 'https://maas.lanyun.net/#/model/modelSquare'
|
||||
}
|
||||
},
|
||||
vertexai: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user