dsh-opencode-zen-free-provider: Adding Free OpenCode Zen Models to dsh

dsh-opencode-zen-free-provider is an MIT-licensed plugin maintained by jiesou, designed to seamlessly integrate OpenCode Zen's free models into the DSH ecosystem. At startup, the plugin performs a one-time sync of model catalogs and metadata from OpenCode Zen and models.dev, requiring no manual configuration or polling, and automatically filters for free models. Its core features include support for the MiMo V2.5 backend with up to 1M context length, exposing only the reasoning depth tiers accepted by the upstream (Default or Off), and preserving the real reasons behind non-credential rejections (such as quota expiration or regional restrictions) in terminal error events, rather than displaying them generically as an invalid API Key. If the initial fetch fails at startup, the plugin can still mount normally and serve with an empty catalog.

Read More
@jiesou/dsh-cline-free-provider: Integrating Cline Free Models into DSH

`@jiesou/dsh-cline-free-provider` is an MIT-licensed DSH plugin designed to simplify the integration of Cline free models into DSH. The plugin eliminates tedious manual configuration steps by encapsulating API key storage, Base URL, and model list synchronization. Its core advantage lies in automatically syncing and filtering all Cline free models from a remote source at startup, requiring no manual model list configuration—users only need to save `CLINE_API_KEY` (available from the Cline official website) via the DSH credentials service to directly select models on the Web Models page. The plugin supports optional configurations such as `apiKeyEnv`, `baseURL`, and token limits, but by default

Read More