Xyanxhu/kilo2dsh2

kilo2dsh

Free Kilo Gateway models for DeepSeek Harness (DSH): native dsh-llm adapter plugin, no API key.

包名
kilo2dsh
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Xyanxhu/kilo2dsh

Configuration

The defaults are keyless and point at the public Kilo gateway:

- id: kilo2dsh
  name: '@kilo2dsh/dsh-plugin'
  config:
    mode: adapter
    providerId: kilo2dsh
    gatewayBaseUrl: https://api.kilo.ai/api/gateway
    refreshSeconds: 300
    requireTools: true

To use an authenticated gateway token, set upstreamApiKeyEnv explicitly. Leaving it empty is intentional; the plugin will not pick up KILO_API_KEY (or another ambient secret) by accident.

OptionDefaultDescription
modeadapterNative adapter. sidecar is an optional legacy Go bridge.
providerIdkilo2dshDSH route name.
gatewayBaseUrlhttps://api.kilo.ai/api/gatewayKilo-compatible gateway base URL.
refreshSeconds300Model catalog refresh interval.
requireToolstrueHide free models that do not advertise tools.
upstreamApiKeyEnvemptyEnvironment variable to opt into an explicit token.
anonymousKeyemptyOptional token for a private compatible gateway; empty means no auth header.