jiesou/dsh-cline-free-provider0

@jiesou/dsh-cline-free-provider

用于 DSH 的 Cline 免费模型服务商插件:动态扫描 Cline 模型目录,并通过 DSH LLM 接口提供免费模型。

AI 分析

核心用途是免配置接入 Cline 平台提供的免费 AI 模型。适合想要拓展免费可用模型资源的用户。API Key 可通过 DSH 凭据服务保存。

包名
@jiesou/dsh-cline-free-provider
版本
0.1.2
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiesou/dsh-cline-free-provider

配置项

全部可选,默认即可用:

- id: cline-free-provider
  name: '@jiesou/dsh-cline-free-provider'
  config:
    apiKeyEnv: CLINE_API_KEY
    baseURL: https://api.cline.bot/api/v1
    defaultMaxTokens: 32768
    defaultContextWindow: 262144
配置项类型默认值说明
apiKeyEnvstring"CLINE_API_KEY"读取 API Key 的环境变量名(或 credential ref)
baseURLstring"https://api.cline.bot/api/v1"Cline 网关 base URL
defaultMaxTokensnumber32768模型无精确 maxTokens 时的兜底值
defaultContextWindownumber262144模型无精确 contextWindow 时的兜底值