feat(provider): add SiliconFlow provider support (#2885)

This commit is contained in:
LC
2026-05-18 10:16:09 +08:00
committed by GitHub
parent 789f907f6d
commit 57876248e2
7 changed files with 147 additions and 17 deletions
@@ -289,6 +289,17 @@ export const PROVIDERS: ProviderDefinition[] = [
priority: 44,
supportsFetch: true,
},
{
key: "siliconflow",
label: "SiliconFlow",
labelZh: "硅基流动",
domain: "siliconflow.cn",
defaultApiBase: "https://api.siliconflow.cn/v1",
requiresApiKey: true,
isLocal: false,
priority: 43.5,
supportsFetch: true,
},
{
key: "vivgrid",
label: "Vivgrid",