Xyanxhu/kilo2dsh2

kilo2dsh

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

AI 분석

核心用途是免去繁琐配置,直接在 DSH 中调用 Kilo 网关提供的免费模型。适合寻找免 Key 体验模型通道的用户。必要条件是需要 Node.js 20 或更高版本。

패키지
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.